Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
devres.c File Reference
#include <linux/device.h>
#include <linux/gfp.h>
#include <linux/io.h>
#include <linux/export.h>

Go to the source code of this file.

Functions

void __iomemdevm_ioremap_prot (struct device *dev, resource_size_t offset, size_t size, unsigned long flags)
 
 EXPORT_SYMBOL (devm_ioremap_prot)
 

Function Documentation

void __iomem* devm_ioremap_prot ( struct device dev,
resource_size_t  offset,
size_t  size,
unsigned long  flags 
)

devm_ioremap_prot - Managed ioremap_prot() : Generic device to remap IO address for : BUS offset to map : Size of map : Page flags

Managed ioremap_prot(). Map is automatically unmapped on driver detach.

Definition at line 25 of file devres.c.

EXPORT_SYMBOL ( devm_ioremap_prot  )