/Linux-v4.19/drivers/platform/x86/ |
D | acer-wireless.c | 33 input_report_key(idev, KEY_RFKILL, 1); in acer_wireless_notify() 34 input_report_key(idev, KEY_RFKILL, 0); in acer_wireless_notify() 53 set_bit(KEY_RFKILL, idev->keybit); in acer_wireless_add()
|
D | hp-wireless.c | 54 set_bit(KEY_RFKILL, hpwl_input_dev->keybit); in hp_wireless_input_setup() 79 input_report_key(hpwl_input_dev, KEY_RFKILL, 1); in hpwl_notify() 81 input_report_key(hpwl_input_dev, KEY_RFKILL, 0); in hpwl_notify()
|
D | asus-wireless.c | 123 input_report_key(data->idev, KEY_RFKILL, 1); in asus_wireless_notify() 125 input_report_key(data->idev, KEY_RFKILL, 0); in asus_wireless_notify() 149 set_bit(KEY_RFKILL, data->idev->keybit); in asus_wireless_add()
|
D | dell-rbtn.c | 183 set_bit(KEY_RFKILL, rbtn_data->input_dev->keybit); in rbtn_input_init() 203 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 1); in rbtn_input_event() 205 input_report_key(rbtn_data->input_dev, KEY_RFKILL, 0); in rbtn_input_event()
|
D | dell-wmi.c | 104 { KE_IGNORE, 0xe008, { KEY_RFKILL } }, 283 { KE_IGNORE, 0x153, { KEY_RFKILL } }, 309 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
|
D | asus-nb-wmi.c | 475 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
|
D | fujitsu-laptop.c | 466 { KE_KEY, KEY5_CODE, { KEY_RFKILL } }, 468 { KE_KEY, FLAG_RFKILL, { KEY_RFKILL } },
|
D | intel-hid.c | 45 { KE_KEY, 8, { KEY_RFKILL } },
|
/Linux-v4.19/drivers/hid/ |
D | hid-ite.c | 33 input_event(input, EV_KEY, KEY_RFKILL, 1); in ite_event() 35 input_event(input, EV_KEY, KEY_RFKILL, 0); in ite_event()
|
/Linux-v4.19/net/rfkill/ |
D | input.c | 213 case KEY_RFKILL: in rfkill_event() 301 .keybit = { [BIT_WORD(KEY_RFKILL)] = BIT_MASK(KEY_RFKILL) },
|
/Linux-v4.19/arch/mips/bcm47xx/ |
D | buttons.c | 391 BCM47XX_GPIO_KEY(8, KEY_RFKILL), 402 BCM47XX_GPIO_KEY(2, KEY_RFKILL), 410 BCM47XX_GPIO_KEY(5, KEY_RFKILL),
|
/Linux-v4.19/arch/mips/ath79/ |
D | mach-ap136.c | 94 .code = KEY_RFKILL,
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | bcm4708-asus-rt-ac68u.dts | 78 linux,code = <KEY_RFKILL>;
|
D | bcm4708-netgear-r6300-v2.dts | 71 linux,code = <KEY_RFKILL>;
|
D | bcm47094-netgear-r8500.dts | 89 linux,code = <KEY_RFKILL>;
|
D | bcm4708-netgear-r6250.dts | 75 linux,code = <KEY_RFKILL>;
|
D | bcm4708-asus-rt-ac56u.dts | 76 linux,code = <KEY_RFKILL>;
|
D | bcm47189-tenda-ac9.dts | 66 linux,code = <KEY_RFKILL>;
|
D | bcm4709-netgear-r7000.dts | 85 linux,code = <KEY_RFKILL>;
|
D | bcm47081-tplink-archer-c5-v2.dts | 83 linux,code = <KEY_RFKILL>;
|
D | bcm4708-smartrg-sr400ac.dts | 100 linux,code = <KEY_RFKILL>;
|
D | bcm4709-netgear-r8000.dts | 106 linux,code = <KEY_RFKILL>;
|
D | bcm47094-linksys-panamera.dts | 37 linux,code = <KEY_RFKILL>;
|
/Linux-v4.19/include/uapi/linux/ |
D | input-event-codes.h | 336 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
|
/Linux-v4.19/include/dt-bindings/input/ |
D | linux-event-codes.h | 336 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
|