Home
last modified time | relevance | path

Searched defs:device_s (Results 1 – 2 of 2) sorted by relevance

/third_party/backends/backend/
Dhpljm1005.c147 struct device_s struct
149 struct device_s *next; argument
170 do_cancel(struct device_s *dev); argument
/third_party/backends/backend/pixma/
Dpixma_bjnp_private.h346 typedef struct device_s struct
348 int open; /* connection to scanner is opened */
351 int protocol;
352 char *protocol_string;
353 char single_tcp_session;
357 int tcp_socket; /* open tcp socket for communication to scannner */
358 int16_t serial; /* sequence number of command */
362 int session_id; /* session id used in bjnp protocol for TCP packets */
363 int last_cmd; /* last command sent */
367 size_t blocksize; /* size of (TCP) blocks returned by the scanner */
[all …]