Searched defs:umodem_softc (Results 1 – 1 of 1) sorted by relevance
33 struct umodem_softc { struct34 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