Lines Matching defs:infop
627 SANE_Action action, void * valp, SANE_Int *infop,
639 return hp_option_imm_set(optset, this, data, valp, infop, scsi);
648 SANE_Action action, void * valp, SANE_Int *infop)
659 return hp_option_set(this, data, valp, infop);
3960 void * valp, SANE_Int *infop, HpScsi scsi,
3968 if (infop)
3969 *infop = 0;
3971 infop = &my_info;
3994 RETURN_IF_FAIL( hp_option_imm_control(this, opt, data, action, valp, infop,
3997 RETURN_IF_FAIL( hp_option_control(opt, data, action, valp, infop ) );
3999 if ((*infop & SANE_INFO_RELOAD_OPTIONS) != 0)