Home
last modified time | relevance | path

Searched refs:phy_info_t (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/phy/
Dwlc_phy_int.h46 typedef struct phy_info phy_info_t; typedef
47 typedef void (*initfn_t) (phy_info_t *);
48 typedef void (*chansetfn_t) (phy_info_t *, chanspec_t);
49 typedef int (*longtrnfn_t) (phy_info_t *, int);
50 typedef void (*txiqccgetfn_t) (phy_info_t *, u16 *, u16 *);
51 typedef void (*txiqccsetfn_t) (phy_info_t *, u16, u16);
52 typedef u16(*txloccgetfn_t) (phy_info_t *);
53 typedef void (*radioloftgetfn_t) (phy_info_t *, u8 *, u8 *, u8 *,
55 typedef s32(*rxsigpwrfn_t) (phy_info_t *, s32);
56 typedef void (*detachfn_t) (phy_info_t *);
[all …]
Dwlc_phy_cmn.c130 static void wlc_set_phy_uninitted(phy_info_t *pi);
131 static u32 wlc_phy_get_radio_ver(phy_info_t *pi);
134 static bool wlc_phy_noise_calc_phy(phy_info_t *pi, u32 *cmplx_pwr,
137 static void wlc_phy_cal_perical_mphase_schedule(phy_info_t *pi, uint delay);
138 static void wlc_phy_noise_cb(phy_info_t *pi, u8 channel, s8 noise_dbm);
142 static void wlc_phy_txpower_reg_limit_calc(phy_info_t *pi,
144 static bool wlc_phy_cal_txpower_recalc_sw(phy_info_t *pi);
146 static s8 wlc_user_txpwr_antport_to_rfport(phy_info_t *pi, uint chan,
148 static void wlc_phy_upd_env_txpwr_rate_limits(phy_info_t *pi, u32 band);
149 static s8 wlc_phy_env_measure_vbat(phy_info_t *pi);
[all …]
Dwlc_phy_lcn.c984 static void wlc_lcnphy_set_rx_gain_by_distribution(phy_info_t *pi,
989 static void wlc_lcnphy_clear_tx_power_offsets(phy_info_t *pi);
990 static void wlc_lcnphy_set_pa_gain(phy_info_t *pi, u16 gain);
991 static void wlc_lcnphy_set_trsw_override(phy_info_t *pi, bool tx, bool rx);
992 static void wlc_lcnphy_set_bbmult(phy_info_t *pi, u8 m0);
993 static u8 wlc_lcnphy_get_bbmult(phy_info_t *pi);
994 static void wlc_lcnphy_get_tx_gain(phy_info_t *pi, lcnphy_txgains_t *gains);
995 static void wlc_lcnphy_set_tx_gain_override(phy_info_t *pi, bool bEnable);
996 static void wlc_lcnphy_toggle_afe_pwdn(phy_info_t *pi);
997 static void wlc_lcnphy_rx_gain_override_enable(phy_info_t *pi, bool enable);
[all …]
Dwlc_phy_n.c14086 static bool wlc_phy_chan2freq_nphy(phy_info_t *pi, uint channel, int *f,
14091 static void wlc_phy_chanspec_nphy_setup(phy_info_t *pi, chanspec_t chans,
14094 static void wlc_phy_adjust_rx_analpfbw_nphy(phy_info_t *pi,
14096 static void wlc_phy_adjust_min_noisevar_nphy(phy_info_t *pi, int ntones, int *,
14098 static void wlc_phy_adjust_crsminpwr_nphy(phy_info_t *pi, u8 minpwr);
14099 static void wlc_phy_txlpfbw_nphy(phy_info_t *pi);
14100 static void wlc_phy_spurwar_nphy(phy_info_t *pi);
14102 static void wlc_phy_radio_preinit_2055(phy_info_t *pi);
14103 static void wlc_phy_radio_init_2055(phy_info_t *pi);
14104 static void wlc_phy_radio_postinit_2055(phy_info_t *pi);
[all …]