Searched refs:SW_RFKILL_ALL (Results 1 - 6 of 6) sorted by relevance

/linux-master/net/rfkill/
H A Dinput.c37 "SW_RFKILL_ALL ON should: 0=do nothing (only unlock); 1=restore; 2=unblock all");
214 } else if (type == EV_SW && code == SW_RFKILL_ALL)
260 test_bit(SW_RFKILL_ALL, handle->dev->swbit))
261 rfkill_schedule_evsw_rfkillall(test_bit(SW_RFKILL_ALL,
303 .swbit = { [BIT_WORD(SW_RFKILL_ALL)] = BIT_MASK(SW_RFKILL_ALL) },
/linux-master/include/uapi/linux/
H A Dinput-event-codes.h909 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
911 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/linux-master/scripts/dtc/include-prefixes/dt-bindings/input/
H A Dlinux-event-codes.h909 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
911 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/linux-master/include/dt-bindings/input/
H A Dlinux-event-codes.h909 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
911 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/linux-master/drivers/input/misc/
H A Dsoc_button_array.c305 info->event_code = SW_RFKILL_ALL;
/linux-master/drivers/platform/x86/
H A Dthinkpad_acpi.c3032 SW_RFKILL_ALL, (wlsw > 0));
3532 input_set_capability(tpacpi_inputdev, EV_SW, SW_RFKILL_ALL);
3534 SW_RFKILL_ALL, radiosw_state);

Completed in 363 milliseconds