Home
last modified time | relevance | path

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

/third_party/backends/backend/genesys/
H A Dgenesys.h196 SANE_Word lamp_off_time = 0; member
H A Dgenesys.cpp4787 s->lamp_off_time = 15; // 15 minutes in init_options()
5675 *reinterpret_cast<SANE_Word*>(val) = s->lamp_off_time;
5972 if (*reinterpret_cast<SANE_Word*>(val) != s->lamp_off_time) {
5973 s->lamp_off_time = *reinterpret_cast<SANE_Word*>(val);
5974 dev->cmd_set->set_powersaving(dev, s->lamp_off_time);
/third_party/backends/backend/
H A Dmustek.c118 static SANE_Int lamp_off_time = 60; variable
2105 *cp++ = lamp_off_time; /* Only needed for A3 Pro, default: 60 minutes until lamp-off */ in set_window_pro()
5852 SANE_Int old_time = lamp_off_time; in sane_control_option()
5858 lamp_off_time = 0; in sane_control_option()
5860 lamp_off_time = old_time; in sane_control_option()

Completed in 15 milliseconds