Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Duvideo.c247 struct uvideo_softc { struct
248 device_t sc_dev; /* base device */
249 struct usbd_device *sc_udev; /* device */
250 struct usbd_interface *sc_iface; /* interface handle */
251 int sc_ifaceno; /* interface number */
252 char *sc_devname;
254 int sc_dying;
256 uint8_t sc_nunits;
257 struct uvideo_unit **sc_unit;
259 struct uvideo_stream_list sc_stream_list;
[all …]