/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_lookup.c | 69 (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 D | usb_device.c | 1230 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 D | usb.h | 293 uWord bcdDevice; member
|
H A D | usbdi.h | 367 uint16_t bcdDevice; member
|
H A D | usb_generic.c | 786 UGETW(udev->ddesc.bcdDevice)); in ugen_fill_deviceinfo() 789 di->udi_releaseNo = UGETW(udev->ddesc.bcdDevice); in ugen_fill_deviceinfo()
|
H A D | usb_hub.c | 1820 UGETW(res.udev->ddesc.bcdDevice), in uhub_child_pnpinfo_string()
|
/third_party/backends/tools/ |
H A D | check-usb-chip.c | 1729 * 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 D | sane-find-scanner.c | 536 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 D | f_camera.c | 138 HSETW(.bcdDevice, 0x0318), /* Device release code */
|
H A D | f_multi.c | 106 HSETW(.bcdDevice, 0x0318), /* device version */
|
H A D | f_ether.c | 136 HSETW(.bcdDevice, 0x0318), /* device version */
|
H A D | f_acm_desc.c | 56 HSETW(.bcdDevice, DEVICE_VERSION), /* device version */
|
H A D | f_dfu.c | 98 HSETW(.bcdDevice, DEVICE_VERSION),
|
H A D | f_hid.c | 127 HSETW(.bcdDevice, 0x0100), /* Device release code */
|
H A D | f_uac.c | 195 HSETW(.bcdDevice, 0x318), /* Device release code */
|
H A D | f_uvc.c | 167 HSETW(.bcdDevice, 0x0318), /* Device release code */
|
H A D | f_mass_storage.c | 169 HSETW(.bcdDevice, 0x0318), /* device version */
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 247 uint16_t bcdDevice; member
|
/third_party/FreeBSD/sys/dev/usb/quirk/ |
H A D | usb_quirk.c | 629 (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 D | linux_usb.c | 143 (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 D | usbd_config.c | 911 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 D | sanei_usb.c | 5626 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 D | xhci.c | 3147 HSETW(.bcdDevice, 0x0100), /* device version */
|