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

12

/freebsd-11-stable/tools/tools/bus_autoconf/
H A Dbus_usb.h50 uint8_t bDeviceProtocol; member in struct:usb_device_id
H A Dbus_usb.c126 if (a->bDeviceProtocol > b->bDeviceProtocol)
128 if (a->bDeviceProtocol < b->bDeviceProtocol)
209 id->bDeviceProtocol = format_get_field(type, "bDeviceProtocol", ptr, size);
/freebsd-11-stable/sys/dev/usb/
H A Dusb_lookup.c111 (id->bDeviceProtocol != info->bDeviceProtocol)) {
199 "bDeviceProtocol{0,8}"
H A Dusbdi.h313 uint8_t bDeviceProtocol; member in struct:usb_device_id
382 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp)
412 uint8_t bDeviceProtocol; member in struct:usbd_lookup_info
H A Dusb.h297 uByte bDeviceProtocol; member in struct:usb_device_descriptor
661 uByte bDeviceProtocol; member in struct:usb_device_qualifier
H A Dusb_request.c2031 udev->ddesc.bDeviceProtocol,
2212 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
2243 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
H A Dusb_hub.c136 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol)
327 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)
1770 res.udev->ddesc.bDeviceProtocol,
2131 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) &&
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.h87 uint8_t bDeviceProtocol; member in struct:usb_temp_device_desc
H A Dusb_template.c516 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol;
536 utd->udq.bDeviceProtocol = tdd->bDeviceProtocol;
H A Dusb_template_cdce.c236 .bDeviceProtocol = 0,
H A Dusb_template_mtp.c182 .bDeviceProtocol = 0,
H A Dusb_template_msc.c159 .bDeviceProtocol = 0,
H A Dusb_template_kbd.c178 .bDeviceProtocol = 0,
H A Dusb_template_modem.c213 .bDeviceProtocol = 0,
H A Dusb_template_mouse.c176 .bDeviceProtocol = 0,
H A Dusb_template_midi.c220 .bDeviceProtocol = 0,
H A Dusb_template_serialnet.c339 .bDeviceProtocol = 0,
H A Dusb_template_audio.c370 .bDeviceProtocol = 0,
H A Dusb_template_phone.c370 .bDeviceProtocol = 0,
/freebsd-11-stable/lib/libusb/
H A Dusb.h170 uint8_t bDeviceProtocol; member in struct:usb_device_descriptor
H A Dlibusb10_desc.c67 desc->bDeviceProtocol = pdesc->bDeviceProtocol;
H A Dlibusb20_desc.h213 m(n, UINT8_T, bDeviceProtocol, ) \
H A Dlibusb01.c931 udev->descriptor.bDeviceProtocol = ddesc->bDeviceProtocol;
H A Dlibusb.h303 uint8_t bDeviceProtocol; member in struct:libusb_device_descriptor
/freebsd-11-stable/sys/dev/usb/controller/
H A Davr32dci.c1450 .bDeviceProtocol = UDPROTO_HSHUBSTT,
1464 .bDeviceProtocol = UDPROTO_FSHUB,

Completed in 156 milliseconds

12