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

/linux-4.4.14/include/linux/
H A Drfkill.h161 * rfkill_set_sw_state - Set the internal rfkill software block state
180 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked);
254 static inline bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) rfkill_set_sw_state() function
/linux-4.4.14/drivers/platform/x86/
H A Dacer-wmi.c1520 rfkill_set_sw_state(wireless_rfkill, !state); acer_rfkill_update()
1527 rfkill_set_sw_state(bluetooth_rfkill, !state); acer_rfkill_update()
1533 rfkill_set_sw_state(threeg_rfkill, !state); acer_rfkill_update()
1581 rfkill_set_sw_state(rfkill_dev, !state); acer_rfkill_register()
1715 rfkill_set_sw_state(wireless_rfkill, acer_wmi_notify()
1718 rfkill_set_sw_state(threeg_rfkill, acer_wmi_notify()
1721 rfkill_set_sw_state(bluetooth_rfkill, acer_wmi_notify()
H A Deeepc-laptop.c578 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); eeepc_rfkill_hotplug()
948 rfkill_set_sw_state(eeepc->bluetooth_rfkill, eeepc_hotk_restore()
951 rfkill_set_sw_state(eeepc->wwan3g_rfkill, eeepc_hotk_restore()
954 rfkill_set_sw_state(eeepc->wimax_rfkill, eeepc_hotk_restore()
H A Dmsi-laptop.c786 return rfkill_set_sw_state(rfkill, blocked); msi_rfkill_set_state()
859 rfkill_set_sw_state(rfk_wlan, !wlan_s); msi_init_rfkill()
863 rfkill_set_sw_state(rfk_bluetooth, !bluetooth_s); msi_init_rfkill()
867 rfkill_set_sw_state(rfk_threeg, !threeg_s); msi_init_rfkill()
H A Dasus-wmi.c672 rfkill_set_sw_state(asus->wlan.rfkill, blocked); asus_rfkill_hotplug()
894 rfkill_set_sw_state(priv->rfkill, !result); asus_rfkill_query()
2187 rfkill_set_sw_state(asus->bluetooth.rfkill, bl); asus_hotk_restore()
2191 rfkill_set_sw_state(asus->wimax.rfkill, bl); asus_hotk_restore()
2195 rfkill_set_sw_state(asus->wwan3g.rfkill, bl); asus_hotk_restore()
2199 rfkill_set_sw_state(asus->gps.rfkill, bl); asus_hotk_restore()
2203 rfkill_set_sw_state(asus->uwb.rfkill, bl); asus_hotk_restore()
H A Dclassmate-laptop.c918 rfkill_set_sw_state(rfkill, blocked); cmpc_rfkill_query()
H A Dsamsung-laptop.c651 rfkill_set_sw_state(rfkill, !ret); swsmi_rfkill_query()
H A Dasus-laptop.c1309 rfkill_set_sw_state(asus->gps.rfkill, !value); gps_store()
H A Ddell-laptop.c603 rfkill_set_sw_state(rfkill, !!(status & BIT(radio + 16))); dell_rfkill_update_sw_state()
H A Dthinkpad_acpi.c1165 rfkill_set_sw_state(tp_rfk->rfkill, tpacpi_rfk_update_swstate()
/linux-4.4.14/net/wimax/
H A Dop-rfkill.c172 rfkill_set_sw_state(wimax_dev->rfkill, state == WIMAX_RF_OFF); wimax_report_rfkill_sw()
323 rfkill_set_sw_state(wimax_dev->rfkill, state == WIMAX_RF_OFF); wimax_rfkill()
/linux-4.4.14/net/rfkill/
H A Dcore.c308 * if rfkill_set_sw_state was invoked. rfkill_set_block()
511 bool rfkill_set_sw_state(struct rfkill *rfkill, bool blocked) rfkill_set_sw_state() function
535 EXPORT_SYMBOL(rfkill_set_sw_state); variable
/linux-4.4.14/net/wireless/
H A Dwext-compat.c866 rfkill_set_sw_state(rdev->rfkill, false); cfg80211_wext_siwtxpower()
891 rfkill_set_sw_state(rdev->rfkill, true); cfg80211_wext_siwtxpower()

Completed in 498 milliseconds