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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dinput.c39 "SW_RFKILL_ALL ON should: 0=do nothing (only unlock); 1=restore; 2=unblock all");
219 } else if (type == EV_SW && code == SW_RFKILL_ALL)
265 test_bit(SW_RFKILL_ALL, handle->dev->swbit))
266 rfkill_schedule_evsw_rfkillall(test_bit(SW_RFKILL_ALL,
308 .swbit = { [BIT_WORD(SW_RFKILL_ALL)] = BIT_MASK(SW_RFKILL_ALL) },
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dinput.h728 #define SW_RFKILL_ALL 0x03 /* rfkill master switch, type "any" macro
730 #define SW_RADIO SW_RFKILL_ALL /* deprecated */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dthinkpad_acpi.c3020 SW_RFKILL_ALL, (wlsw > 0));
3417 input_set_capability(tpacpi_inputdev, EV_SW, SW_RFKILL_ALL);
3419 SW_RFKILL_ALL, radiosw_state);

Completed in 209 milliseconds