Searched refs:bDeviceProtocol (Results 1 – 25 of 33) sorted by relevance
12
| /freebsd/sys/dev/usb/ |
| H A D | usb_lookup.c | 111 (id->bDeviceProtocol != info->bDeviceProtocol)) { in usbd_lookup_id_by_info()
|
| H A D | usbdi.h | 313 uint8_t bDeviceProtocol; member 382 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp) 412 uint8_t bDeviceProtocol; member
|
| H A D | usb.h | 299 uByte bDeviceProtocol; member 665 uByte bDeviceProtocol; member
|
| H A D | usb_hub.c | 108 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol) 293 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in uhub_tt_buffer_reset_async_locked() 1759 res.udev->ddesc.bDeviceProtocol, in uhub_child_pnpinfo() 2113 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) && in usbd_fs_isoc_schedule_alloc_slot()
|
| H A D | usb_request.c | 2043 udev->ddesc.bDeviceProtocol, in usbd_setup_device_desc() 2224 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_reset_tt() 2255 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_clear_tt_buffer()
|
| /freebsd/sys/dev/usb/template/ |
| H A D | usb_template.h | 93 uint8_t bDeviceProtocol; member
|
| H A D | usb_template.c | 550 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc() 570 utd->udq.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc()
|
| H A D | usb_template_cdceem.c | 163 .bDeviceProtocol = 0,
|
| H A D | usb_template_msc.c | 162 .bDeviceProtocol = 0,
|
| H A D | usb_template_midi.c | 221 .bDeviceProtocol = 0,
|
| H A D | usb_template_kbd.c | 181 .bDeviceProtocol = 0,
|
| H A D | usb_template_mouse.c | 179 .bDeviceProtocol = 0,
|
| H A D | usb_template_mtp.c | 185 .bDeviceProtocol = 0,
|
| H A D | usb_template_modem.c | 222 .bDeviceProtocol = 0,
|
| H A D | usb_template_cdce.c | 239 .bDeviceProtocol = 0,
|
| H A D | usb_template_audio.c | 373 .bDeviceProtocol = 0,
|
| H A D | usb_template_phone.c | 371 .bDeviceProtocol = 0,
|
| H A D | usb_template_serialnet.c | 344 .bDeviceProtocol = 0,
|
| H A D | usb_template_multi.c | 387 .bDeviceProtocol = 0,
|
| /freebsd/lib/libusb/ |
| H A D | usb.h | 171 uint8_t bDeviceProtocol; member
|
| H A D | libusb01.c | 934 udev->descriptor.bDeviceProtocol = ddesc->bDeviceProtocol; in usb_find_devices()
|
| H A D | libusb10_desc.c | 68 desc->bDeviceProtocol = pdesc->bDeviceProtocol; in libusb_get_device_descriptor()
|
| H A D | libusb20_desc.h | 214 m(n, UINT8_T, bDeviceProtocol, ) \
|
| /freebsd/sys/dev/usb/serial/ |
| H A D | udbc.c | 172 if (uaa->info.bDeviceProtocol != 0x00) /* GNU GDB == 1 */ in udbc_probe()
|
| /freebsd/sys/compat/linuxkpi/common/src/ |
| H A D | linux_usb.c | 172 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) { in usb_linux_lookup_id()
|
12