#include "mt76.h"
static int
mt76_reg_set(void *data, u64 val)
{ … }
static int
mt76_reg_get(void *data, u64 *val)
{ … }
DEFINE_DEBUGFS_ATTRIBUTE(…);
static int
mt76_napi_threaded_set(void *data, u64 val)
{ … }
static int
mt76_napi_threaded_get(void *data, u64 *val)
{ … }
DEFINE_DEBUGFS_ATTRIBUTE(…);
int mt76_queues_read(struct seq_file *s, void *data)
{ … }
EXPORT_SYMBOL_GPL(…);
static int mt76_rx_queues_read(struct seq_file *s, void *data)
{ … }
void mt76_seq_puts_array(struct seq_file *file, const char *str,
s8 *val, int len)
{ … }
EXPORT_SYMBOL_GPL(…);
struct dentry *
mt76_register_debugfs_fops(struct mt76_phy *phy,
const struct file_operations *ops)
{ … }
EXPORT_SYMBOL_GPL(…);