Searched refs:is_event_supported (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/input/
H A Dinput.c53 static inline int is_event_supported(unsigned int code, is_event_supported() function
192 is_event_supported(dev->repeat_key, dev->keybit, KEY_MAX)) { input_repeat_key()
289 if (is_event_supported(code, dev->keybit, KEY_MAX)) { input_get_disposition()
306 if (is_event_supported(code, dev->swbit, SW_MAX) && input_get_disposition()
315 if (is_event_supported(code, dev->absbit, ABS_MAX)) input_get_disposition()
321 if (is_event_supported(code, dev->relbit, REL_MAX) && value) input_get_disposition()
327 if (is_event_supported(code, dev->mscbit, MSC_MAX)) input_get_disposition()
333 if (is_event_supported(code, dev->ledbit, LED_MAX) && input_get_disposition()
342 if (is_event_supported(code, dev->sndbit, SND_MAX)) { input_get_disposition()
434 if (is_event_supported(type, dev->evbit, EV_MAX)) { input_event()
461 if (is_event_supported(type, dev->evbit, EV_MAX)) { input_inject_event()
679 if (is_event_supported(EV_KEY, dev->evbit, EV_MAX)) { input_dev_release_keys()
681 if (is_event_supported(code, dev->keybit, KEY_MAX) && input_dev_release_keys()
917 !is_event_supported(old_keycode, dev->keybit, KEY_MAX) && input_set_keycode()
/linux-4.1.27/tools/perf/util/
H A Dparse-events.c1233 static bool is_event_supported(u8 type, unsigned config) is_event_supported() function
1299 if (!is_event_supported(PERF_TYPE_HW_CACHE, print_hwcache_events()
1371 if (!is_event_supported(type, i)) print_symbol_events()

Completed in 105 milliseconds