Home
last modified time | relevance | path

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

/third_party/backends/tools/
H A Dcheck-usb-chip.c121 if (dev->descriptor.bDeviceSubClass != 0xff) in check_gt6801()
124 printf (" this is not a GT-6801 (bDeviceSubClass = 0x%x)\n", in check_gt6801()
125 dev->descriptor.bDeviceSubClass); in check_gt6801()
238 if (dev->descriptor.bDeviceSubClass != 0x00) in check_gt6816()
241 printf (" this is not a GT-6816 (bDeviceSubClass = 0x%x)\n", in check_gt6816()
242 dev->descriptor.bDeviceSubClass); in check_gt6816()
396 if (dev->descriptor.bDeviceSubClass != 0x00) in check_gt8911()
400 (" this is not a GT-8911 (check 3, bDeviceSubClass = 0x%x)\n", in check_gt8911()
401 dev->descriptor.bDeviceSubClass); in check_gt8911()
597 if (dev->descriptor.bDeviceSubClass ! in check_ma1017()
[all...]
H A Dsane-find-scanner.c531 printf ("bDeviceSubClass %d\n", d->bDeviceSubClass); in check_libusb_device()
898 printf ("bDeviceSubClass %d\n", desc.bDeviceSubClass); in check_libusb_device()
1455 dev->descriptor.bDeviceSubClass = number; in parse_file()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb_lookup.c81 (id->bDeviceSubClass != info->bDeviceSubClass)) { in usbd_lookup_id_by_info()
203 "bDeviceSubClass{0,8}"
H A Dusbdi.h273 uint8_t bDeviceSubClass; member
337 .match_flag_dev_subclass = 1, .bDeviceSubClass = (dsc)
369 uint8_t bDeviceSubClass; member
H A Dusb.h287 uByte bDeviceSubClass; member
668 uByte bDeviceSubClass; member
H A Dusb_device.c1232 uaa->info.bDeviceSubClass = udev->ddesc.bDeviceSubClass; in usb_init_attach_arg()
2199 udd->bDeviceClass, udd->bDeviceSubClass, in usb_devinfo()
2448 udev->ddesc.bDeviceSubClass, in usb_notify_addq()
2496 udev->ddesc.bDeviceSubClass, in usb_notify_addq()
H A Dusb_hub.c1818 res.udev->ddesc.bDeviceSubClass, in uhub_child_pnpinfo_string()
H A Dusb_generic.c791 di->udi_subclass = udev->ddesc.bDeviceSubClass; in ugen_fill_deviceinfo()
H A Dusb_request.c1992 udev->ddesc.bDeviceSubClass, in usbd_setup_device_desc()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_camera.c133 .bDeviceSubClass = 0x02, /* Common Class */
H A Df_multi.c101 .bDeviceSubClass = 2,
H A Df_ether.c131 .bDeviceSubClass = 0,
H A Df_acm_desc.c51 .bDeviceSubClass = 0,
H A Df_dfu.c93 .bDeviceSubClass = 0x02, /* CDC-modem */
H A Df_hid.c124 .bDeviceSubClass = 0x00, /* Common Class */
H A Df_uac.c190 .bDeviceSubClass = 0x2, /* Common Class */
H A Df_uvc.c162 .bDeviceSubClass = 0x02, /* Common Class */
H A Df_mass_storage.c164 .bDeviceSubClass = 0,
/third_party/backends/include/sane/
H A Dusb_manager.h231 uint8_t bDeviceSubClass; member
234 * bDeviceSubClass values */
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c155 (id->bDeviceSubClass != uaa->info.bDeviceSubClass)) { in usb_linux_lookup_id()
/third_party/backends/sanei/
H A Dusb_manager.cpp328 desc->bDeviceSubClass = static_cast<uint8_t>(device.GetSubclass()); in usb_manager_get_device_descriptor()
H A Dsanei_usb.c5629 desc->dev_sub_class = usb_descr->bDeviceSubClass; in sanei_usb_get_descriptor()
5653 desc->dev_sub_class = lu_desc.bDeviceSubClass; in sanei_usb_get_descriptor()
5677 desc->dev_sub_class = usb_manager_desc.bDeviceSubClass; in sanei_usb_get_descriptor()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_config.c890 gi->dev_desc->bDeviceSubClass = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3142 .bDeviceSubClass = UDSUBCLASS_HUB, /* subclass */

Completed in 77 milliseconds