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()
175 static void lpphy_adjust_gain_table(struct b43_wldev *dev, u32 freq) in lpphy_adjust_gain_table()
200 static void lpphy_table_init(struct b43_wldev *dev) in lpphy_table_init()
215 static void lpphy_baseband_rev0_1_init(struct b43_wldev *dev) in lpphy_baseband_rev0_1_init()
364 static void lpphy_save_dig_flt_state(struct b43_wldev *dev) in lpphy_save_dig_flt_state()
393 static void lpphy_restore_dig_flt_state(struct b43_wldev *dev) in lpphy_restore_dig_flt_state()
414 static void lpphy_baseband_rev2plus_init(struct b43_wldev *dev) in lpphy_baseband_rev2plus_init()
504 static void lpphy_baseband_init(struct b43_wldev *dev) in lpphy_baseband_init()
519 static void lpphy_2062_init(struct b43_wldev *dev) in lpphy_2062_init()
609 static void lpphy_2063_init(struct b43_wldev *dev) in lpphy_2063_init()
669 static void lpphy_sync_stx(struct b43_wldev *dev) in lpphy_sync_stx()
685 static void lpphy_radio_init(struct b43_wldev *dev) in lpphy_radio_init()
708 static void lpphy_set_rc_cap(struct b43_wldev *dev) in lpphy_set_rc_cap()
724 static u8 lpphy_get_bb_mult(struct b43_wldev *dev) in lpphy_get_bb_mult()
729 static void lpphy_set_bb_mult(struct b43_wldev *dev, u8 bb_mult) in lpphy_set_bb_mult()
734 static void lpphy_set_deaf(struct b43_wldev *dev, bool user) in lpphy_set_deaf()
745 static void lpphy_clear_deaf(struct b43_wldev *dev, bool user) in lpphy_clear_deaf()
764 static void lpphy_set_trsw_over(struct b43_wldev *dev, bool tx, bool rx) in lpphy_set_trsw_over()
771 static void lpphy_disable_crs(struct b43_wldev *dev, bool user) in lpphy_disable_crs()
800 static void lpphy_restore_crs(struct b43_wldev *dev, bool user) in lpphy_restore_crs()
809 static void lpphy_disable_rx_gain_override(struct b43_wldev *dev) in lpphy_disable_rx_gain_override()
825 static void lpphy_enable_rx_gain_override(struct b43_wldev *dev) in lpphy_enable_rx_gain_override()
841 static void lpphy_disable_tx_gain_override(struct b43_wldev *dev) in lpphy_disable_tx_gain_override()
852 static void lpphy_enable_tx_gain_override(struct b43_wldev *dev) in lpphy_enable_tx_gain_override()
863 static struct lpphy_tx_gains lpphy_get_tx_gains(struct b43_wldev *dev) in lpphy_get_tx_gains()
885 static void lpphy_set_dac_gain(struct b43_wldev *dev, u16 dac) in lpphy_set_dac_gain()
892 static u16 lpphy_get_pa_gain(struct b43_wldev *dev) in lpphy_get_pa_gain()
897 static void lpphy_set_pa_gain(struct b43_wldev *dev, u16 gain) in lpphy_set_pa_gain()
903 static void lpphy_set_tx_gains(struct b43_wldev *dev, in lpphy_set_tx_gains()
931 static void lpphy_rev0_1_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_rev0_1_set_rx_gain()
945 static void lpphy_rev2plus_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_rev2plus_set_rx_gain()
968 static void lpphy_set_rx_gain(struct b43_wldev *dev, u32 gain) in lpphy_set_rx_gain()
977 static void lpphy_set_rx_gain_by_index(struct b43_wldev *dev, u16 idx) in lpphy_set_rx_gain_by_index()
983 static void lpphy_stop_ddfs(struct b43_wldev *dev) in lpphy_stop_ddfs()
989 static void lpphy_run_ddfs(struct b43_wldev *dev, int i_on, int q_on, in lpphy_run_ddfs()
1005 static bool lpphy_rx_iq_est(struct b43_wldev *dev, u16 samples, u8 time, in lpphy_rx_iq_est()
1044 static int lpphy_loopback(struct b43_wldev *dev) in lpphy_loopback()
1104 static void lpphy_read_tx_pctl_mode_from_hardware(struct b43_wldev *dev) in lpphy_read_tx_pctl_mode_from_hardware()
1128 static void lpphy_write_tx_pctl_mode_to_hardware(struct b43_wldev *dev) in lpphy_write_tx_pctl_mode_to_hardware()
1151 static void lpphy_set_tx_power_control(struct b43_wldev *dev, in lpphy_set_tx_power_control()
1190 static void lpphy_rev0_1_rc_calib(struct b43_wldev *dev) in lpphy_rev0_1_rc_calib()
1290 static void lpphy_rev2plus_rc_calib(struct b43_wldev *dev) in lpphy_rev2plus_rc_calib()
1346 static void lpphy_calibrate_rc(struct b43_wldev *dev) in lpphy_calibrate_rc()
1360 static void b43_lpphy_op_set_rx_antenna(struct b43_wldev *dev, int antenna) in b43_lpphy_op_set_rx_antenna()
1378 static void lpphy_set_tx_iqcc(struct b43_wldev *dev, u16 a, u16 b) in lpphy_set_tx_iqcc()
1387 static void lpphy_set_tx_power_by_index(struct b43_wldev *dev, u8 index) in lpphy_set_tx_power_by_index()
1429 static void lpphy_btcoex_override(struct b43_wldev *dev) in lpphy_btcoex_override()
1435 static void b43_lpphy_op_software_rfkill(struct b43_wldev *dev, in b43_lpphy_op_software_rfkill()
1462 static void lpphy_set_analog_filter(struct b43_wldev *dev, int channel) in lpphy_set_analog_filter()
1476 static void lpphy_set_tssi_mux(struct b43_wldev *dev, enum tssi_mux_mode mode) in lpphy_set_tssi_mux()
1495 static void lpphy_tx_pctl_init_hw(struct b43_wldev *dev) in lpphy_tx_pctl_init_hw()
1553 static void lpphy_tx_pctl_init_sw(struct b43_wldev *dev) in lpphy_tx_pctl_init_sw()
1573 static void lpphy_tx_pctl_init(struct b43_wldev *dev) in lpphy_tx_pctl_init()
1582 static void lpphy_pr41573_workaround(struct b43_wldev *dev) in lpphy_pr41573_workaround()
1715 static int lpphy_calc_rx_iq_comp(struct b43_wldev *dev, u16 samples) in lpphy_calc_rx_iq_comp()
1772 static void lpphy_run_samples(struct b43_wldev *dev, u16 samples, u16 loops, in lpphy_run_samples()
1785 static void lpphy_start_tx_tone(struct b43_wldev *dev, s32 freq, u16 max) in lpphy_start_tx_tone()
1818 static void lpphy_stop_tx_tone(struct b43_wldev *dev) in lpphy_stop_tx_tone()
1834 static void lpphy_papd_cal(struct b43_wldev *dev, struct lpphy_tx_gains gains, in lpphy_papd_cal()
1840 static void lpphy_papd_cal_txpwr(struct b43_wldev *dev) in lpphy_papd_cal_txpwr()
1868 static int lpphy_rx_iq_cal(struct b43_wldev *dev, bool noise, bool tx, in lpphy_rx_iq_cal()
1961 static void lpphy_calibration(struct b43_wldev *dev) in lpphy_calibration()
1994 static u16 b43_lpphy_op_read(struct b43_wldev *dev, u16 reg) in b43_lpphy_op_read()
2000 static void b43_lpphy_op_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_lpphy_op_write()
2006 static void b43_lpphy_op_maskset(struct b43_wldev *dev, u16 reg, u16 mask, in b43_lpphy_op_maskset()
2014 static u16 b43_lpphy_op_radio_read(struct b43_wldev *dev, u16 reg) in b43_lpphy_op_radio_read()
2029 static void b43_lpphy_op_radio_write(struct b43_wldev *dev, u16 reg, u16 value) in b43_lpphy_op_radio_write()
2407 static void lpphy_b2062_reset_pll_bias(struct b43_wldev *dev) in lpphy_b2062_reset_pll_bias()
2420 static void lpphy_b2062_vco_calib(struct b43_wldev *dev) in lpphy_b2062_vco_calib()
2427 static int lpphy_b2062_tune(struct b43_wldev *dev, in lpphy_b2062_tune()
2501 static void lpphy_b2063_vco_calib(struct b43_wldev *dev) in lpphy_b2063_vco_calib()
2518 static int lpphy_b2063_tune(struct b43_wldev *dev, in lpphy_b2063_tune()
2641 static int b43_lpphy_op_switch_channel(struct b43_wldev *dev, in b43_lpphy_op_switch_channel()
2665 static int b43_lpphy_op_init(struct b43_wldev *dev) in b43_lpphy_op_init()
2690 static void b43_lpphy_op_adjust_txpower(struct b43_wldev *dev) in b43_lpphy_op_adjust_txpower()
2695 static enum b43_txpwr_result b43_lpphy_op_recalc_txpower(struct b43_wldev *dev, in b43_lpphy_op_recalc_txpower()
2702 static void b43_lpphy_op_switch_analog(struct b43_wldev *dev, bool on) in b43_lpphy_op_switch_analog()
2712 static void b43_lpphy_op_pwork_15sec(struct b43_wldev *dev) in b43_lpphy_op_pwork_15sec()