Searched defs:qcom_smem (Results 1 – 1 of 1) sorted by relevance
275 struct qcom_smem { struct276 struct device *dev;278 struct hwspinlock *hwlock;280 u32 item_count;281 struct platform_device *socinfo;282 struct smem_ptable *ptable;283 struct smem_partition global_partition;284 struct smem_partition partitions[SMEM_HOST_COUNT];286 unsigned num_regions;287 struct smem_region regions[];