Lines Matching refs:file

33 mt7601u_ampdu_stat_show(struct seq_file *file, void *data)  in mt7601u_ampdu_stat_show()  argument
35 struct mt7601u_dev *dev = file->private; in mt7601u_ampdu_stat_show()
39 seq_printf(file, #name ":\t%llu\n", dev->stats.grp[off]) in mt7601u_ampdu_stat_show()
62 seq_puts(file, "Aggregations stats:\n"); in mt7601u_ampdu_stat_show()
65 seq_printf(file, "%08llx ", in mt7601u_ampdu_stat_show()
67 seq_putc(file, '\n'); in mt7601u_ampdu_stat_show()
70 seq_printf(file, "recent average AMPDU len: %d\n", in mt7601u_ampdu_stat_show()
79 mt7601u_eeprom_param_show(struct seq_file *file, void *data) in mt7601u_eeprom_param_show() argument
81 struct mt7601u_dev *dev = file->private; in mt7601u_eeprom_param_show()
86 seq_printf(file, "RF freq offset: %hhx\n", dev->ee->rf_freq_off); in mt7601u_eeprom_param_show()
87 seq_printf(file, "RSSI offset: %hhx %hhx\n", in mt7601u_eeprom_param_show()
89 seq_printf(file, "Reference temp: %hhx\n", dev->ee->ref_temp); in mt7601u_eeprom_param_show()
90 seq_printf(file, "LNA gain: %hhx\n", dev->ee->lna_gain); in mt7601u_eeprom_param_show()
91 seq_printf(file, "Reg channels: %hhu-%hhu\n", dev->ee->reg.start, in mt7601u_eeprom_param_show()
94 seq_puts(file, "Per rate power:\n"); in mt7601u_eeprom_param_show()
96 seq_printf(file, "\t raw:%02hhx bw20:%02hhx bw40:%02hhx\n", in mt7601u_eeprom_param_show()
99 seq_printf(file, "\t raw:%02hhx bw20:%02hhx bw40:%02hhx\n", in mt7601u_eeprom_param_show()
102 seq_printf(file, "\t raw:%02hhx bw20:%02hhx bw40:%02hhx\n", in mt7601u_eeprom_param_show()
105 seq_puts(file, "Per channel power:\n"); in mt7601u_eeprom_param_show()
107 seq_printf(file, "\t tx_power ch%u:%02hhx ch%u:%02hhx\n", in mt7601u_eeprom_param_show()
114 seq_puts(file, "TSSI:\n"); in mt7601u_eeprom_param_show()
115 seq_printf(file, "\t slope:%02hhx\n", td->slope); in mt7601u_eeprom_param_show()
116 seq_printf(file, "\t offset=%02hhx %02hhx %02hhx\n", in mt7601u_eeprom_param_show()
118 seq_printf(file, "\t delta_off:%08x\n", td->tx0_delta_offset); in mt7601u_eeprom_param_show()