Home
last modified time | relevance | path

Searched defs:video_softc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/
H A Dvideo.c181 struct video_softc { struct
182 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;