Home
last modified time | relevance | path

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

/openbmc/linux/drivers/platform/x86/
H A Deeepc-laptop.c168 struct rfkill *wwan3g_rfkill; member
816 if (eeepc->wwan3g_rfkill) { in eeepc_rfkill_exit()
817 rfkill_unregister(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
818 rfkill_destroy(eeepc->wwan3g_rfkill); in eeepc_rfkill_exit()
819 eeepc->wwan3g_rfkill = NULL; in eeepc_rfkill_exit()
848 result = eeepc_new_rfkill(eeepc, &eeepc->wwan3g_rfkill, in eeepc_rfkill_init()
920 if (eeepc->wwan3g_rfkill) in eeepc_hotk_restore()
921 rfkill_set_sw_state(eeepc->wwan3g_rfkill, in eeepc_hotk_restore()