Function report |
Source Code:lib\devres.c |
Create Date:2022-07-28 06:49:01 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:devm_ioremap_resource() - check, request region, and ioremap resource*@dev: generic device to handle the resource for*@res: resource to be handled* Checks that a resource is a valid memory region, requests the memory* region and ioremaps it
Proto:void __iomem *devm_ioremap_resource(struct device *dev, const struct resource *res)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct device * | dev | |
const struct resource * | res |
187 | Return __devm_ioremap_resource(dev, res, DEVM_IOREMAP) |
Name | Describe |
---|---|
devm_of_iomap | devm_of_iomap - Requests a resource and maps the memory mapped IO* for a given device_node managed by a given device* Checks that a resource is a valid memory region, requests the memory* region and ioremaps it |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |