Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/crypto/ccp/
Dccp-debugfs.c290 struct dentry *debugfs_stats; in ccp5_debugfs_setup() local
315 debugfs_stats = debugfs_create_file("stats", 0600, in ccp5_debugfs_setup()
318 if (!debugfs_stats) in ccp5_debugfs_setup()
/Linux-v4.19/drivers/block/rsxx/
Dcore.c241 struct dentry *debugfs_stats; in rsxx_debugfs_dev_new() local
249 debugfs_stats = debugfs_create_file("stats", 0444, in rsxx_debugfs_dev_new()
252 if (IS_ERR_OR_NULL(debugfs_stats)) in rsxx_debugfs_dev_new()
271 debugfs_remove(debugfs_stats); in rsxx_debugfs_dev_new()
/Linux-v4.19/drivers/crypto/bcm/
Dcipher.h449 struct dentry *debugfs_stats; member
Dutil.c544 if (!iproc_priv.debugfs_stats) in spu_setup_debugfs()
/Linux-v4.19/drivers/mailbox/
Dbcm-pdc-mailbox.c409 struct dentry *debugfs_stats; /* debug FS stats file for this PDC */ member
515 pdcs->debugfs_stats = debugfs_create_file(spu_stats_name, 0400, in pdc_setup_debugfs()
1617 pdcs->debugfs_stats = NULL; in pdc_probe()
/Linux-v4.19/drivers/ntb/
Dntb_transport.c172 struct dentry *debugfs_stats; member
1034 qp->debugfs_stats = debugfs_create_file("stats", S_IRUSR, in ntb_transport_init_queue()
1039 qp->debugfs_stats = NULL; in ntb_transport_init_queue()