Home
last modified time | relevance | path

Searched refs:bcdDevice (Results 1 - 23 of 23) sorted by relevance

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_lookup.c69 (id->bcdDevice_lo > info->bcdDevice)) { in usbd_lookup_id_by_info()
73 (id->bcdDevice_hi < info->bcdDevice)) { in usbd_lookup_id_by_info()
H A Dusb_device.c1230 uaa->info.bcdDevice = UGETW(udev->ddesc.bcdDevice); in usb_init_attach_arg()
2188 uint16_t bcdDevice; in usb_devinfo() local
2192 bcdDevice = UGETW(udd->bcdDevice); in usb_devinfo()
2201 (bcdDevice >> 8), bcdDevice & 0xFF, in usb_devinfo()
2209 (bcdDevice >> 8), bcdDevice & 0xFF, in usb_devinfo()
2450 UGETW(udev->ddesc.bcdDevice), in usb_notify_addq()
[all...]
H A Dusb.h293 uWord bcdDevice; member
H A Dusbdi.h367 uint16_t bcdDevice; member
H A Dusb_generic.c786 UGETW(udev->ddesc.bcdDevice)); in ugen_fill_deviceinfo()
789 di->udi_releaseNo = UGETW(udev->ddesc.bcdDevice); in ugen_fill_deviceinfo()
H A Dusb_hub.c1820 UGETW(res.udev->ddesc.bcdDevice), in uhub_child_pnpinfo_string()
/third_party/backends/tools/
H A Dcheck-usb-chip.c1729 * bcdDevice entry:
1866 if (dev->descriptor.bcdDevice == 0x702) in check_gl841()
1868 if (dev->descriptor.bcdDevice == 0x701) in check_gl841()
1870 if (dev->descriptor.bcdDevice >= 0x700) in check_gl841()
1872 if (dev->descriptor.bcdDevice >= 0x603) in check_gl841()
1874 if (dev->descriptor.bcdDevice >= 0x600) in check_gl841()
1876 if (dev->descriptor.bcdDevice >= 0x500) in check_gl841()
1878 if (dev->descriptor.bcdDevice >= 0x400) in check_gl841()
1880 if (dev->descriptor.bcdDevice >= 0x300) in check_gl841()
1913 if (dev->descriptor.bcdDevice in check_gl841()
[all...]
H A Dsane-find-scanner.c536 printf ("bcdDevice %d.%d%d\n", d->bcdDevice >> 8, in check_libusb_device()
537 (d->bcdDevice >> 4) & 15, d->bcdDevice & 15); in check_libusb_device()
903 printf ("bcdDevice %d.%d%d\n", desc.bcdDevice >> 8, in check_libusb_device()
904 (desc.bcdDevice >> 4) & 15, desc.bcdDevice & 15); in check_libusb_device()
1470 dev->descriptor.bcdDevice = number; in parse_file()
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_camera.c138 HSETW(.bcdDevice, 0x0318), /* Device release code */
H A Df_multi.c106 HSETW(.bcdDevice, 0x0318), /* device version */
H A Df_ether.c136 HSETW(.bcdDevice, 0x0318), /* device version */
H A Df_acm_desc.c56 HSETW(.bcdDevice, DEVICE_VERSION), /* device version */
H A Df_dfu.c98 HSETW(.bcdDevice, DEVICE_VERSION),
H A Df_hid.c127 HSETW(.bcdDevice, 0x0100), /* Device release code */
H A Df_uac.c195 HSETW(.bcdDevice, 0x318), /* Device release code */
H A Df_uvc.c167 HSETW(.bcdDevice, 0x0318), /* Device release code */
H A Df_mass_storage.c169 HSETW(.bcdDevice, 0x0318), /* device version */
/third_party/backends/include/sane/
H A Dusb_manager.h247 uint16_t bcdDevice; member
/third_party/FreeBSD/sys/dev/usb/quirk/
H A Dusb_quirk.c629 (usb_quirks[x].lo_rev > info->bcdDevice) || in usb_test_quirk_by_info()
630 (usb_quirks[x].hi_rev < info->bcdDevice)) { in usb_test_quirk_by_info()
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c143 (id->bcdDevice_lo > uaa->info.bcdDevice)) { in usb_linux_lookup_id()
147 (id->bcdDevice_hi < uaa->info.bcdDevice)) { in usb_linux_lookup_id()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_config.c911 gi->dev_desc->bcdDevice[0] = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
912 gi->dev_desc->bcdDevice[1] = (uint8_t)(desc_info->prop.prop_value >> 8); in change_dev_descritor_info()
/third_party/backends/sanei/
H A Dsanei_usb.c5626 desc->bcd_dev = usb_descr->bcdDevice; in sanei_usb_get_descriptor()
5650 desc->bcd_dev = lu_desc.bcdDevice; in sanei_usb_get_descriptor()
5674 desc->bcd_dev = usb_manager_desc.bcdDevice; in sanei_usb_get_descriptor()
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dxhci.c3147 HSETW(.bcdDevice, 0x0100), /* device version */

Completed in 45 milliseconds