Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/platform/x86/
Deeepc-laptop.c168 struct rfkill *wwan3g_rfkill; member
818 if (eeepc->wwan3g_rfkill) { in eeepc_rfkill_exit()
819 rfkill_unregister(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
820 rfkill_destroy(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
821 eeepc->wwan3g_rfkill = NULL; in eeepc_rfkill_exit()
850 result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill, in eeepc_rfkill_init()
922 if (eeepc->wwan3g_rfkill) in eeepc_hotk_restore()
923 rfkill_set_sw_state(eeepc->wwan3g_rfkill, in eeepc_hotk_restore()