Searched refs:parse_event_code (Results 1 – 2 of 2) sorted by relevance
101 parse_event_code(int type, const char *str) in parse_event_code() function143 *axis = parse_event_code(EV_ABS, optarg); in parse_options_abs()196 *led = parse_event_code(EV_LED, optarg); in parse_options_led()
32806 +parse_event_code(int type, const char *str)32848 + *axis = parse_event_code(EV_ABS, optarg);32901 + *led = parse_event_code(EV_LED, optarg);