Searched defs:video_softc (Results 1 – 1 of 1) sorted by relevance
181 struct video_softc { struct182 device_t sc_dev;183 device_t hw_dev; /* Hardware (parent) device */184 void * hw_softc; /* Hardware device private softc */185 const struct video_hw_if *hw_if; /* Hardware interface */187 u_int sc_open;188 int sc_refcnt;189 int sc_opencnt;190 bool sc_dying;192 struct video_stream sc_stream_in;