Home
last modified time | relevance | path

Searched refs:bSlaveInterface (Results 1 – 7 of 7) sorted by relevance

/freebsd-14-stable/sys/dev/usb/
HDusb_cdc.h89 uByte bSlaveInterface[1]; member
/freebsd-14-stable/sys/dev/usb/template/
HDusb_template_cdce.c110 .bSlaveInterface[0] = 1, /* this is automatically updated */
HDusb_template_serialnet.c125 .bSlaveInterface[0] = 1, /* this is automatically updated */
HDusb_template_multi.c128 .bSlaveInterface[0] = 1, /* this is automatically updated */
HDusb_template.c225 ud->bSlaveInterface[0] += in usb_make_raw_desc()
/freebsd-14-stable/sys/dev/usb/serial/
HDumodem.c394 sc->sc_data_iface_no = cud->bSlaveInterface[0]; in umodem_attach()
/freebsd-14-stable/sys/dev/usb/net/
HDif_cdce.c636 data_iface_no = ud->bSlaveInterface[0]; in cdce_attach()