Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/soc/qcom/
Dsocinfo.c120 struct socinfo { struct
121 __le32 fmt;
122 __le32 id;
123 __le32 ver;
124 char build_id[SMEM_SOCINFO_BUILD_ID_LENGTH];
126 __le32 raw_id;
127 __le32 raw_ver;
129 __le32 hw_plat;
131 __le32 plat_ver;
133 __le32 accessory_chip;
[all …]
Dsmem.c281 struct platform_device *socinfo; member
/Linux-v6.1/drivers/soc/amlogic/
Dmeson-gx-socinfo.c79 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