参照元

説明

参考

実装

struct dev_archdata {
        struct dma_map_ops      *dma_ops;
#ifdef CONFIG_DMABOUNCE
        struct dmabounce_device_info *dmabounce;
#endif
#ifdef CONFIG_IOMMU_API
        void *iommu; /* private IOMMU data */
#endif
#ifdef CONFIG_ARM_DMA_USE_IOMMU
        struct dma_iommu_mapping        *mapping;
#endif
        bool dma_coherent;
};

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-05-04 (水) 09:56:33