Searched refs:iProduct (Results 1 - 19 of 19) sorted by relevance
/third_party/backends/backend/ |
H A D | hp5400_sanei.c | 122 int fd, iVendor, iProduct; in hp5400_open() local 136 status = sanei_usb_get_vendor_product (fd, &iVendor, &iProduct); in hp5400_open() 145 if ((iVendor != 0x03F0) || ((iProduct != 0x1005) && (iProduct != 0x1105))) in hp5400_open() 148 "supported\n", iVendor, iProduct); in hp5400_open() 153 HP5400_DBG (DBG_MSG, "vendor/product 0x%04X-0x%04X opened\n", iVendor, iProduct); in hp5400_open()
|
H A D | niash_xfer.c | 59 iProduct USB product ID 65 MatchUsbDevice (int iVendor, int iProduct, TScannerModel ** ppModel) in MatchUsbDevice() argument 69 DBG (DBG_MSG, "Matching USB device 0x%04X-0x%04X ... ", iVendor, iProduct); in MatchUsbDevice() 72 if ((pModels->iVendor == iVendor) && (pModels->iProduct == iProduct)) in MatchUsbDevice() 125 (SANE_Int) pModels->iProduct, in NiashXferInit()
|
H A D | niash_xfer.h | 53 int iProduct; member 89 STATIC SANE_Bool MatchUsbDevice (int iVendor, int iProduct,
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | f_camera.c | 140 .iProduct = CAMERA_STR_IDX_PRODUCT, /* Product name, string index */
|
H A D | f_multi.c | 108 .iProduct = 2,
|
H A D | f_ether.c | 138 .iProduct = 2,
|
H A D | f_acm_desc.c | 58 .iProduct = 2,
|
H A D | f_dfu.c | 100 .iProduct = 2,
|
H A D | f_hid.c | 129 .iProduct = 2, /* Product name, string index */
|
H A D | f_uac.c | 197 .iProduct = 2, /* Product name, string index */
|
H A D | f_uvc.c | 169 .iProduct = UVC_STR_IDX_PRODUCT, /* Product name, string index */
|
H A D | f_mass_storage.c | 171 .iProduct = 0,
|
/third_party/backends/include/sane/ |
H A D | usb_manager.h | 253 uint8_t iProduct; member
|
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 488 return get_libusb_string_descriptor (dev, dev->descriptor.iProduct); in get_libusb_product() 540 printf ("iProduct %d (%s)\n", d->iProduct, in check_libusb_device() 876 product = get_libusb_string_descriptor (hdl, desc.iProduct); in check_libusb_device() 907 printf ("iProduct %d (%s)\n", desc.iProduct, in check_libusb_device()
|
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/ |
H A D | f_config.c | 224 dev_desc->iProduct += 1; in fconfig_mkdevdesc()
|
H A D | usbd_config.c | 989 gi->dev_desc->iProduct = id; in change_dev_descritor_string()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb.h | 295 uByte iProduct; member
|
H A D | usb_device.c | 1704 udev->ddesc.iProduct || in usb_alloc_device() 2268 udev->ddesc.iProduct); in usbd_set_device_strings()
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
H A D | xhci.c | 3149 .iProduct = 2,
|
Completed in 28 milliseconds