Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Deeepc-laptop.c166 struct rfkill *wlan_rfkill; member
570 if (eeepc->wlan_rfkill) in eeepc_rfkill_hotplug()
571 rfkill_set_sw_state(eeepc->wlan_rfkill, blocked); in eeepc_rfkill_hotplug()
804 if (eeepc->wlan_rfkill) { in eeepc_rfkill_exit()
805 rfkill_unregister(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
806 rfkill_destroy(eeepc->wlan_rfkill); in eeepc_rfkill_exit()
807 eeepc->wlan_rfkill = NULL; in eeepc_rfkill_exit()
836 result = eeepc_new_rfkill(eeepc, &eeepc->wlan_rfkill, in eeepc_rfkill_init()
892 if (eeepc->wlan_rfkill) { in eeepc_hotk_thaw()
913 if (eeepc->wlan_rfkill) { in eeepc_hotk_restore()