Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dinput.h508 bool input_match_device_id(const struct input_dev *dev,
/Linux-v5.15/drivers/input/
Dinput.c975 bool input_match_device_id(const struct input_dev *dev, in input_match_device_id() function
1009 EXPORT_SYMBOL(input_match_device_id);
1017 if (input_match_device_id(dev, id) && in input_match_device()
Djoydev.c800 if (input_match_device_id(dev, id)) { in joydev_dev_is_blacklisted()