Home
last modified time | relevance | path

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

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/genesys/
H A Dgenesys.h207 SANE_Word lamp_off_time = 0; member
H A Dgenesys.cpp4895 s->lamp_off_time = 15; // 15 minutes in init_options()
5723 *reinterpret_cast<SANE_Word*>(val) = s->lamp_off_time; in get_option_value()
6015 if (*reinterpret_cast<SANE_Word*>(val) != s->lamp_off_time) { in set_option_value()
6016 s->lamp_off_time = *reinterpret_cast<SANE_Word*>(val); in set_option_value()
6017 dev->cmd_set->set_powersaving(dev, s->lamp_off_time); in set_option_value()
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dmustek.c118 static SANE_Int lamp_off_time = 60; variable
2126 *cp++ = lamp_off_time; /* Only needed for A3 Pro, default: 60 minutes until lamp-off */ in set_window_pro()
5871 SANE_Int old_time = lamp_off_time; in sane_control_option()
5877 lamp_off_time = 0; in sane_control_option()
5879 lamp_off_time = old_time; in sane_control_option()