| /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-ite.c | 83 input_event(input, EV_KEY, KEY_RFKILL, 1); in ite_event() 85 input_event(input, EV_KEY, KEY_RFKILL, 0); in ite_event()
|
| 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()
|
| H A D | hid-debug.c | 3479 [KEY_RFKILL] = "RFKill", [KEY_RIGHT_DOWN] = "RightDown",
|
| H A D | hid-asus.c | 1048 case 0x88: asus_map_key_clear(KEY_RFKILL); break; in asus_input_mapping()
|
| /linux/arch/mips/bcm47xx/ |
| H A D | buttons.c | 413 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/drivers/platform/x86/dell/ |
| H A D | dell-wmi-base.c | 103 { KE_IGNORE, 0xe008, { KEY_RFKILL } }, 301 { KE_IGNORE, 0x153, { KEY_RFKILL } }, 327 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm4708-netgear-r6300-v2.dts | 70 linux,code = <KEY_RFKILL>;
|
| 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>;
|
| /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/drivers/platform/x86/ |
| H A D | asus-nb-wmi.c | 633 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
|
| /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
|
| /linux/drivers/platform/x86/intel/ |
| H A D | hid.c | 72 { KE_KEY, 8, { KEY_RFKILL } },
|
| /linux/drivers/platform/x86/uniwill/ |
| H A D | uniwill-acpi.c | 405 { KE_KEY, UNIWILL_OSD_RFKILL, { KEY_RFKILL }},
|