Searched refs:input_copy_abs (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | input.h | 492 void input_copy_abs(struct input_dev *dst, unsigned int dst_axis,
|
| /linux/drivers/input/touchscreen/ |
| H A D | goodix.c | 321 input_copy_abs(input, ABS_X, ts->input_dev, ABS_MT_POSITION_X); in goodix_create_pen_input() 322 input_copy_abs(input, ABS_Y, ts->input_dev, ABS_MT_POSITION_Y); in goodix_create_pen_input()
|
| /linux/drivers/input/ |
| H A D | input.c | 488 void input_copy_abs(struct input_dev *dst, unsigned int dst_axis, in input_copy_abs() function 510 EXPORT_SYMBOL(input_copy_abs);
|