Home
last modified time | relevance | path

Searched refs:debugfs_stats (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/block/rsxx/
A Dcore.c229 struct dentry *debugfs_stats; in rsxx_debugfs_dev_new() local
237 debugfs_stats = debugfs_create_file("stats", 0444, in rsxx_debugfs_dev_new()
240 if (IS_ERR_OR_NULL(debugfs_stats)) in rsxx_debugfs_dev_new()
259 debugfs_remove(debugfs_stats); in rsxx_debugfs_dev_new()
/linux/drivers/crypto/bcm/
A Dcipher.h438 struct dentry *debugfs_stats; member
A Dutil.c494 if (!iproc_priv.debugfs_stats) in spu_setup_debugfs()
/linux/drivers/ntb/
A Dntb_transport.c180 struct dentry *debugfs_stats; member
1216 qp->debugfs_stats = debugfs_create_file("stats", S_IRUSR, in ntb_transport_init_queue()
1221 qp->debugfs_stats = NULL; in ntb_transport_init_queue()
/linux/drivers/tty/serial/8250/
A D8250_bcm7271.c923 DEFINE_SHOW_ATTRIBUTE(debugfs_stats);

Completed in 25 milliseconds