Home
last modified time | relevance | path

Searched refs:parse_event_code (Results 1 – 2 of 2) sorted by relevance

/third_party/libevdev/tools/
Dlibevdev-tweak-device.c101 parse_event_code(int type, const char *str) in parse_event_code() function
143 *axis = parse_event_code(EV_ABS, optarg); in parse_options_abs()
196 *led = parse_event_code(EV_LED, optarg); in parse_options_led()
/third_party/libevdev/
Dthird_party_libevdev.diff32806 +parse_event_code(int type, const char *str)
32848 + *axis = parse_event_code(EV_ABS, optarg);
32901 + *led = parse_event_code(EV_LED, optarg);