linux-4.4.1/dmam_coherent_release()
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#la0efb04]
#backlinks
*説明 [#a2c1e3f7]
-パス: [[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, vo...
{
struct dma_devres *this = res;
-
--[[linux-4.4.1/dma_devres]]
dma_free_coherent(dev, this->size, this->vaddr, ...
-
--[[linux-4.4.1/dma_free_coherent()]]
}
*コメント [#y3cdfcca]
終了行:
*参照元 [#la0efb04]
#backlinks
*説明 [#a2c1e3f7]
-パス: [[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, vo...
{
struct dma_devres *this = res;
-
--[[linux-4.4.1/dma_devres]]
dma_free_coherent(dev, this->size, this->vaddr, ...
-
--[[linux-4.4.1/dma_free_coherent()]]
}
*コメント [#y3cdfcca]
ページ名: