Searched defs:qcom_smem (Results 1 – 1 of 1) sorted by relevance
263 struct qcom_smem { struct264 struct device *dev;266 struct hwspinlock *hwlock;268 struct smem_partition_header *global_partition;269 size_t global_cacheline;270 struct smem_partition_header *partitions[SMEM_HOST_COUNT];271 size_t cacheline[SMEM_HOST_COUNT];272 u32 item_count;273 struct platform_device *socinfo;275 unsigned num_regions;[all …]
Completed in 5 milliseconds