Searched refs:dfs_root (Results 1 - 9 of 9) sorted by relevance

/drivers/crypto/nx/
H A Dnx_debugfs.c49 dfs->dfs_root = debugfs_create_dir(NX_NAME, NULL);
54 dfs->dfs_root, (u32 *)&drv->stats.aes_ops);
58 dfs->dfs_root,
63 dfs->dfs_root,
68 dfs->dfs_root,
73 dfs->dfs_root,
78 dfs->dfs_root,
83 dfs->dfs_root, (u32 *)&drv->stats.errors);
87 dfs->dfs_root,
92 dfs->dfs_root,
[all...]
H A Dnx.h77 struct dentry *dfs_root; member in struct:nx_debugfs
/drivers/usb/host/
H A Dfhci-dbg.c111 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root);
112 if (!fhci->dfs_root) {
118 fhci->dfs_root, fhci, &fhci_dfs_regs_fops);
121 S_IFREG | S_IRUGO, fhci->dfs_root, fhci,
129 if (!fhci->dfs_root)
134 debugfs_remove(fhci->dfs_root);
H A Dfhci.h268 struct dentry *dfs_root; member in struct:fhci_hcd
/drivers/crypto/caam/
H A Dintern.h99 struct dentry *dfs_root; member in struct:caam_drv_private
H A Dctrl.c304 debugfs_remove_recursive(ctrlpriv->dfs_root);
634 ctrlpriv->dfs_root = debugfs_create_dir(dev_name(dev), NULL);
635 ctrlpriv->ctl = debugfs_create_dir("ctl", ctrlpriv->dfs_root);
/drivers/usb/gadget/udc/
H A Dgr_udc.h223 struct dentry *dfs_root; member in struct:gr_udc
H A Dgr_udc.c228 dev->dfs_root = debugfs_create_dir(dev_name(dev->dev), NULL);
229 dev->dfs_state = debugfs_create_file(name, 0444, dev->dfs_root, dev,
237 debugfs_remove(dev->dfs_root);
/drivers/mtd/nand/
H A Dnandsim.c287 struct dentry *dfs_root; member in struct:nandsim_debug_info
538 dbg->dfs_root = dent;
541 dbg->dfs_root, dev, &dfs_fops);
549 debugfs_remove_recursive(dbg->dfs_root);
560 debugfs_remove_recursive(ns->dbg.dfs_root);

Completed in 128 milliseconds