Searched refs:epsonds_net_write (Results 1 - 3 of 3) sorted by relevance
/third_party/backends/backend/ |
H A D | epsonds-net.c | 176 epsonds_net_write(s, 0x2000, NULL, 0, len, &status); in epsonds_net_request_read() 181 epsonds_net_write(epsonds_scanner *s, unsigned int cmd, const unsigned char *buf, in epsonds_net_write() function 277 epsonds_net_write(s, 0x2100, buf, 7, 0, &status); in epsonds_net_lock() 292 epsonds_net_write(s, 0x2101, NULL, 0, 0, &status); in epsonds_net_unlock()
|
H A D | epsonds-net.h | 11 extern size_t epsonds_net_write(struct epsonds_scanner *s, unsigned int cmd, const unsigned char *buf,
|
H A D | epsonds-io.c | 48 return epsonds_net_write(s, 0x2000, buf, length, reply_len, status); in eds_send()
|
Completed in 1 milliseconds