Lines Matching refs:sane_set_io_mode
1168 status = sane_set_io_mode (device, SANE_FALSE);
1170 "it is possible to sane_set_io_mode outside of a scan");
1171 status = sane_set_io_mode (device, SANE_TRUE);
1174 "it is possible to sane_set_io_mode outside of a scan");
1193 /* sane_set_io_mode with SANE_FALSE is always supported. */
1194 status = sane_set_io_mode (device, SANE_FALSE);
1196 "sane_set_io_mode with SANE_FALSE must return SANE_STATUS_GOOD");
1198 /* test sane_set_io_mode with SANE_TRUE. */
1199 status = sane_set_io_mode (device, SANE_TRUE);
1202 "sane_set_io_mode with SANE_TRUE returned an invalid status (%s)",
1206 status = sane_set_io_mode (device, SANE_FALSE);
1208 "sane_set_io_mode with SANE_FALSE must return SANE_STATUS_GOOD");