Searched refs:dbgfs_root (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/cpufreq/ |
| D | s3c24xx-cpufreq-debugfs.c | 23 static struct dentry *dbgfs_root; variable 144 dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL); in s3c_freq_debugfs_init() 145 if (IS_ERR(dbgfs_root)) { in s3c_freq_debugfs_init() 147 return PTR_ERR(dbgfs_root); in s3c_freq_debugfs_init() 150 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 153 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init() 156 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
|
| /Linux-v5.4/drivers/usb/mtu3/ |
| D | mtu3_debugfs.c | 356 dir_prb = debugfs_create_dir("probe", ssusb->dbgfs_root); in mtu3_debugfs_create_prb_files() 392 dir_eps = debugfs_create_dir("eps", ssusb->dbgfs_root); in mtu3_debugfs_create_ep_dirs() 405 dir_regs = debugfs_create_dir("regs", ssusb->dbgfs_root); in ssusb_dev_debugfs_init() 423 debugfs_create_file("link-state", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init() 425 debugfs_create_file("ep-used", 0444, ssusb->dbgfs_root, in ssusb_dev_debugfs_init() 523 struct dentry *root = ssusb->dbgfs_root; in ssusb_dr_debugfs_init() 531 ssusb->dbgfs_root = in ssusb_debugfs_create_root() 537 debugfs_remove_recursive(ssusb->dbgfs_root); in ssusb_debugfs_remove_root() 538 ssusb->dbgfs_root = NULL; in ssusb_debugfs_remove_root()
|
| D | mtu3.h | 264 struct dentry *dbgfs_root; member
|
| /Linux-v5.4/drivers/net/caif/ |
| D | caif_spi.c | 112 static struct dentry *dbgfs_root; variable 116 dbgfs_root = debugfs_create_dir(cfspi_spi_driver.driver.name, NULL); in driver_debugfs_create() 121 debugfs_remove(dbgfs_root); in driver_debugfs_remove() 254 cfspi->dbgfs_dir = debugfs_create_dir(cfspi->pdev->name, dbgfs_root); in dev_debugfs_add()
|
| /Linux-v5.4/drivers/usb/musb/ |
| D | musb_dsps.c | 113 struct dentry *dbgfs_root; member 415 glue->dbgfs_root = root; in dsps_musb_dbg_init() 505 debugfs_remove_recursive(glue->dbgfs_root); in dsps_musb_exit()
|
| /Linux-v5.4/drivers/dma/ |
| D | pxa_dma.c | 131 struct dentry *dbgfs_root; member 350 pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL); in pxad_init_debugfs() 352 debugfs_create_file("state", 0400, pdev->dbgfs_root, pdev, &state_fops); in pxad_init_debugfs() 354 chandir = debugfs_create_dir("channels", pdev->dbgfs_root); in pxad_init_debugfs() 362 debugfs_remove_recursive(pdev->dbgfs_root); in pxad_cleanup_debugfs()
|
| /Linux-v5.4/drivers/crypto/axis/ |
| D | artpec6_crypto.c | 2821 static struct dentry *dbgfs_root; variable 2825 dbgfs_root = debugfs_create_dir("artpec6_crypto", NULL); in artpec6_crypto_init_debugfs() 2828 fault_create_debugfs_attr("fail_status_read", dbgfs_root, in artpec6_crypto_init_debugfs() 2831 fault_create_debugfs_attr("fail_dma_array_full", dbgfs_root, in artpec6_crypto_init_debugfs() 2838 debugfs_remove_recursive(dbgfs_root); in artpec6_crypto_free_debugfs() 2839 dbgfs_root = NULL; in artpec6_crypto_free_debugfs()
|