Searched refs:OPT_ABS (Results 1 – 2 of 2) sorted by relevance
/third_party/libevdev/tools/ |
D | libevdev-tweak-device.c | 48 OPT_ABS = 1 << 0, enumerator 123 { "abs", 1, 0, OPT_ABS }, in parse_options_abs() 142 case OPT_ABS: in parse_options_abs() 262 { "abs", 1, 0, OPT_ABS }, in parse_options_mode() 283 case OPT_ABS: in parse_options_mode()
|
/third_party/libevdev/ |
D | third_party_libevdev.diff | 32753 + OPT_ABS = 1 << 0, 32828 + { "abs", 1, 0, OPT_ABS }, 32847 + case OPT_ABS: 32967 + { "abs", 1, 0, OPT_ABS }, 32988 + case OPT_ABS:
|