Home
last modified time | relevance | path

Searched refs:dbg_root (Results 1 - 17 of 17) sorted by relevance

/kernel/linux/linux-5.10/drivers/soc/qcom/
H A Dsocinfo.c169 struct dentry *dbg_root; member
262 qcom_socinfo->dbg_root, \
348 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
352 debugfs_create_x32("info_fmt", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
359 debugfs_create_u32("nmodem_supported", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
368 debugfs_create_u32("num_clusters", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
370 debugfs_create_u32("ncluster_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
372 debugfs_create_u32("num_defective_parts", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
374 debugfs_create_u32("ndefective_parts_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
380 debugfs_create_u32("nproduct_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
[all...]
/kernel/linux/linux-6.6/drivers/soc/qcom/
H A Dsocinfo.c159 struct dentry *dbg_root; member
450 qcom_socinfo->dbg_root, \
565 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
569 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
578 debugfs_create_u32("num_func_clusters", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
580 debugfs_create_u32("boot_cluster", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
582 debugfs_create_u32("boot_core", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
588 debugfs_create_u32("oem_variant", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
595 debugfs_create_u32("feature_code", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
597 debugfs_create_u32("pcode", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/fm10k/
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/fm10k/
H 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()
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/
H 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()
217 *cmd = debugfs_create_dir("commands", dev->priv.dbg.dbg_root); in mlx5_cmdif_debugfs_init()
260 dev->priv.dbg.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg.dbg_root); in mlx5_cq_debugfs_init()
272 dev->priv.dbg.pages_debugfs = debugfs_create_dir("pages", dev->priv.dbg.dbg_root); in mlx5_pages_debugfs_init()
H A Dcmd.c1553 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files()
1560 dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev)); in create_debugfs_files()
1562 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1563 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1564 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files()
1565 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files()
1566 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
H A Dmain.c1801 priv->dbg.dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init()
1803 debugfs_create_file("vhca_id", 0400, priv->dbg.dbg_root, dev, &vhca_id_fops); in mlx5_mdev_init()
1859 debugfs_remove(dev->priv.dbg.dbg_root); in mlx5_mdev_init()
1882 debugfs_remove_recursive(dev->priv.dbg.dbg_root); in mlx5_mdev_uninit()
/kernel/linux/linux-6.6/drivers/hte/
H A Dhte.c77 * @dbg_root: Root directory for debug fs.
87 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()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/
H A Ddebugfs.c104 dev->priv.qp_debugfs = debugfs_create_dir("QPs", dev->priv.dbg_root); in mlx5_qp_debugfs_init()
116 dev->priv.eq_debugfs = debugfs_create_dir("EQs", dev->priv.dbg_root); in mlx5_eq_debugfs_init()
172 *cmd = debugfs_create_dir("commands", dev->priv.dbg_root); in mlx5_cmdif_debugfs_init()
194 dev->priv.cq_debugfs = debugfs_create_dir("CQs", dev->priv.dbg_root); in mlx5_cq_debugfs_init()
H A Dcmd.c1463 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files()
1470 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files()
1472 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1473 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files()
1474 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files()
1475 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files()
1476 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
H A Dmain.c1301 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init()
1316 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init()
1331 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/
H A Dcong.c437 mdev->priv.dbg_root); in mlx5_ib_init_cong_debugfs()
H A Dmr.c708 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
H A Dmain.c4544 root = debugfs_create_dir("delay_drop", dev->mdev->priv.dbg_root); in mlx5_ib_stage_delay_drop_init()
/kernel/linux/linux-5.10/include/linux/mlx5/
H A Ddriver.h239 struct dentry *dbg_root; member
571 struct dentry *dbg_root; member
/kernel/linux/linux-6.6/include/linux/mlx5/
H A Ddriver.h249 struct dentry *dbg_root; member
562 struct dentry *dbg_root; member
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/
H A Dmr.c869 struct dentry *dbg_root = mlx5_debugfs_get_dev_root(dev->mdev); in mlx5_mkey_cache_debugfs_init() local
875 cache->fs_root = debugfs_create_dir("mr_cache", dbg_root); in mlx5_mkey_cache_debugfs_init()

Completed in 33 milliseconds