Lines Matching refs:dbg_root
188 struct dentry *dbg_root; member
335 qcom_socinfo->dbg_root, \
450 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
454 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
461 debugfs_create_u32("nmodem_supported", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
470 debugfs_create_u32("num_clusters", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
472 debugfs_create_u32("ncluster_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
474 debugfs_create_u32("num_defective_parts", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
476 debugfs_create_u32("ndefective_parts_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
482 debugfs_create_u32("nproduct_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
494 debugfs_create_x32("chip_family", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
497 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
500 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
513 debugfs_create_u32("foundry_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
526 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
534 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
541 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
548 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
554 debugfs_create_u32("raw_version", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
570 qcom_socinfo->dbg_root); in socinfo_debugfs_init()
582 debugfs_remove_recursive(qcom_socinfo->dbg_root); in socinfo_debugfs_exit()