| /linux-6.15/drivers/soc/qcom/ |
| H A D | socinfo.c | 170 struct dentry *dbg_root; member 487 qcom_socinfo->dbg_root, \ 634 debugfs_create_u32("pcode", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 677 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 680 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 706 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 714 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 721 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 728 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 750 qcom_socinfo->dbg_root); in socinfo_debugfs_init() [all …]
|
| /linux-6.15/drivers/net/ethernet/intel/fm10k/ |
| H A D | fm10k_debugfs.c | 9 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.15/drivers/infiniband/hw/bnxt_re/ |
| H A D | debugfs.c | 315 rdev->dbg_root = debugfs_create_dir(dev_name(&pdev->dev), bnxt_re_debugfs_root); in bnxt_re_debugfs_add_pdev() 317 rdev->qp_debugfs = debugfs_create_dir("QPs", rdev->dbg_root); in bnxt_re_debugfs_add_pdev() 318 rdev->cc_config = debugfs_create_dir("cc_config", rdev->dbg_root); in bnxt_re_debugfs_add_pdev() 339 debugfs_remove_recursive(rdev->dbg_root); in bnxt_re_debugfs_rem_pdev() 340 rdev->dbg_root = NULL; in bnxt_re_debugfs_rem_pdev()
|
| H A D | bnxt_re.h | 223 struct dentry *dbg_root; member
|
| /linux-6.15/drivers/hte/ |
| H A D | hte.c | 85 struct dentry *dbg_root; member 110 gdev->dbg_root = debugfs_create_dir(name, hte_root); in hte_chip_dbgfs_init() 112 debugfs_create_atomic_t("ts_requested", 0444, gdev->dbg_root, in hte_chip_dbgfs_init() 114 debugfs_create_u32("total_ts", 0444, gdev->dbg_root, in hte_chip_dbgfs_init() 120 if (!ei->gdev->dbg_root || !name) in hte_ts_dbgfs_init() 123 ei->ts_dbg_root = debugfs_create_dir(name, ei->gdev->dbg_root); in hte_ts_dbgfs_init() 904 debugfs_remove_recursive(gdev->dbg_root); in hte_unregister_chip()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | debugfs.c | 103 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() 227 *cmd = debugfs_create_dir("commands", dev->priv.dbg.dbg_root); in mlx5_cmdif_debugfs_init() 272 dev->priv.dbg.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg.dbg_root); in mlx5_cq_debugfs_init() 284 dev->priv.dbg.pages_debugfs = debugfs_create_dir("pages", dev->priv.dbg.dbg_root); in mlx5_pages_debugfs_init()
|
| H A D | cmd.c | 1589 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1596 dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev)); in create_debugfs_files() 1598 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1599 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1600 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1601 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1602 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
| H A D | main.c | 1873 priv->dbg.dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1875 debugfs_create_file("vhca_id", 0400, priv->dbg.dbg_root, dev, &vhca_id_fops); in mlx5_mdev_init() 1931 debugfs_remove(dev->priv.dbg.dbg_root); in mlx5_mdev_init() 1954 debugfs_remove_recursive(dev->priv.dbg.dbg_root); in mlx5_mdev_uninit()
|
| /linux-6.15/include/linux/mlx5/ |
| H A D | driver.h | 255 struct dentry *dbg_root; member 541 struct dentry *dbg_root; member
|
| /linux-6.15/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 830 struct dentry *dbg_root = mlx5_debugfs_get_dev_root(dev->mdev); in mlx5_mkey_cache_debugfs_init() local 836 cache->fs_root = debugfs_create_dir("mr_cache", dbg_root); in mlx5_mkey_cache_debugfs_init()
|