Home
last modified time | relevance | path

Searched refs:idVendor (Results 1 - 25 of 31) sorted by relevance

12

/third_party/FreeBSD/sys/dev/usb/
H A Dusb_lookup.c61 (id->idVendor != info->idVendor)) { in usbd_lookup_id_by_info()
193 "idVendor[0]{" U16_XOR ",8}"
194 "idVendor[1]{" U16_XOR ",8}"
H A Dusbdi.h266 uint16_t idVendor; member
316 .match_flag_vendor = 1, .idVendor = (vend)
365 uint16_t idVendor; member
H A Dusb_debug.c149 UGETW(udev->ddesc.idVendor), in usb_dump_xfer()
H A Dusb_device.c1228 uaa->info.idVendor = UGETW(udev->ddesc.idVendor); in usb_init_attach_arg()
1237 DPRINTFN(1, "idVendor %d; idProduct %d; bConfigNum %d\n", uaa->info.idVendor, in usb_init_attach_arg()
2251 vendor_id = UGETW(udd->idVendor); in usbd_set_device_strings()
2445 UGETW(udev->ddesc.idVendor), in usb_notify_addq()
2493 UGETW(udev->ddesc.idVendor), in usb_notify_addq()
H A Dusb.h291 uWord idVendor; member
/third_party/backends/tools/
H A Dsane-find-scanner.c503 dev->descriptor.idVendor, dev->descriptor.idProduct); in check_libusb_device()
519 d->idVendor, d->idProduct, dev->bus->dirname, dev->filename); in check_libusb_device()
534 printf ("idVendor 0x%04X\n", d->idVendor); in check_libusb_device()
650 if (dev->descriptor.idVendor == 0) /* hub */ in check_libusb_device()
683 dev->descriptor.idVendor); in check_libusb_device()
846 vid = desc.idVendor; in check_libusb_device()
901 printf ("idVendor 0x%04X\n", desc.idVendor); in check_libusb_device()
1029 if (desc.idVendor in check_libusb_device()
[all...]
/third_party/backends/backend/
H A Dsm3600-scanmtek.c62 TModel GetScannerModel(unsigned short idVendor, in GetScannerModel() argument
66 if (idVendor!=SCANNER_VENDOR) return unknown; in GetScannerModel()
H A Dsm3840_lib.h55 static p_usb_dev_handle find_device (unsigned int idVendor,
H A Dsm3840_lib.c170 find_device (unsigned int idVendor, unsigned int idProduct) in find_device() argument
181 if (dev->descriptor.idVendor == idVendor && in find_device()
H A Dsm3600.h277 __SM3600EXPORT__ TModel GetScannerModel(unsigned short idVendor, unsigned short idProduct);
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_camera.c136 HSETW(.idVendor, 0x1d6b), /* Vendor ID of Huawei Technologies */
H A Df_multi.c104 HSETW(.idVendor, MULTI_VENDOR_ID), /* vendor */
H A Df_ether.c134 HSETW(.idVendor, DEIVICE_VENDOR_ID), /* vendor */
H A Df_acm_desc.c54 HSETW(.idVendor, DEVICE_VENDOR_ID), /* vendor 0x0525 */
H A Df_dfu.c96 HSETW(.idVendor, DEVICE_VENDOR_ID),
H A Df_hid.c205 USETW(g_fhid_device_desc.idVendor, vendorid); in hid_deviceid_info()
H A Df_uac.c193 HSETW(.idVendor, 0x1d6b), /* Vendor ID of Huawei Technologies */
/third_party/backends/include/sane/
H A Dusb_manager.h241 uint16_t idVendor; member
/third_party/backends/sanei/
H A Dsanei_usb.c1652 pDevDesc->idVendor, pDevDesc->idProduct); in usbcall_scan_devices()
1655 if (pDevDesc->idVendor == 0 || pDevDesc->idProduct == 0) in usbcall_scan_devices()
1658 pDevDesc->idVendor, pDevDesc->idProduct); in usbcall_scan_devices()
1671 pDevDesc->idVendor, pDevDesc->idProduct); in usbcall_scan_devices()
1679 device.vendor = pDevDesc->idVendor; in usbcall_scan_devices()
1685 pDevDesc->idVendor, pDevDesc->idProduct,device.devname); in usbcall_scan_devices()
1821 dev->descriptor.idVendor, dev->descriptor.idProduct); in libusb_scan_devices()
1824 if (dev->descriptor.idVendor == 0 || dev->descriptor.idProduct == 0) in libusb_scan_devices()
1828 dev->descriptor.idVendor, dev->descriptor.idProduct); in libusb_scan_devices()
1847 dev->descriptor.idVendor, de in libusb_scan_devices()
[all...]
H A Dusb_manager.cpp324 desc->idVendor = static_cast<uint16_t>(device.GetVendorId()); in usb_manager_get_device_descriptor()
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/linux/
H A Dusb.h54 .match_flags = USB_DEVICE_ID_MATCH_DEVICE, .idVendor = (vend), \
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c135 (id->idVendor != uaa->info.idVendor)) { in usb_linux_lookup_id()
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
H A Dusbd_config.c876 gi->dev_desc->idVendor[0] = (uint8_t)desc_info->prop.prop_value; in change_dev_descritor_info()
877 gi->dev_desc->idVendor[1] = (uint8_t)(desc_info->prop.prop_value >> 8); in change_dev_descritor_info()
/third_party/FreeBSD/sys/dev/usb/input/
H A Duhid.c760 if (uaa->info.idVendor == USB_VENDOR_WACOM) { in uhid_attach()
/third_party/FreeBSD/sys/dev/usb/quirk/
H A Dusb_quirk.c628 if ((usb_quirks[x].vid != info->idVendor) || in usb_test_quirk_by_info()

Completed in 29 milliseconds

12