Searched defs:socinfo (Results 1 – 4 of 4) sorted by relevance
16 struct socinfo { struct17 __le32 fmt;18 __le32 id;19 __le32 ver;20 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH];22 __le32 raw_id;23 __le32 raw_ver;25 __le32 hw_plat;27 __le32 plat_ver;29 __le32 accessory_chip;[all …]
79 static inline unsigned int socinfo_to_major(u32 socinfo) in socinfo_to_major()84 static inline unsigned int socinfo_to_minor(u32 socinfo) in socinfo_to_minor()89 static inline unsigned int socinfo_to_pack(u32 socinfo) in socinfo_to_pack()94 static inline unsigned int socinfo_to_misc(u32 socinfo) in socinfo_to_misc()99 static const char *socinfo_to_package_id(u32 socinfo) in socinfo_to_package_id()115 static const char *socinfo_to_soc_id(u32 socinfo) in socinfo_to_soc_id()134 unsigned int socinfo; in meson_gx_socinfo_init() local
456 struct socinfo *socinfo = seq->private; in qcom_show_build_id() local465 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model() local481 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model_array() local507 struct socinfo *socinfo = seq->private; in qcom_show_pmic_die_revision() local518 struct socinfo *socinfo = seq->private; in qcom_show_chip_id() local
282 struct platform_device *socinfo; member