Symbol: debugfs_short_fops
drivers/net/netdevsim/hwstats.c
379
static struct debugfs_short_fops debugfs_ops = {
drivers/net/wireless/ath/carl9170/debug.c
165
static struct debugfs_short_fops debugfs_fops = {
drivers/net/wireless/broadcom/b43/debugfs.c
602
static struct debugfs_short_fops debugfs_ops = {
drivers/net/wireless/broadcom/b43legacy/debugfs.c
308
static struct debugfs_short_fops debugfs_ops = {
drivers/net/wireless/realtek/rtl8xxxu/core.c
1911
static const struct debugfs_short_fops fops_efuse = {
drivers/net/wireless/realtek/rtw89/debug.c
225
static const struct debugfs_short_fops file_ops_single_r = {
drivers/net/wireless/realtek/rtw89/debug.c
230
static const struct debugfs_short_fops file_ops_common_rw = {
drivers/net/wireless/realtek/rtw89/debug.c
236
static const struct debugfs_short_fops file_ops_single_w = {
fs/debugfs/file.c
90
const struct debugfs_short_fops *ops;
fs/debugfs/inode.c
469
const struct debugfs_short_fops *fops)
fs/debugfs/internal.h
19
const struct debugfs_short_fops *short_fops;
fs/debugfs/internal.h
38
const struct debugfs_short_fops *short_fops;
include/linux/debugfs.h
128
const struct debugfs_short_fops *: debugfs_create_file_short, \
include/linux/debugfs.h
130
struct debugfs_short_fops *: debugfs_create_file_short) \
include/linux/debugfs.h
136
const struct debugfs_short_fops *: debugfs_create_file_short, \
include/linux/debugfs.h
138
struct debugfs_short_fops *: debugfs_create_file_short) \
include/linux/debugfs.h
87
const struct debugfs_short_fops *fops);
include/sound/cs35l56.h
342
const struct debugfs_short_fops calibrate;
include/sound/cs35l56.h
343
const struct debugfs_short_fops cal_temperature;
include/sound/cs35l56.h
344
const struct debugfs_short_fops cal_data;
net/mac80211/debugfs.c
142
static const struct debugfs_short_fops aqm_ops = {
net/mac80211/debugfs.c
193
static const struct debugfs_short_fops airtime_flags_ops = {
net/mac80211/debugfs.c
223
static const struct debugfs_short_fops aql_pending_ops = {
net/mac80211/debugfs.c
302
static const struct debugfs_short_fops aql_txq_limit_ops = {
net/mac80211/debugfs.c
347
static const struct debugfs_short_fops aql_enable_ops = {
net/mac80211/debugfs.c
397
static const struct debugfs_short_fops force_tx_status_ops = {
net/mac80211/debugfs.c
424
static const struct debugfs_short_fops reset_ops = {
net/mac80211/debugfs.c
45
static const struct debugfs_short_fops name## _ops = { \
net/mac80211/debugfs.c
652
static const struct debugfs_short_fops stats_ ##name## _ops = { \
net/mac80211/debugfs_key.c
29
static const struct debugfs_short_fops key_ ##name## _ops = { \
net/mac80211/debugfs_key.c
35
static const struct debugfs_short_fops key_ ##name## _ops = { \
net/mac80211/debugfs_key.c
50
static const struct debugfs_short_fops key_ ##name## _ops = { \
net/mac80211/debugfs_netdev.c
225
static const struct debugfs_short_fops name##_ops = { \
net/mac80211/debugfs_sta.c
33
static const struct debugfs_short_fops sta_ ##name## _ops = { \
net/mac80211/debugfs_sta.c
39
static const struct debugfs_short_fops sta_ ##name## _ops = { \
net/mac80211/debugfs_sta.c
443
static const struct debugfs_short_fops link_sta_ ##name## _ops = { \
net/mac80211/rate.c
255
const struct debugfs_short_fops rcname_ops = {
net/mac80211/rate.h
65
extern const struct debugfs_short_fops rcname_ops;