Home
last modified time | relevance | path

Searched refs:debugfs_real_fops (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/debugfs/
H A Dfile.c50 const struct file_operations *debugfs_real_fops(const struct file *filp) in debugfs_real_fops() function
65 EXPORT_SYMBOL_GPL(debugfs_real_fops);
181 real_fops = debugfs_real_fops(filp); in open_proxy_open()
229 real_fops = debugfs_real_fops(filp); \
263 real_fops = debugfs_real_fops(filp); in full_proxy_poll()
272 const struct file_operations *real_fops = debugfs_real_fops(filp); in full_proxy_release()
318 real_fops = debugfs_real_fops(filp); in full_proxy_open()
/openbmc/linux/drivers/net/wireless/broadcom/b43legacy/
H A Ddebugfs.c211 dfops = container_of(debugfs_real_fops(file), in b43legacy_debugfs_read()
278 dfops = container_of(debugfs_real_fops(file), in b43legacy_debugfs_write()
/openbmc/linux/include/linux/
H A Ddebugfs.h102 const struct file_operations *debugfs_real_fops(const struct file *filp);
242 const struct file_operations *debugfs_real_fops(const struct file *filp);
/openbmc/linux/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugfs.c89 if (debugfs_real_fops(file->file) == &nfp_tx_q_fops) in nfp_tx_q_show()
/openbmc/linux/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c514 dfops = container_of(debugfs_real_fops(file), in b43_debugfs_read()
576 dfops = container_of(debugfs_real_fops(file), in b43_debugfs_write()
/openbmc/linux/drivers/net/netdevsim/
H A Dhwstats.c350 hwsfops = container_of(debugfs_real_fops(file), in nsim_dev_hwstats_do_write()
/openbmc/linux/drivers/net/wireless/ath/carl9170/
H A Ddebug.c78 dfops = container_of(debugfs_real_fops(file), in carl9170_debugfs_read()
131 dfops = container_of(debugfs_real_fops(file), in carl9170_debugfs_write()
/openbmc/linux/mm/
H A Dvmscan.c5963 bool full = !debugfs_real_fops(m->file)->write; in lru_gen_seq_show()