dfs_root           68 drivers/crypto/caam/caamalg_qi2.h 	struct dentry *dfs_root;
dfs_root          334 drivers/crypto/caam/ctrl.c 	debugfs_remove_recursive(ctrlpriv->dfs_root);
dfs_root          737 drivers/crypto/caam/ctrl.c 	ctrlpriv->dfs_root = debugfs_create_dir(dev_name(dev), NULL);
dfs_root          738 drivers/crypto/caam/ctrl.c 	ctrlpriv->ctl = debugfs_create_dir("ctl", ctrlpriv->dfs_root);
dfs_root           70 drivers/crypto/caam/dpseci-debugfs.c 	priv->dfs_root = debugfs_create_dir(dev_name(priv->dev), NULL);
dfs_root           72 drivers/crypto/caam/dpseci-debugfs.c 	debugfs_create_file("fq_stats", 0444, priv->dfs_root, priv,
dfs_root           78 drivers/crypto/caam/dpseci-debugfs.c 	debugfs_remove_recursive(priv->dfs_root);
dfs_root          105 drivers/crypto/caam/intern.h 	struct dentry *dfs_root;
dfs_root           81 drivers/crypto/nx/nx.h 	struct dentry     *dfs_root;
dfs_root           38 drivers/crypto/nx/nx_debugfs.c 	drv->dfs_root = root;
dfs_root           63 drivers/crypto/nx/nx_debugfs.c 	debugfs_remove_recursive(drv->dfs_root);
dfs_root          211 drivers/usb/gadget/udc/gr_udc.c 	dev->dfs_root = debugfs_create_dir(dev_name(dev->dev), NULL);
dfs_root          212 drivers/usb/gadget/udc/gr_udc.c 	debugfs_create_file(name, 0444, dev->dfs_root, dev, &gr_dfs_fops);
dfs_root          217 drivers/usb/gadget/udc/gr_udc.c 	debugfs_remove_recursive(dev->dfs_root);
dfs_root          219 drivers/usb/gadget/udc/gr_udc.h 	struct dentry *dfs_root;
dfs_root           85 drivers/usb/host/fhci-dbg.c 	fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root);
dfs_root           87 drivers/usb/host/fhci-dbg.c 	debugfs_create_file("regs", S_IFREG | S_IRUGO, fhci->dfs_root, fhci,
dfs_root           89 drivers/usb/host/fhci-dbg.c 	debugfs_create_file("irq_stat", S_IFREG | S_IRUGO, fhci->dfs_root, fhci,
dfs_root           95 drivers/usb/host/fhci-dbg.c 	debugfs_remove_recursive(fhci->dfs_root);
dfs_root          264 drivers/usb/host/fhci.h 	struct dentry *dfs_root;