Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/input/mouse/
Datarimouse.c59 static int mouse_threshold[2] = {2, 2}; variable
60 module_param_array(mouse_threshold, int, NULL, 0);
100 ikbd_mouse_thresh(mouse_threshold[0], mouse_threshold[1]); in atamouse_open()