Searched refs:qcom_socinfo (Results 1 – 1 of 1) sorted by relevance
227 struct qcom_socinfo { struct556 qcom_socinfo->dbg_root, \661 static void socinfo_debugfs_init(struct qcom_socinfo *qcom_socinfo, in socinfo_debugfs_init() argument671 qcom_socinfo->dbg_root = debugfs_create_dir("qcom_socinfo", NULL); in socinfo_debugfs_init()673 qcom_socinfo->info.fmt = __le32_to_cpu(info->fmt); in socinfo_debugfs_init()675 debugfs_create_x32("info_fmt", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()676 &qcom_socinfo->info.fmt); in socinfo_debugfs_init()678 switch (qcom_socinfo->info.fmt) { in socinfo_debugfs_init()683 qcom_socinfo->info.raw_package_type = __le32_to_cpu(info->raw_package_type); in socinfo_debugfs_init()684 debugfs_create_u32("raw_package_type", 0444, qcom_socinfo->dbg_root, in socinfo_debugfs_init()[all …]