Name
devm_pci_remap_iospace —
Managed pci_remap_iospace
Synopsis
int devm_pci_remap_iospace ( | struct device * dev, |
| | const struct resource * res, |
| | phys_addr_t phys_addr); |
Arguments
dev
Generic device to remap IO address for
res
Resource describing the I/O space
phys_addr
physical address of range to be mapped
Description
Managed pci_remap_iospace. Map is automatically unmapped on driver
detach.