Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/host/
Dfhci-dbg.c85 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create()
87 debugfs_create_file("regs", S_IFREG | S_IRUGO, fhci->dfs_root, fhci, in fhci_dfs_create()
89 debugfs_create_file("irq_stat", S_IFREG | S_IRUGO, fhci->dfs_root, fhci, in fhci_dfs_create()
95 debugfs_remove_recursive(fhci->dfs_root); in fhci_dfs_destroy()
Dfhci.h264 struct dentry *dfs_root; member
/Linux-v5.15/drivers/crypto/caam/
Ddpseci-debugfs.c51 priv->dfs_root = debugfs_create_dir(dev_name(priv->dev), NULL); in dpaa2_dpseci_debugfs_init()
53 debugfs_create_file("fq_stats", 0444, priv->dfs_root, priv, in dpaa2_dpseci_debugfs_init()
59 debugfs_remove_recursive(priv->dfs_root); in dpaa2_dpseci_debugfs_exit()
Dctrl.c622 struct dentry *dfs_root; in caam_probe() local
777 dfs_root = debugfs_create_dir(dev_name(dev), NULL); in caam_probe()
780 dfs_root); in caam_probe()
785 caam_debugfs_init(ctrlpriv, dfs_root); in caam_probe()
Dcaamalg_qi2.h69 struct dentry *dfs_root; member
/Linux-v5.15/drivers/crypto/nx/
Dnx_debugfs.c38 drv->dfs_root = root; in nx_debugfs_init()
63 debugfs_remove_recursive(drv->dfs_root); in nx_debugfs_fini()
Dnx.h81 struct dentry *dfs_root; member
/Linux-v5.15/kernel/printk/
Dindex.c185 struct dentry *dfs_root = debugfs_create_dir("printk", NULL); in pi_init() local
187 dfs_index = debugfs_create_dir("index", dfs_root); in pi_init()