Searched refs:bDeviceProtocol (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-12-stable/sys/dev/usb/
H A Dusb_lookup.c113 (id->bDeviceProtocol != info->bDeviceProtocol)) {
H A Dusbdi.h315 uint8_t bDeviceProtocol; member in struct:usb_device_id
384 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp)
414 uint8_t bDeviceProtocol; member in struct:usbd_lookup_info
H A Dusb.h299 uByte bDeviceProtocol; member in struct:usb_device_descriptor
664 uByte bDeviceProtocol; member in struct:usb_device_qualifier
H A Dusb_request.c2037 udev->ddesc.bDeviceProtocol,
2218 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
2249 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
H A Dusb_hub.c138 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol)
329 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
1774 res.udev->ddesc.bDeviceProtocol,
2135 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) &&
/freebsd-12-stable/sys/dev/usb/template/
H A Dusb_template.h94 uint8_t bDeviceProtocol; member in struct:usb_temp_device_desc
H A Dusb_template.c552 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol;
572 utd->udq.bDeviceProtocol = tdd->bDeviceProtocol;
H A Dusb_template_cdce.c240 .bDeviceProtocol = 0,
H A Dusb_template_cdceem.c164 .bDeviceProtocol = 0,
H A Dusb_template_kbd.c182 .bDeviceProtocol = 0,
H A Dusb_template_midi.c222 .bDeviceProtocol = 0,
H A Dusb_template_modem.c223 .bDeviceProtocol = 0,
H A Dusb_template_mouse.c180 .bDeviceProtocol = 0,
H A Dusb_template_msc.c163 .bDeviceProtocol = 0,
H A Dusb_template_mtp.c186 .bDeviceProtocol = 0,
H A Dusb_template_serialnet.c347 .bDeviceProtocol = 0,
H A Dusb_template_audio.c374 .bDeviceProtocol = 0,
H A Dusb_template_multi.c390 .bDeviceProtocol = 0,
H A Dusb_template_phone.c372 .bDeviceProtocol = 0,
/freebsd-12-stable/lib/libusb/
H A Dusb.h172 uint8_t bDeviceProtocol; member in struct:usb_device_descriptor
H A Dlibusb10_desc.c69 desc->bDeviceProtocol = pdesc->bDeviceProtocol;
H A Dlibusb20_desc.h215 m(n, UINT8_T, bDeviceProtocol, ) \
H A Dlibusb01.c933 udev->descriptor.bDeviceProtocol = ddesc->bDeviceProtocol;
H A Dlibusb.h305 uint8_t bDeviceProtocol; member in struct:libusb_device_descriptor
/freebsd-12-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c176 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) {

Completed in 211 milliseconds

12