Searched defs:u3g_softc (Results 1 – 1 of 1) sorted by relevance
112 struct u3g_softc { struct113 device_t sc_dev;114 struct usbd_device * sc_udev;115 bool sc_dying; /* We're going away */116 int sc_ifaceno; /* Device interface number */117 struct usbd_interface *sc_iface; /* Device interface */119 struct u3g_com {128 } sc_com[10];129 size_t sc_ncom;154 CFATTACH_DECL2_NEW(u3g, sizeof(struct u3g_softc), u3g_match, argument