Searched defs:socinfo (Results 1 – 4 of 4) sorted by relevance
26 struct socinfo { struct27 __le32 fmt;28 __le32 id;29 __le32 ver;30 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH];32 __le32 raw_id;33 __le32 raw_ver;35 __le32 hw_plat;37 __le32 plat_ver;39 __le32 accessory_chip;[all …]
91 static inline unsigned int socinfo_to_major(u32 socinfo) in socinfo_to_major()96 static inline unsigned int socinfo_to_minor(u32 socinfo) in socinfo_to_minor()101 static inline unsigned int socinfo_to_pack(u32 socinfo) in socinfo_to_pack()106 static inline unsigned int socinfo_to_misc(u32 socinfo) in socinfo_to_misc()111 static const char *socinfo_to_package_id(u32 socinfo) in socinfo_to_package_id()127 static const char *socinfo_to_soc_id(u32 socinfo) in socinfo_to_soc_id()146 unsigned int socinfo; in meson_gx_socinfo_init() local
507 struct socinfo *socinfo = seq->private; in qcom_show_build_id() local516 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model() local532 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model_array() local558 struct socinfo *socinfo = seq->private; in qcom_show_pmic_die_revision() local569 struct socinfo *socinfo = seq->private; in qcom_show_chip_id() local
282 struct platform_device *socinfo; member