Searched refs:bjnp_poll_scanner (Results 1 - 1 of 1) sorted by relevance
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.c | 1130 bjnp_poll_scanner (int devno, char type,char *hostname, char *user, SANE_Byte *status, int size) in bjnp_poll_scanner() function 1186 PDBG (bjnp_dbg (LOG_INFO, "bjnp_poll_scanner: unknown packet type: %d\n", type)); in bjnp_poll_scanner() 1194 PDBG (bjnp_dbg (LOG_DEBUG2, "bjnp_poll_scanner: Poll details (type %d)\n", type)); in bjnp_poll_scanner() 1202 PDBG (bjnp_dbg (LOG_DEBUG2, "bjnp_poll_scanner: Poll details response:\n")); in bjnp_poll_scanner() 1215 PDBG( bjnp_dbg(LOG_INFO, "bjnp_poll_scanner: received button status!\n")); in bjnp_poll_scanner() 2628 if ( (bjnp_poll_scanner (dn, 0, hostname, getusername (), buffer, *size ) != 0) || in sanei_bjnp_read_int() 2629 (bjnp_poll_scanner (dn, 1, hostname, getusername (), buffer, *size ) != 0) ) in sanei_bjnp_read_int() 2650 if ( (resp_len = bjnp_poll_scanner (dn, 2, hostname, getusername (), buffer, *size ) ) < 0 ) in sanei_bjnp_read_int() 2670 if ( (resp_len = bjnp_poll_scanner (dn, 5, hostname, getusername (), buffer, *size ) ) < 0 ) in sanei_bjnp_read_int()
|
Completed in 4 milliseconds