Home
last modified time | relevance | path

Searched refs:bFirstInterface (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libusb/
H A Dlibusb10_desc.c817 iad[idx].bFirstInterface = iad_desc->bFirstInterface; in libusb_get_interface_association_descriptors()
H A Dlibusb20_desc.h254 m(n, UINT8_T, bFirstInterface, ) \
H A Dlibusb.h384 uint8_t bFirstInterface; member
/freebsd/sys/dev/usb/
H A Dusb.h419 uByte bFirstInterface; member
/freebsd/sys/dev/usb/template/
H A Dusb_template.c237 iad->bFirstInterface += in usb_make_raw_desc()
/freebsd/sys/dev/usb/video/
H A Duvideo.c731 if (uaa->info.bIfaceIndex >= iad->bFirstInterface && in uvideo_attach()
733 iad->bFirstInterface + iad->bInterfaceCount) in uvideo_attach()
742 first_iface = iad->bFirstInterface; in uvideo_attach()