Searched refs:dbg_root (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/soc/qcom/ |
| A D | socinfo.c | 190 struct dentry *dbg_root; member 349 qcom_socinfo->dbg_root, \ 468 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 511 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 514 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 540 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 548 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 555 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 562 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 584 qcom_socinfo->dbg_root); in socinfo_debugfs_init() [all …]
|
| /linux/drivers/net/ethernet/intel/fm10k/ |
| A 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/drivers/net/ethernet/mellanox/mlx5/core/ |
| A 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()
|
| A D | cmd.c | 1497 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1504 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files() 1506 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1507 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1508 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1509 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1510 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
| A D | main.c | 1466 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1503 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init() 1521 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | cong.c | 437 mdev->priv.dbg_root); in mlx5_ib_init_cong_debugfs()
|
| A D | mr.c | 686 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
|
| A D | main.c | 4181 root = debugfs_create_dir("delay_drop", dev->mdev->priv.dbg_root); in mlx5_ib_stage_delay_drop_init()
|
| /linux/include/linux/mlx5/ |
| A D | driver.h | 243 struct dentry *dbg_root; member 576 struct dentry *dbg_root; member
|
Completed in 33 milliseconds