*参照元 [#la0efb04]
#backlinks

*説明 [#a2c1e3f7]
-パス: [[linux-4.4.1/]]
-パス: [[linux-4.4.1/drivers/base/dma-mapping.c]]

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


**引数 [#rd6f7a4a]
-struct device *dev
--
--[[linux-4.4.1/device]]
-void *res
--


**返り値 [#u3731d98]
-なし


**参考 [#x6d14218]


*実装 [#z2eb79b7]
 static void dmam_coherent_release(struct device *dev, void *res)
 {
         struct dma_devres *this = res;
 
-
--[[linux-4.4.1/dma_devres]]

         dma_free_coherent(dev, this->size, this->vaddr, this->dma_handle);
-
--[[linux-4.4.1/dma_free_coherent()]]

 }


*コメント [#y3cdfcca]

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