| /linux/drivers/usb/host/ |
| H A D | fhci-dbg.c | 85 fhci->dfs_root = debugfs_create_dir(dev_name(dev), usb_debug_root); in fhci_dfs_create() 87 debugfs_create_file("regs", S_IFREG | S_IRUGO, fhci->dfs_root, fhci, in fhci_dfs_create() 89 debugfs_create_file("irq_stat", S_IFREG | S_IRUGO, fhci->dfs_root, fhci, in fhci_dfs_create() 95 debugfs_remove_recursive(fhci->dfs_root); in fhci_dfs_destroy()
|
| /linux/drivers/crypto/caam/ |
| H A D | dpseci-debugfs.c | 51 priv->dfs_root = debugfs_create_dir(dev_name(priv->dev), NULL); in dpaa2_dpseci_debugfs_init() 53 debugfs_create_file("fq_stats", 0444, priv->dfs_root, priv, in dpaa2_dpseci_debugfs_init() 59 debugfs_remove_recursive(priv->dfs_root); in dpaa2_dpseci_debugfs_exit()
|
| /linux/sound/soc/sof/ |
| H A D | sof-client-ipc-flood-test.c | 31 struct dentry *dfs_root; member 305 priv->dfs_root = debugfs_create_dir(dev_name(dev), debugfs_root); in sof_ipc_flood_probe() 306 if (!IS_ERR_OR_NULL(priv->dfs_root)) { in sof_ipc_flood_probe() 309 priv->dfs_root, cdev, 0, &sof_ipc_flood_fops); in sof_ipc_flood_probe() 313 priv->dfs_root, cdev, 1, &sof_ipc_flood_fops); in sof_ipc_flood_probe() 358 debugfs_remove_recursive(priv->dfs_root); in sof_ipc_flood_remove()
|
| H A D | ipc4-mtrace.c | 378 struct dentry *dfs_root; 382 dfs_root = debugfs_create_dir("mtrace", sdev->debugfs_root); in mtrace_debugfs_create() 383 if (IS_ERR_OR_NULL(dfs_root)) in mtrace_debugfs_create() 387 debugfs_create_u32("aging_timer_period", 0644, dfs_root, in mtrace_debugfs_create() 389 debugfs_create_u32("fifo_full_timer_period", 0644, dfs_root, in mtrace_debugfs_create() 391 debugfs_create_file("logs_priorities_mask", 0644, dfs_root, priv, in mtrace_debugfs_create() 397 debugfs_create_file(dfs_name, 0444, dfs_root, &priv->cores[i], in mtrace_debugfs_create() 384 struct dentry *dfs_root; mtrace_debugfs_create() local
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| H A D | ktls.c | 187 struct dentry *dfs_root) in mlx5e_tls_debugfs_init() argument 189 if (IS_ERR_OR_NULL(dfs_root)) in mlx5e_tls_debugfs_init() 192 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init() 209 mlx5e_tls_debugfs_init(tls, priv->dfs_root); in mlx5e_ktls_init()
|
| H A D | ktls_tx.c | 898 struct dentry *dfs_root) in mlx5e_tls_tx_debugfs_init() argument 900 if (IS_ERR_OR_NULL(dfs_root)) in mlx5e_tls_tx_debugfs_init() 903 tls->debugfs.dfs_tx = debugfs_create_dir("tx", dfs_root); in mlx5e_tls_tx_debugfs_init()
|
| /linux/drivers/crypto/nx/ |
| H A D | nx_debugfs.c | 38 drv->dfs_root = root; in nx_debugfs_init() 63 debugfs_remove_recursive(drv->dfs_root); in nx_debugfs_fini()
|
| /linux/kernel/printk/ |
| H A D | index.c | 184 struct dentry *dfs_root = debugfs_create_dir("printk", NULL); in pi_init() local 186 dfs_index = debugfs_create_dir("index", dfs_root); in pi_init()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | en_main.c | 5996 priv->dfs_root = debugfs_create_dir("nic", in mlx5e_nic_init() 6001 priv->dfs_root); in mlx5e_nic_init() 6005 debugfs_remove_recursive(priv->dfs_root); in mlx5e_nic_init() 6041 debugfs_remove_recursive(priv->dfs_root); in mlx5e_nic_cleanup()
|