• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wireless/b43legacy/

Lines Matching refs:b43legacy_wldev

55 void b43legacy_radio_lock(struct b43legacy_wldev *dev);
56 void b43legacy_radio_unlock(struct b43legacy_wldev *dev);
58 u16 b43legacy_radio_read16(struct b43legacy_wldev *dev, u16 offset);
59 void b43legacy_radio_write16(struct b43legacy_wldev *dev, u16 offset, u16 val);
61 u16 b43legacy_radio_init2050(struct b43legacy_wldev *dev);
63 void b43legacy_radio_turn_on(struct b43legacy_wldev *dev);
64 void b43legacy_radio_turn_off(struct b43legacy_wldev *dev, bool force);
66 int b43legacy_radio_selectchannel(struct b43legacy_wldev *dev, u8 channel,
69 void b43legacy_radio_set_txpower_a(struct b43legacy_wldev *dev, u16 txpower);
70 void b43legacy_radio_set_txpower_bg(struct b43legacy_wldev *dev,
74 u16 b43legacy_default_baseband_attenuation(struct b43legacy_wldev *dev);
75 u16 b43legacy_default_radio_attenuation(struct b43legacy_wldev *dev);
76 u16 b43legacy_default_txctl1(struct b43legacy_wldev *dev);
78 void b43legacy_radio_set_txantenna(struct b43legacy_wldev *dev, u32 val);
80 void b43legacy_radio_clear_tssi(struct b43legacy_wldev *dev);
82 u8 b43legacy_radio_aci_detect(struct b43legacy_wldev *dev, u8 channel);
83 u8 b43legacy_radio_aci_scan(struct b43legacy_wldev *dev);
85 int b43legacy_radio_set_interference_mitigation(struct b43legacy_wldev *dev,
88 void b43legacy_calc_nrssi_slope(struct b43legacy_wldev *dev);
89 void b43legacy_calc_nrssi_threshold(struct b43legacy_wldev *dev);
90 s16 b43legacy_nrssi_hw_read(struct b43legacy_wldev *dev, u16 offset);
91 void b43legacy_nrssi_hw_write(struct b43legacy_wldev *dev, u16 offset, s16 val);
92 void b43legacy_nrssi_hw_update(struct b43legacy_wldev *dev, u16 val);
93 void b43legacy_nrssi_mem_update(struct b43legacy_wldev *dev);
95 void b43legacy_radio_set_tx_iq(struct b43legacy_wldev *dev);
96 u16 b43legacy_radio_calibrationvalue(struct b43legacy_wldev *dev);