Home
last modified time | relevance | path

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

/drivers/input/
Dinput.c1000 bool input_match_device_id(const struct input_dev *dev, in input_match_device_id() function
1034 EXPORT_SYMBOL(input_match_device_id);
1042 if (input_match_device_id(dev, id) && in input_match_device()
Djoydev.c810 if (input_match_device_id(dev, id)) { in joydev_dev_is_blacklisted()