Home
last modified time | relevance | path

Searched refs:dfs_root (Results 1 – 19 of 19) sorted by relevance

/openbmc/linux/drivers/usb/host/
H A Dfhci-dbg.c85 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()
H A Dfhci.h264 struct dentry *dfs_root; member
/openbmc/linux/drivers/crypto/caam/
H A Ddpseci-debugfs.c51 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()
H A Dcaamalg_qi2.h67 struct dentry *dfs_root; member
H A Dctrl.c858 struct dentry *dfs_root; in caam_probe() local
1061 dfs_root = debugfs_create_dir(dev_name(dev), NULL); in caam_probe()
1064 dfs_root); in caam_probe()
1069 caam_debugfs_init(ctrlpriv, perfmon, dfs_root); in caam_probe()
/openbmc/linux/sound/soc/sof/
H A Dsof-client-ipc-flood-test.c31 struct dentry *dfs_root; member
315 priv->dfs_root = debugfs_create_dir(dev_name(dev), debugfs_root); in sof_ipc_flood_probe()
316 if (!IS_ERR_OR_NULL(priv->dfs_root)) { in sof_ipc_flood_probe()
318 debugfs_create_file(DEBUGFS_IPC_FLOOD_COUNT, 0644, priv->dfs_root, in sof_ipc_flood_probe()
323 priv->dfs_root, cdev, &sof_ipc_flood_fops); in sof_ipc_flood_probe()
368 debugfs_remove_recursive(priv->dfs_root); in sof_ipc_flood_remove()
H A Dipc4-mtrace.c395 struct dentry *dfs_root; in mtrace_debugfs_create() local
399 dfs_root = debugfs_create_dir("mtrace", sdev->debugfs_root); in mtrace_debugfs_create()
400 if (IS_ERR_OR_NULL(dfs_root)) in mtrace_debugfs_create()
404 debugfs_create_u32("aging_timer_period", 0644, dfs_root, in mtrace_debugfs_create()
406 debugfs_create_u32("fifo_full_timer_period", 0644, dfs_root, in mtrace_debugfs_create()
408 debugfs_create_file("logs_priorities_mask", 0644, dfs_root, priv, in mtrace_debugfs_create()
414 debugfs_create_file(dfs_name, 0444, dfs_root, &priv->cores[i], in mtrace_debugfs_create()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c181 struct dentry *dfs_root) in mlx5e_tls_debugfs_init() argument
183 if (IS_ERR_OR_NULL(dfs_root)) in mlx5e_tls_debugfs_init()
186 tls->debugfs.dfs = debugfs_create_dir("tls", dfs_root); in mlx5e_tls_debugfs_init()
203 mlx5e_tls_debugfs_init(tls, priv->dfs_root); in mlx5e_ktls_init()
H A Dktls_tx.c898 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()
/openbmc/linux/drivers/crypto/nx/
H A Dnx_debugfs.c38 drv->dfs_root = root; in nx_debugfs_init()
63 debugfs_remove_recursive(drv->dfs_root); in nx_debugfs_fini()
H A Dnx.h81 struct dentry *dfs_root; member
/openbmc/linux/kernel/printk/
H A Dindex.c184 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()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/
H A Den_fs.c71 struct dentry *dfs_root; member
111 return fs->dfs_root; in mlx5e_fs_get_debugfs_root()
1439 struct dentry *dfs_root) in mlx5e_fs_debugfs_init() argument
1441 if (IS_ERR_OR_NULL(dfs_root)) in mlx5e_fs_debugfs_init()
1444 fs->dfs_root = debugfs_create_dir("fs", dfs_root); in mlx5e_fs_debugfs_init()
1450 struct dentry *dfs_root) in mlx5e_fs_init() argument
1477 mlx5e_fs_debugfs_init(fs, dfs_root); in mlx5e_fs_init()
1494 debugfs_remove_recursive(fs->dfs_root); in mlx5e_fs_cleanup()
H A Den_rep.c856 priv->dfs_root); in mlx5e_init_rep()
873 priv->dfs_root = debugfs_create_dir("nic", in mlx5e_init_ul_rep()
878 priv->dfs_root); in mlx5e_init_ul_rep()
881 debugfs_remove_recursive(priv->dfs_root); in mlx5e_init_ul_rep()
894 debugfs_remove_recursive(priv->dfs_root); in mlx5e_cleanup_rep()
H A Den_tc.c99 struct dentry *dfs_root; member
1077 struct dentry *dfs_root) in mlx5e_tc_debugfs_init() argument
1079 if (IS_ERR_OR_NULL(dfs_root)) in mlx5e_tc_debugfs_init()
1082 tc->dfs_root = debugfs_create_dir("tc", dfs_root); in mlx5e_tc_debugfs_init()
1084 debugfs_create_file("hairpin_num_active", 0444, tc->dfs_root, tc, in mlx5e_tc_debugfs_init()
1086 debugfs_create_file("hairpin_table_dump", 0444, tc->dfs_root, tc, in mlx5e_tc_debugfs_init()
5242 debugfs_remove_recursive(tc->dfs_root); in mlx5e_tc_nic_cleanup()
H A Den.h939 struct dentry *dfs_root; member
H A Den_main.c5300 priv->dfs_root = debugfs_create_dir("nic", in mlx5e_nic_init()
5305 priv->dfs_root); in mlx5e_nic_init()
5309 debugfs_remove_recursive(priv->dfs_root); in mlx5e_nic_init()
5340 debugfs_remove_recursive(priv->dfs_root); in mlx5e_nic_cleanup()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dfs.h150 struct dentry *dfs_root);
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c415 priv->dfs_root); in mlx5i_init_rx()