Home
last modified time | relevance | path

Searched refs:KEY_RFKILL (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/platform/x86/
H A Dacer-wireless.c30 input_report_key(idev, KEY_RFKILL, 1); in acer_wireless_notify()
31 input_report_key(idev, KEY_RFKILL, 0); in acer_wireless_notify()
50 set_bit(KEY_RFKILL, idev->keybit); in acer_wireless_add()
H A Dhp-wireless.c43 set_bit(KEY_RFKILL, hpwl_input_dev->keybit); in hp_wireless_input_setup()
68 input_report_key(hpwl_input_dev, KEY_RFKILL, 1); in hpwl_notify()
70 input_report_key(hpwl_input_dev, KEY_RFKILL, 0); in hpwl_notify()
H A Dasus-wireless.c120 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()
H A Ddell-rbtn.c177 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()
H A Ddell-wmi.c89 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
275 { KE_IGNORE, 0x153, { KEY_RFKILL } },
301 { KE_IGNORE, 0xe008, { KEY_RFKILL } },
H A Dasus-nb-wmi.c513 { KE_KEY, 0x88, { KEY_RFKILL } }, /* Radio Toggle Key */
H A Dfujitsu-laptop.c453 { KE_KEY, KEY5_CODE, { KEY_RFKILL } },
455 { KE_KEY, FLAG_RFKILL, { KEY_RFKILL } },
H A Dintel-hid.c37 { KE_KEY, 8, { KEY_RFKILL } },
/OK3568_Linux_fs/kernel/net/rfkill/
H A Dinput.c210 case KEY_RFKILL: in rfkill_event()
298 .keybit = { [BIT_WORD(KEY_RFKILL)] = BIT_MASK(KEY_RFKILL) },
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-ite.c83 input_event(input, EV_KEY, KEY_RFKILL, 1); in ite_event()
85 input_event(input, EV_KEY, KEY_RFKILL, 0); in ite_event()
/OK3568_Linux_fs/kernel/arch/mips/bcm47xx/
H A Dbuttons.c389 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),
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dbcm4708-asus-rt-ac68u.dts77 linux,code = <KEY_RFKILL>;
H A Dbcm4708-netgear-r6250.dts74 linux,code = <KEY_RFKILL>;
H A Dbcm4708-asus-rt-ac56u.dts75 linux,code = <KEY_RFKILL>;
H A Dbcm47094-netgear-r8500.dts88 linux,code = <KEY_RFKILL>;
H A Dbcm4708-netgear-r6300-v2.dts70 linux,code = <KEY_RFKILL>;
H A Dbcm4709-netgear-r7000.dts86 linux,code = <KEY_RFKILL>;
H A Dbcm47189-tenda-ac9.dts64 linux,code = <KEY_RFKILL>;
H A Dbcm47081-tplink-archer-c5-v2.dts82 linux,code = <KEY_RFKILL>;
H A Dbcm4708-smartrg-sr400ac.dts99 linux,code = <KEY_RFKILL>;
H A Dbcm4709-netgear-r8000.dts107 linux,code = <KEY_RFKILL>;
H A Dbcm47094-linksys-panamera.dts36 linux,code = <KEY_RFKILL>;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h336 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h336 #define KEY_RFKILL 247 /* Key that controls all radios */ macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h335 #define KEY_RFKILL 247 /* Key that controls all radios */ macro

12