Searched refs:SW_RFKILL_ALL (Results 1 – 8 of 8) sorted by relevance
/openbmc/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) },
|
/openbmc/u-boot/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 738 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 740 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input-event-codes.h | 911 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 913 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/openbmc/linux/include/dt-bindings/input/ |
H A D | linux-event-codes.h | 912 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" 914 #define SW_RADIO SW_RFKILL_ALL /* deprecated */ 911 #define SW_RFKILL_ALL global() macro
|
/openbmc/linux/include/uapi/linux/ |
H A D | input-event-codes.h | 912 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro 914 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
|
/openbmc/linux/drivers/input/misc/ |
H A D | soc_button_array.c | 305 info->event_code = SW_RFKILL_ALL; in soc_button_parse_btn_desc()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 3030 SW_RFKILL_ALL, (wlsw > 0)); in tpacpi_send_radiosw_update() 3531 input_set_capability(tpacpi_inputdev, EV_SW, SW_RFKILL_ALL); in hotkey_init() 3533 SW_RFKILL_ALL, radiosw_state); in hotkey_init()
|
/openbmc/linux/Documentation/admin-guide/laptops/ |
H A D | thinkpad-acpi.rst | 528 SW_RFKILL_ALL T60 and later hardware rfkill rocker switch
|