Searched refs:KEY_RFKILL (Results 1 - 22 of 22) sorted by relevance

/linux-master/drivers/platform/x86/
H A Dacer-wireless.c30 input_report_key(idev, KEY_RFKILL, 1);
32 input_report_key(idev, KEY_RFKILL, 0);
51 set_bit(KEY_RFKILL, idev->keybit);
H A Dwireless-hotkey.c50 set_bit(KEY_RFKILL, button->input_dev->keybit);
80 input_report_key(button->input_dev, KEY_RFKILL, 1);
82 input_report_key(button->input_dev, KEY_RFKILL, 0);
H A Dasus-wireless.c120 input_report_key(data->idev, KEY_RFKILL, 1);
122 input_report_key(data->idev, KEY_RFKILL, 0);
146 set_bit(KEY_RFKILL, data->idev->keybit);
H A Dasus-nb-wmi.c586 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
H A Dfujitsu-laptop.c564 { KE_KEY, KEY5_CODE, { KEY_RFKILL } },
566 { KE_KEY, FLAG_RFKILL, { KEY_RFKILL } },
H A Dlg-laptop.c87 {KE_KEY, 0x80, {KEY_RFKILL} },
H A Dasus-tf103c-dock.c265 { KEY_RFKILL, KEY_F2 },
H A Dasus-laptop.c327 {KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
H A Dtoshiba_acpi.c242 { KE_KEY, 0x9e, { KEY_RFKILL } },
/linux-master/drivers/hid/
H A Dhid-ite.c83 input_event(input, EV_KEY, KEY_RFKILL, 1);
85 input_event(input, EV_KEY, KEY_RFKILL, 0);
H A Dhid-chicony.c40 input_report_key(input, KEY_RFKILL, 1);
42 input_report_key(input, KEY_RFKILL, 0);
H A Dhid-asus.c883 case 0x88: asus_map_key_clear(KEY_RFKILL); break;
H A Dhid-input.c914 map_key_clear(KEY_RFKILL);
/linux-master/tools/testing/selftests/hid/tests/
H A Dtest_ite_keyboard.py156 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 1))
162 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 0))
/linux-master/net/rfkill/
H A Dinput.c210 case KEY_RFKILL:
298 .keybit = { [BIT_WORD(KEY_RFKILL)] = BIT_MASK(KEY_RFKILL) },
/linux-master/arch/mips/bcm47xx/
H A Dbuttons.c413 BCM47XX_GPIO_KEY(2, KEY_RFKILL),
433 BCM47XX_GPIO_KEY(8, KEY_RFKILL),
444 BCM47XX_GPIO_KEY(2, KEY_RFKILL),
452 BCM47XX_GPIO_KEY(5, KEY_RFKILL),
472 BCM47XX_GPIO_KEY(8, KEY_RFKILL),
/linux-master/drivers/platform/x86/dell/
H A Ddell-rbtn.c177 set_bit(KEY_RFKILL, rbtn_data->input_dev->keybit);
197 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 1);
199 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 0);
H A Ddell-wmi-base.c91 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
280 { KE_IGNORE, 0x153, { KEY_RFKILL } },
306 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h337 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h337 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h337 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/linux-master/drivers/platform/x86/intel/
H A Dhid.c67 { KE_KEY, 8, { KEY_RFKILL } },

Completed in 292 milliseconds