Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/
H A Deeepc-laptop.c166 struct rfkill *wwan3g_rfkill; member
814 if (eeepc->wwan3g_rfkill) { in eeepc_rfkill_exit()
815 rfkill_unregister(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
816 rfkill_destroy(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
817 eeepc->wwan3g_rfkill = NULL; in eeepc_rfkill_exit()
846 result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill, in eeepc_rfkill_init()
918 if (eeepc->wwan3g_rfkill) in eeepc_hotk_restore()
919 rfkill_set_sw_state(eeepc->wwan3g_rfkill, in eeepc_hotk_restore()