Searched defs:smartscroll (Results 1 - 2 of 2) sorted by relevance

/drivers/input/mouse/
H A Dlogips2pp.c133 static void ps2pp_set_smartscroll(struct psmouse *psmouse, bool smartscroll) argument
145 param[0] = smartscroll;
152 return sprintf(buf, "%d\n", psmouse->smartscroll);
169 psmouse->smartscroll = value;
173 PSMOUSE_DEFINE_ATTR(smartscroll, S_IWUSR | S_IRUGO, NULL,
409 "failed to create smartscroll sysfs attribute, error: %d\n",
H A Dpsmouse.h65 bool smartscroll; /* Logitech only */ member in struct:psmouse

Completed in 58 milliseconds