linux-4.4.1/ion_cma_ops(global)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#u30c6f88]
#backlinks
*説明 [#l22ff467]
-パス: [[linux-4.4.1/drivers/staging/android/ion/ion_cma_...
-FIXME: これは何?
--説明
**参考 [#mee03700]
*実装 [#y1db299e]
static struct ion_heap_ops ion_cma_ops = {
-
--[[linux-4.4.1/ion_heap_ops]]
.allocate = ion_cma_allocate,
.free = ion_cma_free,
-
--[[linux-4.4.1/ion_cma_allocate()]]
--[[linux-4.4.1/ion_cma_free()]]
.map_dma = ion_cma_heap_map_dma,
.unmap_dma = ion_cma_heap_unmap_dma,
-
--[[linux-4.4.1/ion_cma_heap_map_dma()]]
--[[linux-4.4.1/ion_cma_heap_unmap_dma()]]
.phys = ion_cma_phys,
-
--[[linux-4.4.1/ion_cma_phys()]]
.map_user = ion_cma_mmap,
.map_kernel = ion_cma_map_kernel,
.unmap_kernel = ion_cma_unmap_kernel,
-
--[[linux-4.4.1/ion_cma_mmap()]]
--[[linux-4.4.1/ion_cma_map_kernel()]]
--[[linux-4.4.1/ion_cma_unmap_kernel()]]
};
*コメント [#l5d3f5ed]
終了行:
*参照元 [#u30c6f88]
#backlinks
*説明 [#l22ff467]
-パス: [[linux-4.4.1/drivers/staging/android/ion/ion_cma_...
-FIXME: これは何?
--説明
**参考 [#mee03700]
*実装 [#y1db299e]
static struct ion_heap_ops ion_cma_ops = {
-
--[[linux-4.4.1/ion_heap_ops]]
.allocate = ion_cma_allocate,
.free = ion_cma_free,
-
--[[linux-4.4.1/ion_cma_allocate()]]
--[[linux-4.4.1/ion_cma_free()]]
.map_dma = ion_cma_heap_map_dma,
.unmap_dma = ion_cma_heap_unmap_dma,
-
--[[linux-4.4.1/ion_cma_heap_map_dma()]]
--[[linux-4.4.1/ion_cma_heap_unmap_dma()]]
.phys = ion_cma_phys,
-
--[[linux-4.4.1/ion_cma_phys()]]
.map_user = ion_cma_mmap,
.map_kernel = ion_cma_map_kernel,
.unmap_kernel = ion_cma_unmap_kernel,
-
--[[linux-4.4.1/ion_cma_mmap()]]
--[[linux-4.4.1/ion_cma_map_kernel()]]
--[[linux-4.4.1/ion_cma_unmap_kernel()]]
};
*コメント [#l5d3f5ed]
ページ名: