Searched refs:OPT_LED (Results 1 - 3 of 3) sorted by relevance
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 54 OPT_LED = 1 << 6, enumerator 179 { "led", 1, 0, OPT_LED }, in parse_options_led() 195 case OPT_LED: in parse_options_led() 263 { "led", 1, 0, OPT_LED }, in parse_options_mode() 286 case OPT_LED: in parse_options_mode()
|
/third_party/backends/backend/ |
H A D | apple.h | 146 OPT_LED, enumerator
|
H A D | apple.c | 783 if (s->val[OPT_LED].w) *(PP+7) |= 4; in mode_select() 799 if (s->val[OPT_LED].w) *(PP+7) |= 4; in mode_select() 1634 s->opt[OPT_LED].name = "led"; in init_options() 1635 s->opt[OPT_LED].title = "LED"; in init_options() 1636 s->opt[OPT_LED].desc ="This option controls the setting of the ambler LED."; in init_options() 1637 s->opt[OPT_LED].type = SANE_TYPE_BOOL; in init_options() 1639 s->opt[OPT_LED].cap |= SANE_CAP_INACTIVE; in init_options() 1640 s->val[OPT_LED].w = SANE_TRUE; in init_options() 2114 case OPT_LED: in sane_control_option() 2201 case OPT_LED in sane_control_option() [all...] |
Completed in 4 milliseconds