Searched refs:b43_ppr (Results 1 – 4 of 4) sorted by relevance
/drivers/net/wireless/broadcom/b43/ |
D | ppr.h | 24 struct b43_ppr { struct 35 void b43_ppr_clear(struct b43_wldev *dev, struct b43_ppr *ppr); argument 37 void b43_ppr_add(struct b43_wldev *dev, struct b43_ppr *ppr, int diff); 38 void b43_ppr_apply_max(struct b43_wldev *dev, struct b43_ppr *ppr, u8 max); 39 void b43_ppr_apply_min(struct b43_wldev *dev, struct b43_ppr *ppr, u8 min); 40 u8 b43_ppr_get_max(struct b43_wldev *dev, struct b43_ppr *ppr); 42 bool b43_ppr_load_max_from_sprom(struct b43_wldev *dev, struct b43_ppr *ppr,
|
D | ppr.c | 26 void b43_ppr_clear(struct b43_wldev *dev, struct b43_ppr *ppr) in b43_ppr_clear() 31 BUILD_BUG_ON(sizeof(struct b43_ppr) != B43_PPR_RATES_NUM * sizeof(u8)); in b43_ppr_clear() 34 void b43_ppr_add(struct b43_wldev *dev, struct b43_ppr *ppr, int diff) in b43_ppr_add() 44 void b43_ppr_apply_max(struct b43_wldev *dev, struct b43_ppr *ppr, u8 max) in b43_ppr_apply_max() 54 void b43_ppr_apply_min(struct b43_wldev *dev, struct b43_ppr *ppr, u8 min) in b43_ppr_apply_min() 64 u8 b43_ppr_get_max(struct b43_wldev *dev, struct b43_ppr *ppr) in b43_ppr_get_max() 77 bool b43_ppr_load_max_from_sprom(struct b43_wldev *dev, struct b43_ppr *ppr, in b43_ppr_load_max_from_sprom()
|
D | phy_n.h | 971 struct b43_ppr tx_pwr_max_ppr;
|
D | phy_n.c | 5895 struct b43_ppr *ppr = &nphy->tx_pwr_max_ppr; in b43_nphy_op_recalc_txpower()
|