Searched refs:ep_type (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/tools/ |
H A D | sane-find-scanner.c | 605 char *ep_type; in check_libusb_device() local 610 ep_type = "control"; in check_libusb_device() 613 ep_type = "isochronous"; in check_libusb_device() 616 ep_type = "bulk"; in check_libusb_device() 619 ep_type = "interrupt"; in check_libusb_device() 622 ep_type = "unknown"; in check_libusb_device() 636 e->bmAttributes, ep_type); in check_libusb_device() 982 char *ep_type; in check_libusb_device() local 989 ep_type = "control"; in check_libusb_device() 992 ep_type in check_libusb_device() [all...] |
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 344 * @param ep_type type of endpoint to set (bitwise or of USB_DIR_IN/OUT and 349 extern void sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep); 357 * @param ep_type type of endpoint to retrieve (bitwise or of USB_DIR_IN/OUT 362 extern SANE_Int sanei_usb_get_endpoint (SANE_Int dn, SANE_Int ep_type);
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 2466 sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep) in sanei_usb_set_endpoint() argument 2474 DBG (5, "sanei_usb_set_endpoint: Setting endpoint of type 0x%02x to 0x%02x\n", ep_type, ep); in sanei_usb_set_endpoint() 2475 switch (ep_type) in sanei_usb_set_endpoint() 2576 sanei_usb_get_endpoint (SANE_Int dn, SANE_Int ep_type) in sanei_usb_get_endpoint() argument 2584 switch (ep_type) in sanei_usb_get_endpoint()
|
Completed in 10 milliseconds