Lines Matching defs:uvideo_softc
247 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;
261 char sc_businfo[32];