Home
last modified time | relevance | path

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

/Linux-v4.19/net/wimax/
Dop-rfkill.c300 int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state) in wimax_rfkill() function
339 EXPORT_SYMBOL(wimax_rfkill);
440 result = wimax_rfkill(wimax_dev, new_state); in wimax_gnl_doit_rfkill()
/Linux-v4.19/drivers/platform/x86/
Deeepc-laptop.c178 struct rfkill *wimax_rfkill; member
849 if (eeepc->wimax_rfkill) { in eeepc_rfkill_exit()
850 rfkill_unregister(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
851 rfkill_destroy(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
852 eeepc->wimax_rfkill = NULL; in eeepc_rfkill_exit()
883 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill, in eeepc_rfkill_init()
951 if (eeepc->wimax_rfkill) in eeepc_hotk_restore()
952 rfkill_set_sw_state(eeepc->wimax_rfkill, in eeepc_hotk_restore()
/Linux-v4.19/include/net/
Dwimax.h515 int wimax_rfkill(struct wimax_dev *, enum wimax_rf_state);