*参照元 [#zd6f1901]
#backlinks

*説明 [#n0b54aa6]
-パス: [[linux-4.4.1/drivers/staging/android/ion/ion_carveout_heap.c]]

-FIXME: これは何?
--説明


**参考 [#j4d26f8b]


*実装 [#z1a4ebe8]
 static struct ion_heap_ops carveout_heap_ops = {
-
--[[linux-4.4.1/ion_heap_ops]]

         .allocate = ion_carveout_heap_allocate,
         .free = ion_carveout_heap_free,
-
--[[linux-4.4.1/ion_carveout_heap_allocate()]]
--[[linux-4.4.1/ion_carveout_heap_free()]]

         .phys = ion_carveout_heap_phys,
-
--[[linux-4.4.1/ion_carveout_heap_phys()]]

         .map_dma = ion_carveout_heap_map_dma,
         .unmap_dma = ion_carveout_heap_unmap_dma,
-
--[[linux-4.4.1/ion_carveout_heap_map_dma()]]
--[[linux-4.4.1/ion_carveout_heap_unmap_dma()]]

         .map_user = ion_heap_map_user,
         .map_kernel = ion_heap_map_kernel,
         .unmap_kernel = ion_heap_unmap_kernel,
-
--[[linux-4.4.1/ion_heap_map_user()]]
--[[linux-4.4.1/ion_heap_map_kernel()]]
--[[linux-4.4.1/ion_heap_unmap_kernel()]]

 };


*コメント [#ma6dce08]


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS