Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dsocinfo.c90 struct socinfo { struct
91 __le32 fmt;
92 __le32 id;
93 __le32 ver;
94 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH];
96 __le32 raw_id;
97 __le32 raw_ver;
99 __le32 hw_plat;
101 __le32 plat_ver;
103 __le32 accessory_chip;
[all …]
H A Dsmem.c271 struct platform_device *socinfo; member
/OK3568_Linux_fs/kernel/drivers/soc/amlogic/
H A Dmeson-gx-socinfo.c78 static inline unsigned int socinfo_to_major(u32 socinfo) in socinfo_to_major()
83 static inline unsigned int socinfo_to_minor(u32 socinfo) in socinfo_to_minor()
88 static inline unsigned int socinfo_to_pack(u32 socinfo) in socinfo_to_pack()
93 static inline unsigned int socinfo_to_misc(u32 socinfo) in socinfo_to_misc()
98 static const char *socinfo_to_package_id(u32 socinfo) in socinfo_to_package_id()
114 static const char *socinfo_to_soc_id(u32 socinfo) in socinfo_to_soc_id()
133 unsigned int socinfo; in meson_gx_socinfo_init() local