Home
last modified time | relevance | path

Searched defs:rf (Results 1 – 23 of 23) sorted by relevance

/drivers/net/wireless/zd1211rw/
Dzd_rf.c55 void zd_rf_init(struct zd_rf *rf) in zd_rf_init()
64 void zd_rf_clear(struct zd_rf *rf) in zd_rf_clear()
71 int zd_rf_init_hw(struct zd_rf *rf, u8 type) in zd_rf_init_hw()
115 int zd_rf_scnprint_id(struct zd_rf *rf, char *buffer, size_t size) in zd_rf_scnprint_id()
120 int zd_rf_set_channel(struct zd_rf *rf, u8 channel) in zd_rf_set_channel()
137 int zd_switch_radio_on(struct zd_rf *rf) in zd_switch_radio_on()
153 int zd_switch_radio_off(struct zd_rf *rf) in zd_switch_radio_off()
170 int zd_rf_patch_6m_band_edge(struct zd_rf *rf, u8 channel) in zd_rf_patch_6m_band_edge()
178 int zd_rf_generic_patch_6m(struct zd_rf *rf, u8 channel) in zd_rf_generic_patch_6m()
Dzd_rf_al7230b.c100 static int zd1211_al7230b_init_hw(struct zd_rf *rf) in zd1211_al7230b_init_hw()
205 static int zd1211b_al7230b_init_hw(struct zd_rf *rf) in zd1211b_al7230b_init_hw()
326 static int zd1211_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al7230b_set_channel()
373 static int zd1211b_al7230b_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_set_channel()
420 static int zd1211_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211_al7230b_switch_radio_on()
431 static int zd1211b_al7230b_switch_radio_on(struct zd_rf *rf) in zd1211b_al7230b_switch_radio_on()
442 static int al7230b_switch_radio_off(struct zd_rf *rf) in al7230b_switch_radio_off()
455 static int zd1211b_al7230b_patch_6m(struct zd_rf *rf, u8 channel) in zd1211b_al7230b_patch_6m()
475 int zd_rf_init_al7230b(struct zd_rf *rf) in zd_rf_init_al7230b()
Dzd_rf_al2230.c105 static int zd1211_al2230_init_hw(struct zd_rf *rf) in zd1211_al2230_init_hw()
218 static int zd1211b_al2230_init_hw(struct zd_rf *rf) in zd1211b_al2230_init_hw()
358 static int zd1211_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211_al2230_set_channel()
374 static int zd1211b_al2230_set_channel(struct zd_rf *rf, u8 channel) in zd1211b_al2230_set_channel()
392 static int zd1211_al2230_switch_radio_on(struct zd_rf *rf) in zd1211_al2230_switch_radio_on()
403 static int zd1211b_al2230_switch_radio_on(struct zd_rf *rf) in zd1211b_al2230_switch_radio_on()
414 static int al2230_switch_radio_off(struct zd_rf *rf) in al2230_switch_radio_off()
425 int zd_rf_init_al2230(struct zd_rf *rf) in zd_rf_init_al2230()
Dzd_rf_rf2959.c149 static int rf2959_init_hw(struct zd_rf *rf) in rf2959_init_hw()
231 static int rf2959_set_channel(struct zd_rf *rf, u8 channel) in rf2959_set_channel()
245 static int rf2959_switch_radio_on(struct zd_rf *rf) in rf2959_switch_radio_on()
256 static int rf2959_switch_radio_off(struct zd_rf *rf) in rf2959_switch_radio_off()
267 int zd_rf_init_rf2959(struct zd_rf *rf) in zd_rf_init_rf2959()
Dzd_rf_uw2453.c252 #define UW2453_PRIV(rf) ((struct uw2453_priv *) (rf)->priv) argument
308 static int uw2453_init_hw(struct zd_rf *rf) in uw2453_init_hw()
438 static int uw2453_set_channel(struct zd_rf *rf, u8 channel) in uw2453_set_channel()
479 static int uw2453_switch_radio_on(struct zd_rf *rf) in uw2453_switch_radio_on()
498 static int uw2453_switch_radio_off(struct zd_rf *rf) in uw2453_switch_radio_off()
515 static void uw2453_clear(struct zd_rf *rf) in uw2453_clear()
520 int zd_rf_init_uw2453(struct zd_rf *rf) in zd_rf_init_uw2453()
Dzd_rf.h91 static inline int zd_rf_should_update_pwr_int(struct zd_rf *rf) in zd_rf_should_update_pwr_int()
96 static inline int zd_rf_should_patch_cck_gain(struct zd_rf *rf) in zd_rf_should_patch_cck_gain()
Dzd_chip.h737 struct zd_rf rf; member
759 static inline struct zd_chip *zd_rf_to_chip(struct zd_rf *rf) in zd_rf_to_chip()
/drivers/net/wireless/ath5k/
Dphy.c1111 static unsigned int ath5k_hw_rfregs_op(u32 *rf, u32 offset, u32 reg, u32 bits, in ath5k_hw_rfregs_op()
1160 u32 *rf; in ath5k_hw_rfregs_gainf_corr() local
1195 u32 *rf; in ath5k_hw_rfregs_gain_readback() local
1299 u32 *rf; in ath5k_hw_rf5111_rfregs() local
1401 u32 *rf; in ath5k_hw_rf5112_rfregs() local
1507 u32 *rf; in ath5k_hw_rf5413_rfregs() local
/drivers/net/wireless/b43/
Dlo.c919 static inline void b43_lo_fixup_rfatt(struct b43_rfatt *rf) in b43_lo_fixup_rfatt()
931 struct b43_rfatt rf; in b43_lo_g_adjust() local
945 struct b43_rfatt rf; in b43_lo_g_adjust_to() local
Dphy_g.c225 u16 bb, rf; in b43_set_txpower_g() local
296 u8 rf, bb; in b43_gphy_gain_lt_init() local
2348 struct b43_rfatt *rf) in default_radio_attenuation()
/drivers/net/wireless/rt2x00/
Drt2x00.h141 u16 rf; member
437 struct rf_channel rf; member
794 u32 *rf; member
900 const u16 rt, const u16 rf, const u32 rev) in rt2x00_set_chip()
Drt73usb.c761 struct rf_channel *rf, const int txpower) in rt73usb_config_channel()
805 struct rf_channel rf; in rt73usb_config_txpower() local
Drt61pci.c880 struct rf_channel *rf, const int txpower) in rt61pci_config_channel()
928 struct rf_channel rf; in rt61pci_config_txpower() local
Drt2500usb.c586 struct rf_channel *rf, const int txpower) in rt2500usb_config_channel()
Drt2500pci.c467 struct rf_channel *rf, const int txpower) in rt2500pci_config_channel()
Drt2400pci.c441 struct rf_channel *rf) in rt2400pci_config_channel()
/drivers/media/video/
Dtda7432.c89 int lf, lr, rf, rr; member
/drivers/net/wireless/rtl818x/
Drtl8180.h61 const struct rtl818x_rf_ops *rf; member
Drtl8187.h88 const struct rtl818x_rf_ops *rf; member
/drivers/net/wireless/ath9k/
Dani.c688 u32 rf = REG_READ(ah, AR_RFCNT); in ath9k_hw_GetMibCycleCountsPct() local
/drivers/media/common/tuners/
Dtda18271-fe.c553 int bcal, rf, i; in tda18271_rf_tracking_filters_init() local
Dtuner-simple.c286 u8 *config, u8 *cb, unsigned int rf) in simple_set_rf_input()
/drivers/block/aoe/
Daoecmd.c140 struct frame *f, *e, *rf; in freeframe() local