Lines Matching defs:qcom_smem
262 struct qcom_smem { struct
263 struct device *dev;
265 struct hwspinlock *hwlock;
267 struct smem_partition_header *global_partition;
268 size_t global_cacheline;
269 struct smem_partition_header *partitions[SMEM_HOST_COUNT];
270 size_t cacheline[SMEM_HOST_COUNT];
271 u32 item_count;
272 struct platform_device *socinfo;
274 unsigned num_regions;
275 struct smem_region regions[];