Lines Matching refs:dbg_root
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()
367 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
373 debugfs_create_u32("raw_version", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
389 qcom_socinfo->dbg_root); in socinfo_debugfs_init()
401 debugfs_remove_recursive(qcom_socinfo->dbg_root); in socinfo_debugfs_exit()