Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/usb/
H A Dusb_cdc.h89 uByte bSlaveInterface[1]; member
/freebsd-14.2/sys/dev/usb/template/
H A Dusb_template_cdce.c110 .bSlaveInterface[0] = 1, /* this is automatically updated */
H A Dusb_template_serialnet.c126 .bSlaveInterface[0] = 1, /* this is automatically updated */
H A Dusb_template_multi.c129 .bSlaveInterface[0] = 1, /* this is automatically updated */
H A Dusb_template.c225 ud->bSlaveInterface[0] += in usb_make_raw_desc()
/freebsd-14.2/sys/dev/usb/serial/
H A Dumodem.c395 sc->sc_data_iface_no = cud->bSlaveInterface[0]; in umodem_attach()
/freebsd-14.2/sys/dev/usb/net/
H A Dif_cdce.c637 data_iface_no = ud->bSlaveInterface[0]; in cdce_attach()