*参照元 [#d9cef844]
#backlinks

*説明 [#b77dafca]
-パス: [[linux-4.4.1/arch/arm/mm/dma-mapping.c]]

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


**引数 [#i723905a]
-bool coherent
--


**返り値 [#r4472e4c]
-struct dma_map_ops *
--
--[[linux-4.4.1/dma_map_ops]]


**参考 [#cb9633ea]


*実装 [#jf8571d5]
 static struct dma_map_ops *arm_get_dma_map_ops(bool coherent)
 {
         return coherent ? &arm_coherent_dma_ops : &arm_dma_ops;
-
--[[linux-4.4.1/arm_coherent_dma_ops(global)]]
--[[linux-4.4.1/arm_dma_ops(global)]]

 }


*コメント [#je554f7f]


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