dbgfs_root         23 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c static struct dentry *dbgfs_root;
dbgfs_root        144 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 	dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL);
dbgfs_root        145 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 	if (IS_ERR(dbgfs_root)) {
dbgfs_root        147 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 		return PTR_ERR(dbgfs_root);
dbgfs_root        150 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 	dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root,
dbgfs_root        153 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 	dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root,
dbgfs_root        156 drivers/cpufreq/s3c24xx-cpufreq-debugfs.c 	dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root,
dbgfs_root       2821 drivers/crypto/axis/artpec6_crypto.c static struct dentry *dbgfs_root;
dbgfs_root       2825 drivers/crypto/axis/artpec6_crypto.c 	dbgfs_root = debugfs_create_dir("artpec6_crypto", NULL);
dbgfs_root       2828 drivers/crypto/axis/artpec6_crypto.c 	fault_create_debugfs_attr("fail_status_read", dbgfs_root,
dbgfs_root       2831 drivers/crypto/axis/artpec6_crypto.c 	fault_create_debugfs_attr("fail_dma_array_full", dbgfs_root,
dbgfs_root       2838 drivers/crypto/axis/artpec6_crypto.c 	debugfs_remove_recursive(dbgfs_root);
dbgfs_root       2839 drivers/crypto/axis/artpec6_crypto.c 	dbgfs_root = NULL;
dbgfs_root        131 drivers/dma/pxa_dma.c 	struct dentry			*dbgfs_root;
dbgfs_root        350 drivers/dma/pxa_dma.c 	pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL);
dbgfs_root        352 drivers/dma/pxa_dma.c 	debugfs_create_file("state", 0400, pdev->dbgfs_root, pdev, &state_fops);
dbgfs_root        354 drivers/dma/pxa_dma.c 	chandir = debugfs_create_dir("channels", pdev->dbgfs_root);
dbgfs_root        362 drivers/dma/pxa_dma.c 	debugfs_remove_recursive(pdev->dbgfs_root);
dbgfs_root        112 drivers/net/caif/caif_spi.c static struct dentry *dbgfs_root;
dbgfs_root        116 drivers/net/caif/caif_spi.c 	dbgfs_root = debugfs_create_dir(cfspi_spi_driver.driver.name, NULL);
dbgfs_root        121 drivers/net/caif/caif_spi.c 	debugfs_remove(dbgfs_root);
dbgfs_root        254 drivers/net/caif/caif_spi.c 	cfspi->dbgfs_dir = debugfs_create_dir(cfspi->pdev->name, dbgfs_root);
dbgfs_root        264 drivers/usb/mtu3/mtu3.h 	struct dentry *dbgfs_root;
dbgfs_root        356 drivers/usb/mtu3/mtu3_debugfs.c 	dir_prb = debugfs_create_dir("probe", ssusb->dbgfs_root);
dbgfs_root        392 drivers/usb/mtu3/mtu3_debugfs.c 	dir_eps = debugfs_create_dir("eps", ssusb->dbgfs_root);
dbgfs_root        405 drivers/usb/mtu3/mtu3_debugfs.c 	dir_regs = debugfs_create_dir("regs", ssusb->dbgfs_root);
dbgfs_root        423 drivers/usb/mtu3/mtu3_debugfs.c 	debugfs_create_file("link-state", 0444, ssusb->dbgfs_root,
dbgfs_root        425 drivers/usb/mtu3/mtu3_debugfs.c 	debugfs_create_file("ep-used", 0444, ssusb->dbgfs_root,
dbgfs_root        523 drivers/usb/mtu3/mtu3_debugfs.c 	struct dentry *root = ssusb->dbgfs_root;
dbgfs_root        531 drivers/usb/mtu3/mtu3_debugfs.c 	ssusb->dbgfs_root =
dbgfs_root        537 drivers/usb/mtu3/mtu3_debugfs.c 	debugfs_remove_recursive(ssusb->dbgfs_root);
dbgfs_root        538 drivers/usb/mtu3/mtu3_debugfs.c 	ssusb->dbgfs_root = NULL;
dbgfs_root        113 drivers/usb/musb/musb_dsps.c 	struct dentry *dbgfs_root;
dbgfs_root        415 drivers/usb/musb/musb_dsps.c 	glue->dbgfs_root = root;
dbgfs_root        505 drivers/usb/musb/musb_dsps.c 	debugfs_remove_recursive(glue->dbgfs_root);