Searched refs:dbg_root (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.10/drivers/soc/qcom/ |
| D | socinfo.c | 169 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 …]
|
| /Linux-v5.10/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.10/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 | 1477 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1484 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files() 1486 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1487 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1488 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1489 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1490 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
| D | main.c | 1296 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1311 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init() 1326 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
|
| /Linux-v5.10/drivers/infiniband/hw/mlx5/ |
| D | cong.c | 437 mdev->priv.dbg_root); in mlx5_ib_init_cong_debugfs()
|
| D | mr.c | 703 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
|
| D | main.c | 4542 root = debugfs_create_dir("delay_drop", dev->mdev->priv.dbg_root); in mlx5_ib_stage_delay_drop_init()
|
| /Linux-v5.10/include/linux/mlx5/ |
| D | driver.h | 237 struct dentry *dbg_root; member 569 struct dentry *dbg_root; member
|