| /Linux-v5.15/drivers/platform/x86/ |
| D | acer-wireless.c | 30 input_report_key(idev, KEY_RFKILL, 1); in acer_wireless_notify() 32 input_report_key(idev, KEY_RFKILL, 0); in acer_wireless_notify() 51 set_bit(KEY_RFKILL, idev->keybit); in acer_wireless_add()
|
| D | wireless-hotkey.c | 44 set_bit(KEY_RFKILL, wl_input_dev->keybit); in wireless_input_setup() 69 input_report_key(wl_input_dev, KEY_RFKILL, 1); in wl_notify() 71 input_report_key(wl_input_dev, KEY_RFKILL, 0); in wl_notify()
|
| D | asus-wireless.c | 120 input_report_key(data->idev, KEY_RFKILL, 1); in asus_wireless_notify() 122 input_report_key(data->idev, KEY_RFKILL, 0); in asus_wireless_notify() 146 set_bit(KEY_RFKILL, data->idev->keybit); in asus_wireless_add()
|
| D | asus-nb-wmi.c | 556 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
|
| D | fujitsu-laptop.c | 453 { KE_KEY, KEY5_CODE, { KEY_RFKILL } }, 455 { KE_KEY, FLAG_RFKILL, { KEY_RFKILL } },
|
| /Linux-v5.15/drivers/hid/ |
| 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()
|
| 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-v5.15/net/rfkill/ |
| D | input.c | 210 case KEY_RFKILL: in rfkill_event() 298 .keybit = { [BIT_WORD(KEY_RFKILL)] = BIT_MASK(KEY_RFKILL) },
|
| /Linux-v5.15/arch/mips/bcm47xx/ |
| D | buttons.c | 389 BCM47XX_GPIO_KEY(2, KEY_RFKILL), 398 BCM47XX_GPIO_KEY(8, KEY_RFKILL), 409 BCM47XX_GPIO_KEY(2, KEY_RFKILL), 417 BCM47XX_GPIO_KEY(5, KEY_RFKILL),
|
| /Linux-v5.15/drivers/platform/x86/dell/ |
| D | dell-rbtn.c | 177 set_bit(KEY_RFKILL, rbtn_data->input_dev->keybit); in rbtn_input_init() 197 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 1); in rbtn_input_event() 199 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 0); in rbtn_input_event()
|
| D | dell-wmi-base.c | 90 { KE_IGNORE, 0xe008, { KEY_RFKILL } }, 276 { KE_IGNORE, 0x153, { KEY_RFKILL } }, 302 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
|
| /Linux-v5.15/arch/arm/boot/dts/ |
| D | bcm4708-asus-rt-ac68u.dts | 77 linux,code = <KEY_RFKILL>;
|
| D | bcm4708-asus-rt-ac56u.dts | 75 linux,code = <KEY_RFKILL>;
|
| D | bcm4708-netgear-r6250.dts | 74 linux,code = <KEY_RFKILL>;
|
| D | bcm4708-netgear-r6300-v2.dts | 70 linux,code = <KEY_RFKILL>;
|
| D | bcm47094-netgear-r8500.dts | 88 linux,code = <KEY_RFKILL>;
|
| D | bcm47189-tenda-ac9.dts | 64 linux,code = <KEY_RFKILL>;
|
| D | bcm4709-netgear-r7000.dts | 86 linux,code = <KEY_RFKILL>;
|
| D | bcm47081-tplink-archer-c5-v2.dts | 82 linux,code = <KEY_RFKILL>;
|
| D | bcm4708-smartrg-sr400ac.dts | 99 linux,code = <KEY_RFKILL>;
|
| D | bcm4709-netgear-r8000.dts | 107 linux,code = <KEY_RFKILL>;
|
| D | bcm47094-linksys-panamera.dts | 41 linux,code = <KEY_RFKILL>;
|
| /Linux-v5.15/arch/arm64/boot/dts/broadcom/bcm4908/ |
| D | bcm4908-asus-gt-ac5300.dts | 23 linux,code = <KEY_RFKILL>;
|
| D | bcm4906-tplink-archer-c2300-v1.dts | 100 linux,code = <KEY_RFKILL>;
|
| /Linux-v5.15/include/uapi/linux/ |
| D | input-event-codes.h | 336 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
|