Lines Matching refs:dbg_root

199 	struct dentry *dbg_root;  member
370 qcom_socinfo->dbg_root, \
485 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
489 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
496 debugfs_create_u32("nmodem_supported", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
505 debugfs_create_u32("num_clusters", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
507 debugfs_create_u32("ncluster_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
509 debugfs_create_u32("num_defective_parts", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
511 debugfs_create_u32("ndefective_parts_array_offset", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
517 debugfs_create_u32("nproduct_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
529 debugfs_create_x32("chip_family", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
532 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
535 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
548 debugfs_create_u32("foundry_id", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
561 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
569 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
576 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
583 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
589 debugfs_create_u32("raw_version", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
605 qcom_socinfo->dbg_root); in socinfo_debugfs_init()
617 debugfs_remove_recursive(qcom_socinfo->dbg_root); in socinfo_debugfs_exit()