Lines Matching defs:mouse
40 * The Lola is similar to the ATI remote but has no mouse support, and slightly
132 static bool mouse = true;
133 module_param(mouse, bool, 0444);
134 MODULE_PARM_DESC(mouse, "Enable mouse device, default = yes");
270 #define KIND_ACCEL 3 /* Translate to EV_REL mouse-move events */
298 * They are mapped to the "side" and "extra" mouse buttons here. */
302 /* Non-mouse events are handled by rc-core */
533 * This is either a mouse or scrollwheel event, depending on
542 /* scrollwheel was not mapped, assume mouse */
544 /* Look up event code index in the mouse translation
595 /* Not a mouse event, hand it to rc-core. */
877 "%s mouse", ati_remote->rc_name);
902 /* Set up and register mouse input device */
903 if (mouse) {