Searched refs:phy_ht (Results 1 – 2 of 2) sorted by relevance
352 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()354 phy_ht->bb_mult_save[i]); in b43_phy_ht_stop_playback()551 phy_ht->tx_pwr_idx[i] = in b43_phy_ht_tx_power_ctl()570 phy_ht->tx_pwr_ctl = enable; in b43_phy_ht_tx_power_ctl()843 struct b43_phy_ht *phy_ht; in b43_phy_ht_op_allocate() local845 phy_ht = kzalloc(sizeof(*phy_ht), GFP_KERNEL); in b43_phy_ht_op_allocate()846 if (!phy_ht) in b43_phy_ht_op_allocate()848 dev->phy.ht = phy_ht; in b43_phy_ht_op_allocate()859 memset(phy_ht, 0, sizeof(*phy_ht)); in b43_phy_ht_op_prepare_structs()861 phy_ht->tx_pwr_ctl = true; in b43_phy_ht_op_prepare_structs()[all …]
13 b43-$(CONFIG_B43_PHY_HT) += phy_ht.o