Home
last modified time | relevance | path

Searched defs:socinfo (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/soc/qcom/
H A Dsocinfo.h26 struct socinfo { struct
27 __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 …]
/linux/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c91 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
/linux/drivers/soc/qcom/
H A Dsocinfo.c507 struct socinfo *socinfo = seq->private; in qcom_show_build_id() local
516 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model() local
532 struct socinfo *socinfo = seq->private; in qcom_show_pmic_model_array() local
558 struct socinfo *socinfo = seq->private; in qcom_show_pmic_die_revision() local
569 struct socinfo *socinfo = seq->private; in qcom_show_chip_id() local
H A Dsmem.c282 struct platform_device *socinfo; member