Searched defs:bwfm_usb_softc (Results 1 – 1 of 1) sorted by relevance
189 struct bwfm_usb_softc { struct190 struct bwfm_softc sc_sc;191 struct usbd_device *sc_udev;192 struct usbd_interface *sc_iface;193 uint8_t sc_ifaceno;195 uint16_t sc_vendor;196 uint16_t sc_product;220 int bwfm_usb_dl_cmd(struct bwfm_usb_softc *, uint8_t, void *, int); argument