Home
last modified time | relevance | path

Searched refs:dbgfs_root (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Ds3c24xx-cpufreq-debugfs.c26 static struct dentry *dbgfs_root; variable
181 dbgfs_root = debugfs_create_dir("s3c-cpufreq", NULL); in s3c_freq_debugfs_init()
182 if (IS_ERR(dbgfs_root)) { in s3c_freq_debugfs_init()
184 return PTR_ERR(dbgfs_root); in s3c_freq_debugfs_init()
187 dbgfs_file_io = debugfs_create_file("io-timing", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
190 dbgfs_file_info = debugfs_create_file("info", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
193 dbgfs_file_board = debugfs_create_file("board", S_IRUGO, dbgfs_root, in s3c_freq_debugfs_init()
/Linux-v4.19/drivers/net/caif/
Dcaif_spi.c110 static struct dentry *dbgfs_root; variable
114 dbgfs_root = debugfs_create_dir(cfspi_spi_driver.driver.name, NULL); in driver_debugfs_create()
119 debugfs_remove(dbgfs_root); in driver_debugfs_remove()
252 cfspi->dbgfs_dir = debugfs_create_dir(cfspi->pdev->name, dbgfs_root); in dev_debugfs_add()
/Linux-v4.19/drivers/dma/
Dpxa_dma.c134 struct dentry *dbgfs_root; member
373 pdev->dbgfs_root = debugfs_create_dir(dev_name(pdev->slave.dev), NULL); in pxad_init_debugfs()
374 if (IS_ERR(pdev->dbgfs_root) || !pdev->dbgfs_root) in pxad_init_debugfs()
377 pdev->dbgfs_state = debugfs_create_file("state", 0400, pdev->dbgfs_root, in pxad_init_debugfs()
388 chandir = debugfs_create_dir("channels", pdev->dbgfs_root); in pxad_init_debugfs()
404 debugfs_remove_recursive(pdev->dbgfs_root); in pxad_init_debugfs()
411 debugfs_remove_recursive(pdev->dbgfs_root); in pxad_cleanup_debugfs()
/Linux-v4.19/drivers/usb/mtu3/
Dmtu3_dr.c381 ssusb->dbgfs_root = root; in ssusb_debugfs_init()
389 debugfs_remove_recursive(ssusb->dbgfs_root); in ssusb_debugfs_exit()
Dmtu3.h262 struct dentry *dbgfs_root; member
/Linux-v4.19/drivers/crypto/axis/
Dartpec6_crypto.c2982 static struct dentry *dbgfs_root; variable
2986 dbgfs_root = debugfs_create_dir("artpec6_crypto", NULL); in artpec6_crypto_init_debugfs()
2988 if (!dbgfs_root || IS_ERR(dbgfs_root)) { in artpec6_crypto_init_debugfs()
2989 dbgfs_root = NULL; in artpec6_crypto_init_debugfs()
2995 fault_create_debugfs_attr("fail_status_read", dbgfs_root, in artpec6_crypto_init_debugfs()
2998 fault_create_debugfs_attr("fail_dma_array_full", dbgfs_root, in artpec6_crypto_init_debugfs()
3005 if (!dbgfs_root) in artpec6_crypto_free_debugfs()
3008 debugfs_remove_recursive(dbgfs_root); in artpec6_crypto_free_debugfs()
3009 dbgfs_root = NULL; in artpec6_crypto_free_debugfs()
/Linux-v4.19/drivers/usb/musb/
Dmusb_dsps.c113 struct dentry *dbgfs_root; member
406 glue->dbgfs_root = root; in dsps_musb_dbg_init()
496 debugfs_remove_recursive(glue->dbgfs_root); in dsps_musb_exit()