Searched refs:touchscreen_set_params (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.10/drivers/input/touchscreen/ | 
| D | of_touchscreen.c | 32 static void touchscreen_set_params(struct input_dev *dev,  in touchscreen_set_params()  function91 		touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz);  in touchscreen_parse_properties()
 104 		touchscreen_set_params(input, axis_y, minimum, maximum - 1, fuzz);  in touchscreen_parse_properties()
 116 		touchscreen_set_params(input, axis, 0, maximum, fuzz);  in touchscreen_parse_properties()
 
 |