Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/platform/x86/
Deeepc-laptop.c175 struct rfkill *wlan_rfkill; member
579 if (eeepc->wlan_rfkill) in eeepc_rfkill_hotplug()
580 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); in eeepc_rfkill_hotplug()
827 if (eeepc->wlan_rfkill) { in eeepc_rfkill_exit()
828 rfkill_unregister(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
829 rfkill_destroy(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
830 eeepc->wlan_rfkill = NULL; in eeepc_rfkill_exit()
862 result = eeepc_new_rfkill(eeepc, &eeepc->wlan_rfkill, in eeepc_rfkill_init()
918 if (eeepc->wlan_rfkill) { in eeepc_hotk_thaw()
939 if (eeepc->wlan_rfkill) { in eeepc_hotk_restore()