Home
last modified time | relevance | path

Searched refs:scan_wait_mode (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dhs2p.h157 SANE_Bool scan_wait_mode; /* wait for operator panel start button to be pressed */ member
504 #define get_scan_wait_mode(fd) (scan_wait_mode( (fd), 0, GET ))
505 #define set_scan_wait_mode(fd,val) (scan_wait_mode( (fd), (val), SET ))
H A Dhs2p-scsi.c197 info->scan_wait_mode == 0 ? "OFF" : "ON"); in ScannerDump()
224 DBG (DBG_info, "scan wait mode = %#0x\n", info->scan_wait_mode); in ScannerDump()
2112 scan_wait_mode (int fd, int val, SANE_Bool flag) in scan_wait_mode() function
H A Dhs2p.c553 (s->hw->info.scan_wait_mode) ? SANE_TRUE : SANE_FALSE; in init_options()
1131 if ((dev->info.scan_wait_mode = get_scan_wait_mode (fd)) != 0x00 in attach()
1132 && dev->info.scan_wait_mode != 0x01) in attach()
1136 dev->info.scan_wait_mode); in attach()
1137 dev->info.scan_wait_mode = 0x00; in attach()