Home
last modified time | relevance | path

Searched refs:wlan_rfkill (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/platform/x86/
Deeepc-laptop.c172 struct rfkill *wlan_rfkill; member
576 if (eeepc->wlan_rfkill) in eeepc_rfkill_hotplug()
577 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); in eeepc_rfkill_hotplug()
831 if (eeepc->wlan_rfkill) { in eeepc_rfkill_exit()
832 rfkill_unregister(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
833 rfkill_destroy(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
834 eeepc->wlan_rfkill = NULL; in eeepc_rfkill_exit()
863 result = eeepc_new_rfkill(eeepc, &eeepc->wlan_rfkill, in eeepc_rfkill_init()
919 if (eeepc->wlan_rfkill) { in eeepc_hotk_thaw()
940 if (eeepc->wlan_rfkill) { in eeepc_hotk_restore()