Lines Matching defs:dev
47 static unsigned int b43_lpphy_op_get_default_chan(struct b43_wldev *dev) in b43_lpphy_op_get_default_chan()
54 static int b43_lpphy_op_allocate(struct b43_wldev *dev) in b43_lpphy_op_allocate()
66 static void b43_lpphy_op_prepare_structs(struct b43_wldev *dev) in b43_lpphy_op_prepare_structs()
77 static void b43_lpphy_op_free(struct b43_wldev *dev) in b43_lpphy_op_free()
86 static void lpphy_read_band_sprom(struct b43_wldev *dev) in lpphy_read_band_sprom()
169 static void lpphy_adjust_gain_table(struct b43_wldev *dev, u32 freq) in lpphy_adjust_gain_table()
194 static void lpphy_table_init(struct b43_wldev *dev) in lpphy_table_init()
209 static void lpphy_baseband_rev0_1_init(struct b43_wldev *dev) in lpphy_baseband_rev0_1_init()
358 static void lpphy_save_dig_flt_state(struct b43_wldev *dev) in lpphy_save_dig_flt_state()
387 static void lpphy_restore_dig_flt_state(struct b43_wldev *dev) in lpphy_restore_dig_flt_state()
408 static void lpphy_baseband_rev2plus_init(struct b43_wldev *dev) in lpphy_baseband_rev2plus_init()
498 static void lpphy_baseband_init(struct b43_wldev *dev) in lpphy_baseband_init()
513 static void lpphy_2062_init(struct b43_wldev *dev) in lpphy_2062_init()
603 static void lpphy_2063_init(struct b43_wldev *dev) in lpphy_2063_init()
663 static void lpphy_sync_stx(struct b43_wldev *dev) in lpphy_sync_stx()
679 static void lpphy_radio_init(struct b43_wldev *dev) in lpphy_radio_init()
702 static void lpphy_set_rc_cap(struct b43_wldev *dev) in lpphy_set_rc_cap()
718 static u8 lpphy_get_bb_mult(struct b43_wldev *dev) in lpphy_get_bb_mult()
723 static void lpphy_set_bb_mult(struct b43_wldev *dev, u8 bb_mult) in lpphy_set_bb_mult()
728 static void lpphy_set_deaf(struct b43_wldev *dev, bool user) in lpphy_set_deaf()
739 static void lpphy_clear_deaf(struct b43_wldev *dev, bool user) in lpphy_clear_deaf()
758 static void lpphy_set_trsw_over(struct b43_wldev *dev, bool tx, bool rx) in lpphy_set_trsw_over()
765 static void lpphy_disable_crs(struct b43_wldev *dev, bool user) in lpphy_disable_crs()
794 static void lpphy_restore_crs(struct b43_wldev *dev, bool user) in lpphy_restore_crs()
803 static void lpphy_disable_rx_gain_override(struct b43_wldev *dev) in lpphy_disable_rx_gain_override()
819 static void lpphy_enable_rx_gain_override(struct b43_wldev *dev) in lpphy_enable_rx_gain_override()
835 static void lpphy_disable_tx_gain_override(struct b43_wldev *dev) in lpphy_disable_tx_gain_override()
846 static void lpphy_enable_tx_gain_override(struct b43_wldev *dev) in lpphy_enable_tx_gain_override()
857 static struct lpphy_tx_gains lpphy_get_tx_gains(struct b43_wldev *dev) in lpphy_get_tx_gains()
879 static void lpphy_set_dac_gain(struct b43_wldev *dev, u16 dac) in lpphy_set_dac_gain()
886 static u16 lpphy_get_pa_gain(struct b43_wldev *dev) in lpphy_get_pa_gain()
891 static void lpphy_set_pa_gain(struct b43_wldev *dev, u16 gain) in lpphy_set_pa_gain()
897 static void lpphy_set_tx_gains(struct b43_wldev *dev, in lpphy_set_tx_gains()
925 static void lpphy_rev0_1_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_rev0_1_set_rx_gain()
939 static void lpphy_rev2plus_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_rev2plus_set_rx_gain()
962 static void lpphy_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_set_rx_gain()
971 static void lpphy_set_rx_gain_by_index(struct b43_wldev *dev, u16 idx) in lpphy_set_rx_gain_by_index()
977 static void lpphy_stop_ddfs(struct b43_wldev *dev) in lpphy_stop_ddfs()
983 static void lpphy_run_ddfs(struct b43_wldev *dev, int i_on, int q_on, in lpphy_run_ddfs()
999 static bool lpphy_rx_iq_est(struct b43_wldev *dev, u16 samples, u8 time, in lpphy_rx_iq_est()
1038 static int lpphy_loopback(struct b43_wldev *dev) in lpphy_loopback()
1098 static void lpphy_read_tx_pctl_mode_from_hardware(struct b43_wldev *dev) in lpphy_read_tx_pctl_mode_from_hardware()
1122 static void lpphy_write_tx_pctl_mode_to_hardware(struct b43_wldev *dev) in lpphy_write_tx_pctl_mode_to_hardware()
1145 static void lpphy_set_tx_power_control(struct b43_wldev *dev, in lpphy_set_tx_power_control()
1184 static void lpphy_rev0_1_rc_calib(struct b43_wldev *dev) in lpphy_rev0_1_rc_calib()
1284 static void lpphy_rev2plus_rc_calib(struct b43_wldev *dev) in lpphy_rev2plus_rc_calib()
1340 static void lpphy_calibrate_rc(struct b43_wldev *dev) in lpphy_calibrate_rc()
1354 static void b43_lpphy_op_set_rx_antenna(struct b43_wldev *dev, int antenna) in b43_lpphy_op_set_rx_antenna()
1372 static void lpphy_set_tx_iqcc(struct b43_wldev *dev, u16 a, u16 b) in lpphy_set_tx_iqcc()
1381 static void lpphy_set_tx_power_by_index(struct b43_wldev *dev, u8 index) in lpphy_set_tx_power_by_index()
1423 static void lpphy_btcoex_override(struct b43_wldev *dev) in lpphy_btcoex_override()
1429 static void b43_lpphy_op_software_rfkill(struct b43_wldev *dev, in b43_lpphy_op_software_rfkill()
1456 static void lpphy_set_analog_filter(struct b43_wldev *dev, int channel) in lpphy_set_analog_filter()
1470 static void lpphy_set_tssi_mux(struct b43_wldev *dev, enum tssi_mux_mode mode) in lpphy_set_tssi_mux()
1489 static void lpphy_tx_pctl_init_hw(struct b43_wldev *dev) in lpphy_tx_pctl_init_hw()
1547 static void lpphy_tx_pctl_init_sw(struct b43_wldev *dev) in lpphy_tx_pctl_init_sw()
1567 static void lpphy_tx_pctl_init(struct b43_wldev *dev) in lpphy_tx_pctl_init()
1576 static void lpphy_pr41573_workaround(struct b43_wldev *dev) in lpphy_pr41573_workaround()
1709 static int lpphy_calc_rx_iq_comp(struct b43_wldev *dev, u16 samples) in lpphy_calc_rx_iq_comp()
1766 static void lpphy_run_samples(struct b43_wldev *dev, u16 samples, u16 loops, in lpphy_run_samples()
1779 static void lpphy_start_tx_tone(struct b43_wldev *dev, s32 freq, u16 max) in lpphy_start_tx_tone()
1812 static void lpphy_stop_tx_tone(struct b43_wldev *dev) in lpphy_stop_tx_tone()
1828 static void lpphy_papd_cal(struct b43_wldev *dev, struct lpphy_tx_gains gains, in lpphy_papd_cal()
1834 static void lpphy_papd_cal_txpwr(struct b43_wldev *dev) in lpphy_papd_cal_txpwr()
1862 static int lpphy_rx_iq_cal(struct b43_wldev *dev, bool noise, bool tx, in lpphy_rx_iq_cal()
1955 static void lpphy_calibration(struct b43_wldev *dev) in lpphy_calibration()
1988 static void b43_lpphy_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, in b43_lpphy_op_maskset()
1996 static u16 b43_lpphy_op_radio_read(struct b43_wldev *dev, u16 reg) in b43_lpphy_op_radio_read()
2011 static void b43_lpphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_lpphy_op_radio_write()
2389 static void lpphy_b2062_reset_pll_bias(struct b43_wldev *dev) in lpphy_b2062_reset_pll_bias()
2402 static void lpphy_b2062_vco_calib(struct b43_wldev *dev) in lpphy_b2062_vco_calib()
2409 static int lpphy_b2062_tune(struct b43_wldev *dev, in lpphy_b2062_tune()
2483 static void lpphy_b2063_vco_calib(struct b43_wldev *dev) in lpphy_b2063_vco_calib()
2500 static int lpphy_b2063_tune(struct b43_wldev *dev, in lpphy_b2063_tune()
2623 static int b43_lpphy_op_switch_channel(struct b43_wldev *dev, in b43_lpphy_op_switch_channel()
2647 static int b43_lpphy_op_init(struct b43_wldev *dev) in b43_lpphy_op_init()
2672 static void b43_lpphy_op_adjust_txpower(struct b43_wldev *dev) in b43_lpphy_op_adjust_txpower()
2677 static enum b43_txpwr_result b43_lpphy_op_recalc_txpower(struct b43_wldev *dev, in b43_lpphy_op_recalc_txpower()
2684 static void b43_lpphy_op_switch_analog(struct b43_wldev *dev, bool on) in b43_lpphy_op_switch_analog()
2694 static void b43_lpphy_op_pwork_15sec(struct b43_wldev *dev) in b43_lpphy_op_pwork_15sec()