Searched refs:input_handle_event (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/input/ |
H A D | input-core-private.h | 13 void input_handle_event(struct input_dev *dev,
|
H A D | input-mt.c | 271 input_handle_event(dev, EV_ABS, ABS_MT_SLOT, i); in __input_mt_drop_unused() 272 input_handle_event(dev, EV_ABS, ABS_MT_TRACKING_ID, -1); in __input_mt_drop_unused() 319 input_handle_event(dev, EV_ABS, ABS_PRESSURE, 0); in input_mt_release_slots()
|
H A D | input.c | 394 void input_handle_event(struct input_dev *dev, in input_handle_event() function 435 input_handle_event(dev, type, code, value); in input_event() 465 input_handle_event(dev, type, code, value); in input_inject_event() 741 input_handle_event(dev, EV_KEY, code, 0); in input_dev_release_keys() 774 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_disconnect_device() 1844 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_reset_device() 1868 input_handle_event(dev, EV_SYN, SYN_REPORT, 1); in input_inhibit_device() 1919 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_suspend() 1954 input_handle_event(input_dev, EV_SYN, SYN_REPORT, 1); in input_dev_freeze() 2336 input_handle_event(dev, EV_KEY, dev->repeat_key, 2); in input_repeat_key() [all …]
|