Searched refs:dbg_root (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/soc/qcom/ |
| D | socinfo.c | 152 struct dentry *dbg_root; member 232 qcom_socinfo->dbg_root, \ 305 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init() 318 debugfs_create_x32("chip_family", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 321 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 324 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 332 debugfs_create_u32("foundry_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init() 345 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 353 qcom_socinfo->dbg_root, in socinfo_debugfs_init() 360 qcom_socinfo->dbg_root, in socinfo_debugfs_init() [all …]
|
| /Linux-v5.4/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.4/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | debugfs.c | 106 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 | 1372 debugfs_remove_recursive(dbg->dbg_root); in clean_debug_files() 1379 dbg->dbg_root = debugfs_create_dir("cmd", dev->priv.dbg_root); in create_debugfs_files() 1381 debugfs_create_file("in", 0400, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1382 debugfs_create_file("out", 0200, dbg->dbg_root, dev, &dfops); in create_debugfs_files() 1383 debugfs_create_file("out_len", 0600, dbg->dbg_root, dev, &olfops); in create_debugfs_files() 1384 debugfs_create_u8("status", 0600, dbg->dbg_root, &dbg->status); in create_debugfs_files() 1385 debugfs_create_file("run", 0200, dbg->dbg_root, dev, &fops); in create_debugfs_files()
|
| D | main.c | 1284 priv->dbg_root = debugfs_create_dir(dev_name(dev->device), in mlx5_mdev_init() 1286 if (!priv->dbg_root) { in mlx5_mdev_init() 1304 debugfs_remove(dev->priv.dbg_root); in mlx5_mdev_init() 1313 debugfs_remove_recursive(dev->priv.dbg_root); in mlx5_mdev_uninit()
|
| /Linux-v5.4/drivers/infiniband/hw/mlx5/ |
| D | cong.c | 417 mdev->priv.dbg_root); in mlx5_ib_init_cong_debugfs()
|
| D | mr.c | 587 cache->root = debugfs_create_dir("mr_cache", dev->mdev->priv.dbg_root); in mlx5_mr_cache_debugfs_init()
|
| D | main.c | 5783 dev->mdev->priv.dbg_root); in delay_drop_debugfs_init()
|
| /Linux-v5.4/include/linux/mlx5/ |
| D | driver.h | 244 struct dentry *dbg_root; member 569 struct dentry *dbg_root; member
|