// SPDX-License-Identifier: ISC #include "mt7603.h" static int mt7603_reset_read(struct seq_file *s, void *data) { … } static int mt7603_radio_read(struct seq_file *s, void *data) { … } static int mt7603_edcca_set(void *data, u64 val) { … } static int mt7603_edcca_get(void *data, u64 *val) { … } DEFINE_DEBUGFS_ATTRIBUTE(…); static int mt7603_ampdu_stat_show(struct seq_file *file, void *data) { … } DEFINE_SHOW_ATTRIBUTE(…); void mt7603_init_debugfs(struct mt7603_dev *dev) { … }