Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/platform/x86/
Deeepc-laptop.c168 struct rfkill *wimax_rfkill; member
820 if (eeepc->wimax_rfkill) { in eeepc_rfkill_exit()
821 rfkill_unregister(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
822 rfkill_destroy(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
823 eeepc->wimax_rfkill = NULL; in eeepc_rfkill_exit()
854 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill, in eeepc_rfkill_init()
922 if (eeepc->wimax_rfkill) in eeepc_hotk_restore()
923 rfkill_set_sw_state(eeepc->wimax_rfkill, in eeepc_hotk_restore()