Searched refs:is_event_supported (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/input/ |
| A D | input.c | 50 static inline int is_event_supported(unsigned int code, in is_event_supported() function 285 if (is_event_supported(code, dev->keybit, KEY_MAX)) { in input_get_disposition() 302 if (is_event_supported(code, dev->swbit, SW_MAX) && in input_get_disposition() 311 if (is_event_supported(code, dev->absbit, ABS_MAX)) in input_get_disposition() 317 if (is_event_supported(code, dev->relbit, REL_MAX) && value) in input_get_disposition() 323 if (is_event_supported(code, dev->mscbit, MSC_MAX)) in input_get_disposition() 329 if (is_event_supported(code, dev->ledbit, LED_MAX) && in input_get_disposition() 338 if (is_event_supported(code, dev->sndbit, SND_MAX)) { in input_get_disposition() 443 if (is_event_supported(type, dev->evbit, EV_MAX)) { in input_event() 470 if (is_event_supported(type, dev->evbit, EV_MAX)) { in input_inject_event() [all …]
|
| /linux/tools/perf/util/ |
| A D | parse-events.c | 2754 static bool is_event_supported(u8 type, u64 config) in is_event_supported() function 2909 if (!is_event_supported(PERF_TYPE_HW_CACHE, in print_hwcache_events() 2920 supported = is_event_supported( in print_hwcache_events() 3053 if (!is_event_supported(type, i)) in print_symbol_events()
|
Completed in 13 milliseconds