Searched refs:rfkill_set_sw_state (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Drfkill.h245 * rfkill_set_sw_state - Set the internal rfkill software block state
264 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked);
338 static inline bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/platform/x86/
H A Dmsi-laptop.c600 rfkill_set_sw_state(rfk_wlan, !wlan_s);
602 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s);
604 rfkill_set_sw_state(rfk_threeg, !threeg_s);
638 rfkill_set_sw_state(rfk_wlan, !wlan_s);
642 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s);
646 rfkill_set_sw_state(rfk_threeg, !threeg_s);
H A Dideapad_acpi.c179 rfkill_set_sw_state(priv->rfk[i], !ideapad_dev_get_state(i));
H A Deeepc-laptop.c585 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked);
918 rfkill_set_sw_state(eeepc->bluetooth_rfkill,
921 rfkill_set_sw_state(eeepc->wwan3g_rfkill,
924 rfkill_set_sw_state(eeepc->wimax_rfkill,
H A Ddell-laptop.c317 rfkill_set_sw_state(rfkill, !!(status & BIT(bit)));
H A Dacer-wmi.c963 rfkill_set_sw_state(wireless_rfkill, !state);
968 rfkill_set_sw_state(bluetooth_rfkill, !state);
H A Dclassmate-laptop.c516 rfkill_set_sw_state(rfkill, blocked);
H A Dasus-laptop.c1059 rfkill_set_sw_state(asus->gps_rfkill, !value);
H A Dthinkpad_acpi.c1166 rfkill_set_sw_state(tp_rfk->rfkill,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wimax/
H A Dop-rfkill.c112 rfkill_set_sw_state(wimax_dev->rfkill, state == WIMAX_RF_OFF);
263 rfkill_set_sw_state(wimax_dev->rfkill, state == WIMAX_RF_OFF);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/rfkill/
H A Dcore.c306 * if rfkill_set_sw_state was invoked.
498 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) function
522 EXPORT_SYMBOL(rfkill_set_sw_state); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/wireless/
H A Dwext-compat.c845 rfkill_set_sw_state(rdev->rfkill, false);
870 rfkill_set_sw_state(rdev->rfkill, true);

Completed in 95 milliseconds