linux-4.4.1/is_device_dma_coherent()(arm)
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
*参照元 [#g5d6e5a2]
#backlinks
*説明 [#s1fc00a1]
-パス: [[linux-4.4.1/arch/arm/include/asm/dma-mapping.h]]
-FIXME: これは何?
--説明
**引数 [#l1b82711]
-struct device *dev
--
--[[linux-4.4.1/device]]
**返り値 [#t1bc5e26]
-bool
--
**参考 [#lea1d5e9]
-dma_coherent を設定するのは arch_setup_dma_ops()
--[[linux-4.4.1/arch_setup_dma_ops()]]
*実装 [#t3f81bfc]
/* do not use this function in a driver */
static inline bool is_device_dma_coherent(struct device ...
{
return dev->archdata.dma_coherent;
}
*コメント [#p40672d7]
終了行:
*参照元 [#g5d6e5a2]
#backlinks
*説明 [#s1fc00a1]
-パス: [[linux-4.4.1/arch/arm/include/asm/dma-mapping.h]]
-FIXME: これは何?
--説明
**引数 [#l1b82711]
-struct device *dev
--
--[[linux-4.4.1/device]]
**返り値 [#t1bc5e26]
-bool
--
**参考 [#lea1d5e9]
-dma_coherent を設定するのは arch_setup_dma_ops()
--[[linux-4.4.1/arch_setup_dma_ops()]]
*実装 [#t3f81bfc]
/* do not use this function in a driver */
static inline bool is_device_dma_coherent(struct device ...
{
return dev->archdata.dma_coherent;
}
*コメント [#p40672d7]
ページ名: