Lines Matching defs:vendorID
324 kernel_get_vendor_product (int fd, const char *name, int *vendorID, int *productID)
328 if (ioctl (fd, SCANNER_IOCTL_VENDOR, vendorID) == -1)
330 if (ioctl (fd, SCANNER_IOCTL_VENDOR_OLD, vendorID) == -1)
350 *vendorID = vendor;
382 *vendorID = (int) devInfo.udi_vendorNo;
2332 SANE_Word vendorID = 0, productID = 0;
2342 vendorID = strtol (vendor, 0, 0);
2358 sanei_usb_find_devices (vendorID, productID, attach);
2405 SANE_Word vendorID = 0;
2421 vendorID = devices[dn].vendor;
2425 *vendor = vendorID;
2429 if (!vendorID || !productID)
2437 DBG (3, "sanei_usb_get_vendor_product: device %d: vendorID: 0x%04x, "
2438 "productID: 0x%04x\n", dn, vendorID, productID);