Home
last modified time | relevance | path

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

/third_party/backends/tools/
H A Dcheck-usb-chip.c128 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 Dsane-find-scanner.c532 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 Dusb_lookup.c85 (id->bDeviceProtocol != info->bDeviceProtocol)) { in usbd_lookup_id_by_info()
204 "bDeviceProtocol{0,8}"
H A Dusbdi.h274 uint8_t bDeviceProtocol; member
340 .match_flag_dev_protocol = 1, .bDeviceProtocol = (dp)
370 uint8_t bDeviceProtocol; member
H A Dusb.h288 uByte bDeviceProtocol; member
669 uByte bDeviceProtocol; member
H A Dusb_hub.c89 #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 Dusb_request.c1993 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 Dusb_device.c1233 uaa->info.bDeviceProtocol = udev->ddesc.bDeviceProtocol; in usb_init_attach_arg()
H A Dusb_generic.c792 di->udi_protocol = udev->ddesc.bDeviceProtocol; in ugen_fill_deviceinfo()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_camera.c134 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
H A Df_multi.c102 .bDeviceProtocol = 1,
H A Df_ether.c132 .bDeviceProtocol = 0,
H A Df_acm_desc.c52 .bDeviceProtocol = 0,
H A Df_dfu.c94 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
H A Df_hid.c125 .bDeviceProtocol = 0x00, /* Interface Association Descriptor */
H A Df_uac.c191 .bDeviceProtocol = 0x1, /* Interface Association Descriptor */
H A Df_uvc.c163 .bDeviceProtocol = 0x01, /* Interface Association Descriptor */
H A Df_mass_storage.c165 .bDeviceProtocol = 0,
/third_party/backends/include/sane/
H A Dusb_manager.h235 uint8_t bDeviceProtocol; member
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c159 (id->bDeviceProtocol != uaa->info.bDeviceProtocol)) { in usb_linux_lookup_id()
/third_party/backends/sanei/
H A Dusb_manager.cpp329 desc->bDeviceProtocol = static_cast<uint8_t>(device.GetProtocol()); in usb_manager_get_device_descriptor()
H A Dsanei_usb.c5630 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 Dxhci.c2557 (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 Dusbd_config.c894 gi->dev_desc->bDeviceProtocol = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()

Completed in 47 milliseconds