#include "mt792x.h"
static void
mt792x_ampdu_stat_read_phy(struct mt792x_phy *phy,
struct seq_file *file)
{ … }
int mt792x_tx_stats_show(struct seq_file *file, void *data)
{ … }
EXPORT_SYMBOL_GPL(…);
int mt792x_queues_acq(struct seq_file *s, void *data)
{ … }
EXPORT_SYMBOL_GPL(…);
int mt792x_queues_read(struct seq_file *s, void *data)
{ … }
EXPORT_SYMBOL_GPL(…);
int mt792x_pm_stats(struct seq_file *s, void *data)
{ … }
EXPORT_SYMBOL_GPL(…);
int mt792x_pm_idle_timeout_set(void *data, u64 val)
{ … }
EXPORT_SYMBOL_GPL(…);
int mt792x_pm_idle_timeout_get(void *data, u64 *val)
{ … }
EXPORT_SYMBOL_GPL(…);