Searched refs:tssi_data (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dmcu.h64 struct mt76x2_tssi_comp *tssi_data);
H A Dmcu.c95 struct mt76x2_tssi_comp *tssi_data)
102 .data = *tssi_data,
94 mt76x2_mcu_tssi_comp(struct mt76x02_dev *dev, struct mt76x2_tssi_comp *tssi_data) argument
/linux-master/drivers/net/wireless/mediatek/mt7601u/
H A Deeprom.h105 struct tssi_data { struct in struct:mt7601u_eeprom_params
109 } tssi_data; member in struct:mt7601u_eeprom_params
H A Ddebugfs.c83 struct tssi_data *td = &dev->ee->tssi_data;
H A Dphy.c632 struct tssi_data *d = &dev->ee->tssi_data;
862 p.trgt_power += dev->ee->tssi_data.tx0_delta_offset;
905 tssi_offset = dev->ee->tssi_data.offset[0];
907 tssi_offset = dev->ee->tssi_data.offset[1];
909 tssi_offset = dev->ee->tssi_data.offset[2];
914 curr_pwr = tssi_db * dev->ee->tssi_data.slope + (tssi_offset << 9);
H A Deeprom.c332 struct tssi_data *d = &dev->ee->tssi_data;

Completed in 138 milliseconds