Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dinput.h510 bool input_match_device_id(const struct input_dev *dev,
/OK3568_Linux_fs/kernel/drivers/input/
H A Dinput.c982 bool input_match_device_id(const struct input_dev *dev, in input_match_device_id() function
1016 EXPORT_SYMBOL(input_match_device_id);
1024 if (input_match_device_id(dev, id) && in input_match_device()
H A Djoydev.c801 if (input_match_device_id(dev, id)) { in joydev_dev_is_blacklisted()