Searched defs:video_softc (Results 1 – 1 of 1) sorted by relevance
52 struct video_softc { struct53 struct device dev;54 void *hw_hdl; /* hardware driver handle */55 struct device *sc_dev; /* hardware device struct */56 const struct video_hw_if *hw_if; /* hardware interface */57 char sc_dying; /* device detached */58 struct process *sc_owner; /* owner process */82 int video_stop(struct video_softc *); argument