| /linux/drivers/platform/x86/ |
| H A D | acer-wireless.c | 32 input_report_key(idev, KEY_RFKILL, 1); in acer_wireless_notify() 34 input_report_key(idev, KEY_RFKILL, 0); in acer_wireless_notify() 59 set_bit(KEY_RFKILL, idev->keybit); in acer_wireless_probe()
|
| H A D | wireless-hotkey.c | 54 set_bit(KEY_RFKILL, button->input_dev->keybit); in wireless_input_setup() 84 input_report_key(button->input_dev, KEY_RFKILL, 1); in wl_notify() 86 input_report_key(button->input_dev, KEY_RFKILL, 0); in wl_notify()
|
| H A D | asus-wireless.c | 122 input_report_key(data->idev, KEY_RFKILL, 1); in asus_wireless_notify() 124 input_report_key(data->idev, KEY_RFKILL, 0); in asus_wireless_notify() 156 set_bit(KEY_RFKILL, data->idev->keybit); in asus_wireless_probe()
|
| H A D | fujitsu-laptop.c | 583 { KE_KEY, KEY9_CODE, { KEY_RFKILL } }, 585 { KE_KEY, FLAG_RFKILL, { KEY_RFKILL } },
|
| H A D | asus-nb-wmi.c | 633 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
|
| H A D | asus-tf103c-dock.c | 264 { KEY_RFKILL, KEY_F2 },
|
| /linux/tools/testing/selftests/hid/tests/ |
| H A D | test_ite_keyboard.py | 157 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 1)) 163 expected.append(libevdev.InputEvent(libevdev.EV_KEY.KEY_RFKILL, 0))
|
| /linux/net/rfkill/ |
| H A D | input.c | 210 case KEY_RFKILL: in rfkill_event() 298 .keybit = { [BIT_WORD(KEY_RFKILL)] = BIT_MASK(KEY_RFKILL) },
|
| /linux/drivers/hid/ |
| H A D | hid-chicony.c | 40 input_report_key(input, KEY_RFKILL, 1); in ch_report_wireless() 42 input_report_key(input, KEY_RFKILL, 0); in ch_report_wireless()
|
| /linux/drivers/platform/x86/dell/ |
| H A D | dell-rbtn.c | 178 set_bit(KEY_RFKILL, rbtn_data->input_dev->keybit); in rbtn_input_init() 198 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 1); in rbtn_input_event() 200 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 0); in rbtn_input_event()
|
| H A D | dell-wmi-base.c | 104 { KE_IGNORE, 0xe008, { KEY_RFKILL } }, 302 { KE_IGNORE, 0x153, { KEY_RFKILL } }, 328 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4708-asus-rt-ac68u.dts | 77 linux,code = <KEY_RFKILL>;
|
| H A D | bcm47094-netgear-r8500.dts | 88 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4708-asus-rt-ac56u.dts | 74 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4709-netgear-r7000.dts | 84 linux,code = <KEY_RFKILL>;
|
| H A D | bcm47189-tenda-ac9.dts | 64 linux,code = <KEY_RFKILL>;
|
| H A D | bcm47081-tplink-archer-c5-v2.dts | 82 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4708-netgear-r6250.dts | 74 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4709-asus-rt-ac3200.dts | 43 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4708-smartrg-sr400ac.dts | 99 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4709-linksys-ea9200.dts | 47 linux,code = <KEY_RFKILL>;
|
| /linux/arch/arm64/boot/dts/broadcom/bcmbca/ |
| H A D | bcm4906-tplink-archer-c2300-v1.dts | 104 linux,code = <KEY_RFKILL>;
|
| H A D | bcm4908-asus-gt-ac5300.dts | 24 linux,code = <KEY_RFKILL>;
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 338 #define KEY_RFKILL 247 /* Key that controls all radios */ 337 #define KEY_RFKILL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 338 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
|