Searched refs:hp680_ts_dev (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | hp680_ts_input.c | 23 static struct input_dev *hp680_ts_dev; variable 58 input_report_key(hp680_ts_dev, BTN_TOUCH, 1); in do_softint() 59 input_report_abs(hp680_ts_dev, ABS_X, absx); in do_softint() 60 input_report_abs(hp680_ts_dev, ABS_Y, absy); in do_softint() 62 input_report_key(hp680_ts_dev, BTN_TOUCH, 0); in do_softint() 65 input_sync(hp680_ts_dev); in do_softint() 81 hp680_ts_dev = input_allocate_device(); in hp680_ts_init() 82 if (!hp680_ts_dev) in hp680_ts_init() 85 hp680_ts_dev->evbit[0] = BIT_MASK(EV_ABS) | BIT_MASK(EV_KEY); in hp680_ts_init() 86 hp680_ts_dev in hp680_ts_init() [all...] |
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | hp680_ts_input.c | 23 static struct input_dev *hp680_ts_dev; variable 58 input_report_key(hp680_ts_dev, BTN_TOUCH, 1); in do_softint() 59 input_report_abs(hp680_ts_dev, ABS_X, absx); in do_softint() 60 input_report_abs(hp680_ts_dev, ABS_Y, absy); in do_softint() 62 input_report_key(hp680_ts_dev, BTN_TOUCH, 0); in do_softint() 65 input_sync(hp680_ts_dev); in do_softint() 81 hp680_ts_dev = input_allocate_device(); in hp680_ts_init() 82 if (!hp680_ts_dev) in hp680_ts_init() 85 hp680_ts_dev->evbit[0] = BIT_MASK(EV_ABS) | BIT_MASK(EV_KEY); in hp680_ts_init() 86 hp680_ts_dev in hp680_ts_init() [all...] |
Completed in 1 milliseconds