Searched refs:copy_abs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/ |
H A D | input-mt.c | 14 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function 62 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 63 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 64 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
|
/kernel/linux/linux-6.6/drivers/input/ |
H A D | input-mt.c | 15 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function 63 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots() 64 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots() 65 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()
|
Completed in 2 milliseconds