Home
last modified time | relevance | path

Searched refs:triggers_to_buttons (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c95 static bool triggers_to_buttons; variable
96 module_param(triggers_to_buttons, bool, S_IRUGO);
97 MODULE_PARM_DESC(triggers_to_buttons, "Map triggers to buttons rather than axes for unknown pads");
1816 if (triggers_to_buttons) in xpad_probe()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c111 static bool triggers_to_buttons; variable
112 module_param(triggers_to_buttons, bool, S_IRUGO);
113 MODULE_PARM_DESC(triggers_to_buttons, "Map triggers to buttons rather than axes for unknown pads");
2049 if (triggers_to_buttons) in xpad_probe()

Completed in 6 milliseconds