Home
last modified time | relevance | path

Searched refs:iProduct (Results 1 - 19 of 19) sorted by relevance

/third_party/backends/backend/
H A Dhp5400_sanei.c122 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 Dniash_xfer.c59 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 Dniash_xfer.h53 int iProduct; member
89 STATIC SANE_Bool MatchUsbDevice (int iVendor, int iProduct,
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_camera.c140 .iProduct = CAMERA_STR_IDX_PRODUCT, /* Product name, string index */
H A Df_multi.c108 .iProduct = 2,
H A Df_ether.c138 .iProduct = 2,
H A Df_acm_desc.c58 .iProduct = 2,
H A Df_dfu.c100 .iProduct = 2,
H A Df_hid.c129 .iProduct = 2, /* Product name, string index */
H A Df_uac.c197 .iProduct = 2, /* Product name, string index */
H A Df_uvc.c169 .iProduct = UVC_STR_IDX_PRODUCT, /* Product name, string index */
H A Df_mass_storage.c171 .iProduct = 0,
/third_party/backends/include/sane/
H A Dusb_manager.h253 uint8_t iProduct; member
/third_party/backends/tools/
H A Dsane-find-scanner.c488 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 Df_config.c224 dev_desc->iProduct += 1; in fconfig_mkdevdesc()
H A Dusbd_config.c989 gi->dev_desc->iProduct = id; in change_dev_descritor_string()
/third_party/FreeBSD/sys/dev/usb/
H A Dusb.h295 uByte iProduct; member
H A Dusb_device.c1704 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 Dxhci.c3149 .iProduct = 2,

Completed in 28 milliseconds