Lines Matching refs:dbg_root
169 struct dentry *dbg_root; member
262 qcom_socinfo->dbg_root, \
348 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()
352 debugfs_create_x32("info_fmt", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
359 debugfs_create_u32("nmodem_supported", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
368 debugfs_create_u32("num_clusters", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
370 debugfs_create_u32("ncluster_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
372 debugfs_create_u32("num_defective_parts", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
374 debugfs_create_u32("ndefective_parts_array_offset", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
380 debugfs_create_u32("nproduct_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
392 debugfs_create_x32("chip_family", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
395 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
398 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
406 debugfs_create_u32("foundry_id", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
419 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
427 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
434 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
441 qcom_socinfo->dbg_root, in socinfo_debugfs_init()
447 debugfs_create_u32("raw_version", 0400, qcom_socinfo->dbg_root, in socinfo_debugfs_init()
463 qcom_socinfo->dbg_root); in socinfo_debugfs_init()
475 debugfs_remove_recursive(qcom_socinfo->dbg_root); in socinfo_debugfs_exit()