Home
last modified time | relevance | path

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

/linux/drivers/input/
H A Dinput-mt.c15 static void copy_abs(struct input_dev *dev, unsigned int dst, unsigned int src) in copy_abs() function
66 copy_abs(dev, ABS_X, ABS_MT_POSITION_X); in input_mt_init_slots()
67 copy_abs(dev, ABS_Y, ABS_MT_POSITION_Y); in input_mt_init_slots()
68 copy_abs(dev, ABS_PRESSURE, ABS_MT_PRESSURE); in input_mt_init_slots()