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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dwimax.h223 * wimax_rfkill().
518 extern int wimax_rfkill(struct wimax_dev *, enum wimax_rf_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dwimax.h223 * wimax_rfkill().
518 extern int wimax_rfkill(struct wimax_dev *, enum wimax_rf_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/wimax/
H A Dop-rfkill.c135 * - When the user calls wimax_rfkill().
215 * wimax_rfkill - Set the software RF switch state for a WiMAX device
240 int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state) function
279 EXPORT_SYMBOL(wimax_rfkill); variable
392 result = wimax_rfkill(wimax_dev, new_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/wimax/
H A Dop-rfkill.c135 * - When the user calls wimax_rfkill().
215 * wimax_rfkill - Set the software RF switch state for a WiMAX device
240 int wimax_rfkill(struct wimax_dev *wimax_dev, enum wimax_rf_state state) function
279 EXPORT_SYMBOL(wimax_rfkill); variable
392 result = wimax_rfkill(wimax_dev, new_state);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/platform/x86/
H A Deeepc-laptop.c176 struct rfkill *wimax_rfkill; member in struct:eeepc_laptop
825 if (eeepc->wimax_rfkill) {
826 rfkill_unregister(eeepc->wimax_rfkill);
827 rfkill_destroy(eeepc->wimax_rfkill);
828 eeepc->wimax_rfkill = NULL;
859 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill,
923 if (eeepc->wimax_rfkill)
924 rfkill_set_sw_state(eeepc->wimax_rfkill,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/platform/x86/
H A Deeepc-laptop.c176 struct rfkill *wimax_rfkill; member in struct:eeepc_laptop
825 if (eeepc->wimax_rfkill) {
826 rfkill_unregister(eeepc->wimax_rfkill);
827 rfkill_destroy(eeepc->wimax_rfkill);
828 eeepc->wimax_rfkill = NULL;
859 result = eeepc_new_rfkill(eeepc, &eeepc->wimax_rfkill,
923 if (eeepc->wimax_rfkill)
924 rfkill_set_sw_state(eeepc->wimax_rfkill,

Completed in 118 milliseconds