Home
last modified time | relevance | path

Searched refs:usb_vendor (Results 1 - 5 of 5) sorted by relevance

/third_party/eudev/src/udev/
H A Dudev-builtin-usb_id.c373 const char *usb_vendor = NULL; in builtin_usb_id() local
375 usb_vendor = udev_device_get_sysattr_value(dev_usb, "manufacturer"); in builtin_usb_id()
376 if (!usb_vendor) in builtin_usb_id()
377 usb_vendor = vendor_id; in builtin_usb_id()
378 if (!usb_vendor) { in builtin_usb_id()
382 udev_util_encode_string(usb_vendor, vendor_str_enc, sizeof(vendor_str_enc)); in builtin_usb_id()
383 util_replace_whitespace(usb_vendor, vendor_str, sizeof(vendor_str)-1); in builtin_usb_id()
/third_party/backends/backend/
H A Dsnapscan.h429 SANE_Word usb_vendor; /* USB vendor id */ member
H A Dsnapscan.c976 if (sanei_usb_get_vendor_product(pss->fd, &pss->usb_vendor, &pss->usb_product) != SANE_STATUS_GOOD) in sane_open()
978 pss->usb_vendor = 0; in sane_open()
1703 if (pss->val[OPT_QUALITY_CAL].b && (pss->usb_vendor == USB_VENDOR_EPSON)) in sane_start()
1734 if (pss->val[OPT_QUALITY_CAL].b && (pss->usb_vendor != USB_VENDOR_EPSON)) in sane_start()
H A Davision.h92 int usb_vendor; member
H A Davision.c4367 Avision_Device_List[model_num].usb_vendor, in attach()
8462 if (attaching_hw->usb_vendor != 0 && attaching_hw->usb_product != 0 ) in sane_reload_devices()
8465 attaching_hw->usb_vendor, in sane_reload_devices()
8469 if (sanei_usb_find_devices (attaching_hw->usb_vendor, in sane_reload_devices()

Completed in 22 milliseconds