table of contents
other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
PCI_FIND_CAPABILITY(9) | Hardware Interfaces | PCI_FIND_CAPABILITY(9) |
NAME¶
pci_find_capability - query for devices' capabilitiesSYNOPSIS¶
int
pci_find_capability(struct pci_dev * dev,
int cap);
ARGUMENTS¶
devPCI device to query
cap
capability code
DESCRIPTION¶
Tell if a device supports a given PCI capability. Returns the address of the requested capability structure within the device's PCI configuration space or 0 in case the device does not support it. Possible values for cap:COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |