Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dinput-mt.c17 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function
65 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots()
66 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots()
67 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()