参照元

説明

引数

返り値

参考

実装

__arch_pfn_to_dma 未定義

static inline unsigned long dma_to_pfn(struct device *dev, dma_addr_t addr)
{
        unsigned long pfn = __bus_to_pfn(addr);
        if (dev)
                pfn += dev->dma_pfn_offset;

        return pfn;
}

__arch_pfn_to_dma 定義

static inline unsigned long dma_to_pfn(struct device *dev, dma_addr_t addr)
{
        return __arch_dma_to_pfn(dev, addr);
}

コメント


トップ   編集 凍結 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2016-02-22 (月) 16:32:00