Searched refs:dbg_root (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.15/drivers/soc/qcom/ |
D | socinfo.c | 188 struct dentry *dbg_root; member 335 qcom_socinfo->dbg_root, \ 450 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init() 454 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 461 debugfs_create_u32("nmodem_supported", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 470 debugfs_create_u32("num_clusters", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 472 debugfs_create_u32("ncluster_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 474 debugfs_create_u32("num_defective_parts", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 476 debugfs_create_u32("ndefective_parts_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 482 debugfs_create_u32("nproduct_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() [all …]
|
/Linux-v5.15/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-v5.15/drivers/net/ethernet/mellanox/mlx5/core/ |
D | debugfs.c | 104 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()
|
D | cmd.c | 1489 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1496 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files() 1498 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1499 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1500 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1501 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1502 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
D | main.c | 1438 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1467 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init() 1484 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
|
/Linux-v5.15/drivers/infiniband/hw/mlx5/ |
D | cong.c | 437 mdev->priv.dbg_root); in mlx5_ib_init_cong_debugfs()
|
D | mr.c | 689 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
|
D | main.c | 4174 root = debugfs_create_dir("delay_drop", dev->mdev->priv.dbg_root); in mlx5_ib_stage_delay_drop_init()
|
/Linux-v5.15/include/linux/mlx5/ |
D | driver.h | 243 struct dentry *dbg_root; member 591 struct dentry *dbg_root; member
|