Searched defs:ion_prefetch_data (Results 1 – 4 of 4) sorted by relevance
181 struct ion_prefetch_data { struct182 int heap_id;183 unsigned long len;184 struct ion_prefetch_regions *regions;185 unsigned int nr_regions;
125 struct ion_prefetch_data { struct135 #define ION_IOC_PREFETCH _IOWR(ION_IOC_MSM_MAGIC, 3, struct ion_prefetch_data) argument