Searched refs:bDeviceProtocol (Results 1 – 25 of 32) sorted by relevance
12
| /freebsd-9-stable/tools/tools/bus_autoconf/ |
| D | bus_usb.c | 126 if (a->bDeviceProtocol > b->bDeviceProtocol) in usb_compare() 128 if (a->bDeviceProtocol < b->bDeviceProtocol) in usb_compare() 209 id->bDeviceProtocol = format_get_field(type, "bDeviceProtocol", ptr, size); in usb_import_entry()
|
| D | bus_usb.h | 50 uint8_t bDeviceProtocol; member
|
| D | bus_autoconf_format_example.txt | 71 "bDeviceProtocol{0,8}"
|
| /freebsd-9-stable/sys/dev/usb/ |
| D | usb_lookup.c | 107 (id->bDeviceProtocol != info->bDeviceProtocol)) { in usbd_lookup_id_by_info()
|
| D | usbdi.h | 262 uint8_t bDeviceProtocol; member 328 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp) 358 uint8_t bDeviceProtocol; member
|
| D | usb.h | 292 uByte bDeviceProtocol; member 647 uByte bDeviceProtocol; member
|
| D | usb_request.c | 1957 udev->ddesc.bDeviceProtocol, in usbd_setup_device_desc() 2138 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_reset_tt() 2169 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in usbd_req_clear_tt_buffer()
|
| D | usb_compat_linux.c | 171 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) { in usb_linux_lookup_id()
|
| D | usb_hub.c | 113 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol) 304 udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT) in uhub_tt_buffer_reset_async_locked() 2022 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) && in usbd_fs_isoc_schedule_alloc_slot()
|
| /freebsd-9-stable/sys/dev/usb/template/ |
| D | usb_template.h | 87 uint8_t bDeviceProtocol; member
|
| D | usb_template_msc.c | 181 .bDeviceProtocol = 0,
|
| D | usb_template_kbd.c | 172 .bDeviceProtocol = 0,
|
| D | usb_template_mouse.c | 170 .bDeviceProtocol = 0,
|
| D | usb_template.c | 463 utd->udd.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc() 483 utd->udq.bDeviceProtocol = tdd->bDeviceProtocol; in usb_make_device_desc()
|
| D | usb_template_mtp.c | 199 .bDeviceProtocol = 0,
|
| D | usb_template_modem.c | 207 .bDeviceProtocol = 0,
|
| D | usb_template_cdce.c | 272 .bDeviceProtocol = 0,
|
| D | usb_template_audio.c | 371 .bDeviceProtocol = 0,
|
| /freebsd-9-stable/lib/libusb/ |
| D | usb.h | 169 uint8_t bDeviceProtocol; member
|
| D | libusb10_desc.c | 62 desc->bDeviceProtocol = pdesc->bDeviceProtocol; in libusb_get_device_descriptor()
|
| D | libusb01.c | 926 udev->descriptor.bDeviceProtocol = ddesc->bDeviceProtocol; in usb_find_devices()
|
| D | libusb20_desc.h | 209 m(n, UINT8_T, bDeviceProtocol, ) \
|
| D | libusb.h | 287 uint8_t bDeviceProtocol; member
|
| /freebsd-9-stable/sys/mips/cavium/usb/ |
| D | octusb.c | 1363 .bDeviceProtocol = UDPROTO_FSHUB, 1381 .bDeviceProtocol = UDPROTO_FSHUB,
|
| /freebsd-9-stable/sys/dev/usb/controller/ |
| D | avr32dci.c | 1444 .bDeviceProtocol = UDPROTO_HSHUBSTT, 1458 .bDeviceProtocol = UDPROTO_FSHUB,
|
12