Home
last modified time | relevance | path

Searched refs:dbg_root (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/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 …]
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.c1300 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init()
1315 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init()
1330 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
/OK3568_Linux_fs/kernel/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.c4538 root = debugfs_create_dir("delay_drop", dev->mdev->priv.dbg_root); in mlx5_ib_stage_delay_drop_init()
/OK3568_Linux_fs/kernel/include/linux/mlx5/
H A Ddriver.h237 struct dentry *dbg_root; member
569 struct dentry *dbg_root; member