Home
last modified time | relevance | path

Searched refs:dbg_root (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/drivers/soc/qcom/
A Dsocinfo.c216 struct dentry *dbg_root; member
484 qcom_socinfo->dbg_root, \
618 debugfs_create_u32("pcode", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
660 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
663 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
689 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
697 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
704 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
711 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
733 qcom_socinfo->dbg_root); in socinfo_debugfs_init()
[all …]
/linux-6.3-rc2/drivers/net/ethernet/intel/fm10k/
A Dfm10k_debugfs.c9 static struct dentry *dbg_root; variable
209 if (dbg_root) in fm10k_dbg_intfc_init()
210 interface->dbg_intfc = debugfs_create_dir(name, dbg_root); in fm10k_dbg_intfc_init()
219 if (dbg_root) in fm10k_dbg_intfc_exit()
229 dbg_root = debugfs_create_dir(fm10k_driver_name, NULL); in fm10k_dbg_init()
237 debugfs_remove_recursive(dbg_root); in fm10k_dbg_exit()
238 dbg_root = NULL; in fm10k_dbg_exit()
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Ddebugfs.c103 return dev->priv.dbg.dbg_root; in mlx5_debugfs_get_dev_root()
109 dev->priv.dbg.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg.dbg_root); in mlx5_qp_debugfs_init()
121 dev->priv.dbg.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg.dbg_root); in mlx5_eq_debugfs_init()
199 *cmd = debugfs_create_dir("commands", dev->priv.dbg.dbg_root); in mlx5_cmdif_debugfs_init()
232 dev->priv.dbg.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg.dbg_root); in mlx5_cq_debugfs_init()
244 dev->priv.dbg.pages_debugfs = debugfs_create_dir("pages", dev->priv.dbg.dbg_root); in mlx5_pages_debugfs_init()
A Dcmd.c1552 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files()
1559 dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev)); in create_debugfs_files()
1561 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1562 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1563 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files()
1564 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files()
1565 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
A Dmain.c1642 priv->dbg.dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init()
1644 debugfs_create_file("vhca_id", 0400, priv->dbg.dbg_root, dev, &vhca_id_fops); in mlx5_mdev_init()
1692 debugfs_remove(dev->priv.dbg.dbg_root); in mlx5_mdev_init()
1714 debugfs_remove_recursive(dev->priv.dbg.dbg_root); in mlx5_mdev_uninit()
/linux-6.3-rc2/drivers/hte/
A Dhte.c87 struct dentry *dbg_root; member
112 gdev->dbg_root = debugfs_create_dir(name, hte_root); in hte_chip_dbgfs_init()
114 debugfs_create_atomic_t("ts_requested", 0444, gdev->dbg_root, in hte_chip_dbgfs_init()
116 debugfs_create_u32("total_ts", 0444, gdev->dbg_root, in hte_chip_dbgfs_init()
122 if (!ei->gdev->dbg_root || !name) in hte_ts_dbgfs_init()
125 ei->ts_dbg_root = debugfs_create_dir(name, ei->gdev->dbg_root); in hte_ts_dbgfs_init()
909 debugfs_remove_recursive(gdev->dbg_root); in hte_unregister_chip()
/linux-6.3-rc2/include/linux/mlx5/
A Ddriver.h247 struct dentry *dbg_root; member
567 struct dentry *dbg_root; member
/linux-6.3-rc2/drivers/infiniband/hw/mlx5/
A Dmr.c864 struct dentry *dbg_root = mlx5_debugfs_get_dev_root(dev->mdev); in mlx5_mkey_cache_debugfs_init() local
870 cache->fs_root = debugfs_create_dir("mr_cache", dbg_root); in mlx5_mkey_cache_debugfs_init()

Completed in 26 milliseconds