Searched refs:dbg_root (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/drivers/soc/qcom/ |
D | socinfo.c | 199 struct dentry *dbg_root; member 370 qcom_socinfo->dbg_root, \ 485 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init() 489 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 496 debugfs_create_u32("nmodem_supported", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 505 debugfs_create_u32("num_clusters", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 507 debugfs_create_u32("ncluster_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 509 debugfs_create_u32("num_defective_parts", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 511 debugfs_create_u32("ndefective_parts_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 517 debugfs_create_u32("nproduct_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() [all …]
|
/linux-6.1.9/drivers/net/ethernet/intel/fm10k/ |
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.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
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() 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()
|
D | cmd.c | 1538 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1545 dbg->dbg_root = debugfs_create_dir("cmd", mlx5_debugfs_get_dev_root(dev)); in create_debugfs_files() 1547 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1548 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1549 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1550 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1551 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
D | main.c | 1607 priv->dbg.dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1656 debugfs_remove(dev->priv.dbg.dbg_root); in mlx5_mdev_init() 1678 debugfs_remove_recursive(dev->priv.dbg.dbg_root); in mlx5_mdev_uninit()
|
/linux-6.1.9/drivers/hte/ |
D | hte.c | 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()
|
/linux-6.1.9/include/linux/mlx5/ |
D | driver.h | 243 struct dentry *dbg_root; member 567 struct dentry *dbg_root; member
|