Searched refs:input_copy_abs (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/include/linux/ |
H A D | input.h | 478 void input_copy_abs(struct input_dev *dst, unsigned int dst_axis,
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | goodix.c | 319 input_copy_abs(input, ABS_X, ts->input_dev, ABS_MT_POSITION_X); in goodix_create_pen_input() 320 input_copy_abs(input, ABS_Y, ts->input_dev, ABS_MT_POSITION_Y); in goodix_create_pen_input()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input.c | 519 * input_copy_abs - Copy absinfo from one input_dev to another 531 void input_copy_abs(struct input_dev *dst, unsigned int dst_axis, in input_copy_abs() function 542 * happen after the input_copy_abs() call. in input_copy_abs() 553 EXPORT_SYMBOL(input_copy_abs); variable
|
Completed in 7 milliseconds