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