Home
last modified time | relevance | path

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

/linux-3.4.99/net/wimax/
Dop-rfkill.c301 int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state) in wimax_rfkill() function
340 EXPORT_SYMBOL(wimax_rfkill);
453 result = wimax_rfkill(wimax_dev, new_state); in wimax_gnl_doit_rfkill()
/linux-3.4.99/drivers/platform/x86/
Deeepc-laptop.c177 struct rfkill *wimax_rfkill; member
865 if (eeepc->wimax_rfkill) { in eeepc_rfkill_exit()
866 rfkill_unregister(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
867 rfkill_destroy(eeepc->wimax_rfkill); in eeepc_rfkill_exit()
868 eeepc->wimax_rfkill = NULL; in eeepc_rfkill_exit()
899 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill, in eeepc_rfkill_init()
966 if (eeepc->wimax_rfkill) in eeepc_hotk_restore()
967 rfkill_set_sw_state(eeepc->wimax_rfkill, in eeepc_hotk_restore()
/linux-3.4.99/include/net/
Dwimax.h516 extern int wimax_rfkill(struct wimax_dev *, enum wimax_rf_state);