Lines Matching refs:ADF
1402 s->opt[OPT_EJECT].desc = SANE_I18N("Eject the sheet in the ADF");
1405 if ((!s->hw->ADF) && (!s->hw->cmd->set_bay)) { /* Hack: Using set_bay to indicate. */
1419 if (!s->hw->ADF)
1424 s->opt[OPT_ADF_MODE].title = SANE_I18N("ADF Mode");
1426 SANE_I18N("Selects the ADF mode (simplex/duplex)");
1433 if ((!s->hw->ADF) || (s->hw->duplex == SANE_FALSE))
1722 * or auto document feeder (ADF)).
1799 /* neither ADF nor TPU active */
1829 setOptionState(s, s->hw->ADF
1831 setOptionState(s, s->hw->ADF
2103 /* check if we just have finished working with the ADF */
2196 /* check if we just have finished working with the ADF.
2249 /* feed the first sheet in the ADF */
2250 if (dev->ADF && dev->use_extension && dev->cmd->feed) {