smartscroll       136 drivers/input/mouse/logips2pp.c static void ps2pp_set_smartscroll(struct psmouse *psmouse, bool smartscroll)
smartscroll       148 drivers/input/mouse/logips2pp.c 	param[0] = smartscroll;
smartscroll       155 drivers/input/mouse/logips2pp.c 	return sprintf(buf, "%d\n", psmouse->smartscroll);
smartscroll       172 drivers/input/mouse/logips2pp.c 	psmouse->smartscroll = value;
smartscroll       176 drivers/input/mouse/logips2pp.c PSMOUSE_DEFINE_ATTR(smartscroll, S_IWUSR | S_IRUGO, NULL,
smartscroll        66 drivers/input/mouse/psmouse-base.c module_param_named(smartscroll, psmouse_smartscroll, bool, 0644);
smartscroll        67 drivers/input/mouse/psmouse-base.c MODULE_PARM_DESC(smartscroll, "Logitech Smartscroll autorepeat, 1 = enabled (default), 0 = disabled.");
smartscroll      1630 drivers/input/mouse/psmouse-base.c 	psmouse->smartscroll = psmouse_smartscroll;
smartscroll       116 drivers/input/mouse/psmouse.h 	bool smartscroll;	/* Logitech only */