PCI_GET_DEVICE_BY_ADDR
Section: (9)
Updated: 09 October 2005
Index
Return to Main Contents
NAME
pci_get_device_by_addr - Get device, given only address
SYNOPSIS
"SYNOPSIS"
struct pci_dev * pci_get_device_by_addr (unsigned long addr);
ARGUMENTS
- addr
-
mmio (PIO) phys address or i/o port number
DESCRIPTION
Given an mmio phys address, or a port number, find a pci device
that implements this address. Be sure to pci_dev_put the device
when finished. I/O port numbers are assumed to be offset
from zero (that is, they do *not* have pci_io_addr added in).
It is safe to call this function within an interrupt.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
This document was created by
man2html,
using the manual pages.
Time: 00:02:36 GMT, October 09, 2005