Lines Matching defs:dev

59 static void b43_phy_switch_macfreq(struct b43_wldev *dev, u8 spurmode)  in b43_phy_switch_macfreq()
95 static void b43_radio_2064_channel_setup(struct b43_wldev *dev) in b43_radio_2064_channel_setup()
142 static void b43_radio_2064_init(struct b43_wldev *dev) in b43_radio_2064_init()
198 static void b43_phy_lcn_afe_set_unset(struct b43_wldev *dev) in b43_phy_lcn_afe_set_unset()
214 static u16 b43_phy_lcn_get_pa_gain(struct b43_wldev *dev) in b43_phy_lcn_get_pa_gain()
220 static void b43_phy_lcn_set_dac_gain(struct b43_wldev *dev, u16 dac_gain) in b43_phy_lcn_set_dac_gain()
231 static void b43_phy_lcn_set_bbmult(struct b43_wldev *dev, u8 m0) in b43_phy_lcn_set_bbmult()
237 static void b43_phy_lcn_clear_tx_power_offsets(struct b43_wldev *dev) in b43_phy_lcn_clear_tx_power_offsets()
257 static void b43_phy_lcn_rev0_baseband_init(struct b43_wldev *dev) in b43_phy_lcn_rev0_baseband_init()
292 static void b43_phy_lcn_bu_tweaks(struct b43_wldev *dev) in b43_phy_lcn_bu_tweaks()
343 static void b43_phy_lcn_sense_setup(struct b43_wldev *dev, in b43_phy_lcn_sense_setup()
455 static bool b43_phy_lcn_load_tx_iir_cck_filter(struct b43_wldev *dev, in b43_phy_lcn_load_tx_iir_cck_filter()
507 static bool b43_phy_lcn_load_tx_iir_ofdm_filter(struct b43_wldev *dev, in b43_phy_lcn_load_tx_iir_ofdm_filter()
536 static void b43_phy_lcn_set_tx_gain_override(struct b43_wldev *dev, bool enable) in b43_phy_lcn_set_tx_gain_override()
544 static void b43_phy_lcn_set_tx_gain(struct b43_wldev *dev, in b43_phy_lcn_set_tx_gain()
563 static void b43_phy_lcn_tx_pwr_ctl_init(struct b43_wldev *dev) in b43_phy_lcn_tx_pwr_ctl_init()
595 static void b43_phy_lcn_txrx_spur_avoidance_mode(struct b43_wldev *dev, in b43_phy_lcn_txrx_spur_avoidance_mode()
620 static void b43_phy_lcn_set_channel_tweaks(struct b43_wldev *dev, int channel) in b43_phy_lcn_set_channel_tweaks()
658 static int b43_phy_lcn_set_channel(struct b43_wldev *dev, in b43_phy_lcn_set_channel()
701 static int b43_phy_lcn_op_allocate(struct b43_wldev *dev) in b43_phy_lcn_op_allocate()
713 static void b43_phy_lcn_op_free(struct b43_wldev *dev) in b43_phy_lcn_op_free()
722 static void b43_phy_lcn_op_prepare_structs(struct b43_wldev *dev) in b43_phy_lcn_op_prepare_structs()
731 static int b43_phy_lcn_op_init(struct b43_wldev *dev) in b43_phy_lcn_op_init()
775 static void b43_phy_lcn_op_software_rfkill(struct b43_wldev *dev, in b43_phy_lcn_op_software_rfkill()
798 static void b43_phy_lcn_op_switch_analog(struct b43_wldev *dev, bool on) in b43_phy_lcn_op_switch_analog()
808 static int b43_phy_lcn_op_switch_channel(struct b43_wldev *dev, in b43_phy_lcn_op_switch_channel()
824 static unsigned int b43_phy_lcn_op_get_default_chan(struct b43_wldev *dev) in b43_phy_lcn_op_get_default_chan()
832 b43_phy_lcn_op_recalc_txpower(struct b43_wldev *dev, bool ignore_tssi) in b43_phy_lcn_op_recalc_txpower()
837 static void b43_phy_lcn_op_adjust_txpower(struct b43_wldev *dev) in b43_phy_lcn_op_adjust_txpower()
845 static u16 b43_phy_lcn_op_read(struct b43_wldev *dev, u16 reg) in b43_phy_lcn_op_read()
851 static void b43_phy_lcn_op_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_phy_lcn_op_write()
857 static void b43_phy_lcn_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, in b43_phy_lcn_op_maskset()
865 static u16 b43_phy_lcn_op_radio_read(struct b43_wldev *dev, u16 reg) in b43_phy_lcn_op_radio_read()
874 static void b43_phy_lcn_op_radio_write(struct b43_wldev *dev, u16 reg, in b43_phy_lcn_op_radio_write()