Home
last modified time | relevance | path

Searched refs:swap_opt_cmd (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-apple.c57 static unsigned int swap_opt_cmd; variable
58 module_param(swap_opt_cmd, uint, 0644);
59 MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. "
427 if (swap_opt_cmd) { in hidinput_apple_event()
428 if (swap_opt_cmd == 2) in hidinput_apple_event()
/openbmc/qemu/ui/
H A Dcocoa.m100 static bool swap_opt_cmd;
902 if (swap_opt_cmd) {
911 if (swap_opt_cmd) {
949 if (swap_opt_cmd) {
959 if (swap_opt_cmd) {
972 if (swap_opt_cmd) {
983 if (swap_opt_cmd) {
2153 swap_opt_cmd = opts->u.cocoa.swap_opt_cmd;