Searched refs:sanei_usb_set_endpoint (Results 1 - 5 of 5) sorted by relevance
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 5 Copyright (C) 2011 Reinhold Kainhofer (sanei_usb_set_endpoint) 349 extern void sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep);
|
/third_party/backends/backend/ |
H A D | ricoh2.c | 745 sanei_usb_set_endpoint (device->dn, in sane_start() 749 sanei_usb_set_endpoint (device->dn, in sane_start()
|
H A D | magicolor.c | 1646 sanei_usb_set_endpoint (s->fd, in open_scanner() 1649 sanei_usb_set_endpoint (s->fd, in open_scanner()
|
H A D | kodakaio.c | 2065 sanei_usb_set_endpoint (s->fd, in open_scanner() 2068 sanei_usb_set_endpoint (s->fd, in open_scanner()
|
/third_party/backends/sanei/ |
H A D | sanei_usb.c | 8 Copyright (C) 2011 Reinhold Kainhofer <reinhold@kainhofer.com> (sanei_usb_set_endpoint) 2466 sanei_usb_set_endpoint (SANE_Int dn, SANE_Int ep_type, SANE_Int ep) in sanei_usb_set_endpoint() function 2470 DBG (1, "sanei_usb_set_endpoint: dn >= device number || dn < 0\n"); in sanei_usb_set_endpoint() 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() 2517 // Similar sanei_usb_set_endpoint, but ignores duplicate endpoints
|
Completed in 23 milliseconds