Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/platform/x86/
Deeepc-laptop.c174 struct rfkill *wwan3g_rfkill; member
845 if (eeepc->wwan3g_rfkill) { in eeepc_rfkill_exit()
846 rfkill_unregister(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
847 rfkill_destroy(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
848 eeepc->wwan3g_rfkill = NULL; in eeepc_rfkill_exit()
877 result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill, in eeepc_rfkill_init()
949 if (eeepc->wwan3g_rfkill) in eeepc_hotk_restore()
950 rfkill_set_sw_state(eeepc->wwan3g_rfkill, in eeepc_hotk_restore()