Searched refs:myheap (Results 1 – 1 of 1) sorted by relevance
54 static int rk_ion_of_heap(struct ion_platform_heap *myheap, in rk_ion_of_heap() argument64 myheap->name = node->name; in rk_ion_of_heap()65 myheap->align = SZ_1M; in rk_ion_of_heap()66 myheap->id = ion_heap_meta[itype].id; in rk_ion_of_heap()68 myheap->type = ION_HEAP_TYPE_DMA; in rk_ion_of_heap()70 myheap->base = reg[0]; in rk_ion_of_heap()71 myheap->size = reg[1]; in rk_ion_of_heap()77 myheap->type = ION_HEAP_TYPE_SYSTEM; in rk_ion_of_heap()90 struct ion_platform_heap *myheap; in rk_ion_of() local98 pdata->heaps = kcalloc(pdata->nr, sizeof(*myheap), GFP_KERNEL); in rk_ion_of()