Searched defs:qcom_smem (Results 1 – 1 of 1) sorted by relevance
262 struct qcom_smem { struct263 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;[all …]