Home
last modified time | relevance | path

Searched refs:copy_abs (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/drivers/input/
Dinput-mt.c15 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()