Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/input/joystick/
H A Dxpad.c58 * - pass the module paramater 'dpad_to_buttons' to force
91 static bool dpad_to_buttons; variable
92 module_param(dpad_to_buttons, bool, S_IRUGO);
93 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
1814 if (dpad_to_buttons) in xpad_probe()
/kernel/linux/linux-6.6/drivers/input/joystick/
H A Dxpad.c58 * - pass the module paramater 'dpad_to_buttons' to force
107 static bool dpad_to_buttons; variable
108 module_param(dpad_to_buttons, bool, S_IRUGO);
109 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
2047 if (dpad_to_buttons) in xpad_probe()

Completed in 6 milliseconds