函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:lib\devres.c Create Date:2022-07-27 07:46:40
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:devm_ioremap_resource_wc() - write-combined variant of* devm_ioremap_resource()*@dev: generic device to handle the resource for*@res: resource to be handled* Returns a pointer to the remapped memory or an ERR_PTR() encoded error code* on failure

函数原型:void __iomem *devm_ioremap_resource_wc(struct device *dev, const struct resource *res)

返回类型:void

参数:

类型参数名称
struct device *dev
const struct resource *res
203  返回:__devm_ioremap_resource(dev, res, DEVM_IOREMAP_WC)