/third_party/backends/tools/ |
H A D | check-usb-chip.c | 128 if (dev->descriptor.bDeviceProtocol != 0xff) in check_gt6801() 131 printf (" this is not a GT-6801 (bDeviceProtocol = 0x%x)\n", in check_gt6801() 132 dev->descriptor.bDeviceProtocol); in check_gt6801() 245 if (dev->descriptor.bDeviceProtocol != 0x00) in check_gt6816() 248 printf (" this is not a GT-6816 (bDeviceProtocol = 0x%x)\n", in check_gt6816() 249 dev->descriptor.bDeviceProtocol); in check_gt6816() 404 if (dev->descriptor.bDeviceProtocol != 0x00) in check_gt8911() 408 (" this is not a GT-8911 (check 4, bDeviceProtocol = 0x%x)\n", in check_gt8911() 409 dev->descriptor.bDeviceProtocol); in check_gt8911() 604 if (dev->descriptor.bDeviceProtocol ! in check_ma1017() [all...] |
H A D | sane-find-scanner.c | 532 printf ("bDeviceProtocol %d\n", d->bDeviceProtocol); in check_libusb_device() 899 printf ("bDeviceProtocol %d\n", desc.bDeviceProtocol); in check_libusb_device() 1457 dev->descriptor.bDeviceProtocol = number; in parse_file()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_lookup.c | 85 (id->bDeviceProtocol != info->bDeviceProtocol)) { in usbd_lookup_id_by_info() 204 "bDeviceProtocol{0,8}"
|
H A D | usbdi.h | 274 uint8_t bDeviceProtocol; member 340 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp) 370 uint8_t bDeviceProtocol; member
|
H A D | usb.h | 288 uByte bDeviceProtocol; member 669 uByte bDeviceProtocol; member
|
H A D | usb_hub.c | 89 #define UHUB_PROTO(sc) ((sc)->sc_udev->ddesc.bDeviceProtocol) 286 (udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)) in uhub_tt_buffer_reset_async_locked() 2174 ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT) && in usbd_fs_isoc_schedule_alloc_slot()
|
H A D | usb_request.c | 1993 udev->ddesc.bDeviceProtocol, in usbd_setup_device_desc() 2175 (udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)) in usbd_req_reset_tt() 2206 (udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBSTT)) in usbd_req_clear_tt_buffer()
|
H A D | usb_device.c | 1233 uaa->info.bDeviceProtocol = udev->ddesc.bDeviceProtocol; in usb_init_attach_arg()
|
H A D | usb_generic.c | 792 di->udi_protocol = udev->ddesc.bDeviceProtocol; in ugen_fill_deviceinfo()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_camera.c | 134 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
|
H A D | f_multi.c | 102 .bDeviceProtocol = 1,
|
H A D | f_ether.c | 132 .bDeviceProtocol = 0,
|
H A D | f_acm_desc.c | 52 .bDeviceProtocol = 0,
|
H A D | f_dfu.c | 94 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
|
H A D | f_hid.c | 125 .bDeviceProtocol = 0x00, /* Interface Association Descriptor */
|
H A D | f_uac.c | 191 .bDeviceProtocol = 0x1, /* Interface Association Descriptor */
|
H A D | f_uvc.c | 163 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
|
H A D | f_mass_storage.c | 165 .bDeviceProtocol = 0,
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 235 uint8_t bDeviceProtocol; member
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_usb.c | 159 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) { in usb_linux_lookup_id()
|
/third_party/backends/sanei/ |
H A D | usb_manager.cpp | 329 desc->bDeviceProtocol = static_cast<uint8_t>(device.GetProtocol()); in usb_manager_get_device_descriptor()
|
H A D | sanei_usb.c | 5630 desc->dev_protocol = usb_descr->bDeviceProtocol; in sanei_usb_get_descriptor() 5654 desc->dev_protocol = lu_desc.bDeviceProtocol; in sanei_usb_get_descriptor() 5678 desc->dev_protocol = usb_manager_desc.bDeviceProtocol; in sanei_usb_get_descriptor()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 2557 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device() 2566 (udev->ddesc.bDeviceProtocol == UDPROTO_HSHUBMTT)) { in xhci_configure_device() 2574 (udev->parent_hs_hub->ddesc.bDeviceProtocol == in xhci_configure_device() 3143 .bDeviceProtocol = UDPROTO_SSHUB, /* protocol */
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | usbd_config.c | 894 gi->dev_desc->bDeviceProtocol = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
|