Searched refs:SW_RFKILL_ALL (Results 1 – 6 of 6) sorted by relevance
| /linux/net/rfkill/ |
| H A D | input.c | 214 } else if (type == EV_SW && code == SW_RFKILL_ALL) in rfkill_event() 260 test_bit(SW_RFKILL_ALL, handle->dev->swbit)) in rfkill_start() 261 rfkill_schedule_evsw_rfkillall(test_bit(SW_RFKILL_ALL, in rfkill_start() 303 .swbit = { [BIT_WORD(SW_RFKILL_ALL)] = BIT_MASK(SW_RFKILL_ALL) },
|
| /linux/include/dt-bindings/input/ |
| H A D | linux-event-codes.h | 938 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" 940 #define SW_RADIO SW_RFKILL_ALL /* deprecated */ 909 #define SW_RFKILL_ALL global() macro
|
| /linux/include/uapi/linux/ |
| H A D | input-event-codes.h | 938 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 940 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
| /linux/drivers/input/misc/ |
| H A D | soc_button_array.c | 305 info->event_code = SW_RFKILL_ALL; in soc_button_parse_btn_desc()
|
| /linux/drivers/hid/ |
| H A D | hid-debug.c | 3569 [SW_RFKILL_ALL] = "RFKillAll",
|
| /linux/drivers/platform/x86/lenovo/ |
| H A D | thinkpad_acpi.c | 3081 SW_RFKILL_ALL, (wlsw > 0)); in tpacpi_send_radiosw_update() 3486 input_set_capability(tpacpi_inputdev, EV_SW, SW_RFKILL_ALL); in hotkey_init() 3488 SW_RFKILL_ALL, radiosw_state); in hotkey_init()
|