Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/usb/
H A Dumodemvar.h33 struct umodem_softc { struct
34 device_t sc_dev; /* base device */
36 struct usbd_device * sc_udev; /* USB device */
38 int sc_ctl_iface_no;
39 struct usbd_interface * sc_ctl_iface; /* control interface */
63 void umodem_common_childdet(struct umodem_softc *, device_t); argument