Man Page: pci_bus_find_capability
Operating Environment: suse
Section: 9
PCI_BUS_FIND_CAPABIL(9) Hardware Interfaces PCI_BUS_FIND_CAPABIL(9)NAMEpci_bus_find_capability - query for devices' capabilitiesSYNOPSISint pci_bus_find_capability(struct pci_bus * bus, unsigned int devfn, int cap);ARGUMENTSbus the PCI bus to query devfn PCI device to query cap capability codeDESCRIPTIONLike pci_find_capability but works for pci devices that do not have a pci_dev structure set up yet. 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.COPYRIGHTKernel Hackers Manual 2.6. July 2010 PCI_BUS_FIND_CAPABIL(9)
| Related Man Pages |
|---|
| pcitweak(1) - redhat |
| pciconfig_read(2) - debian |
| pciconfig_iobase(2) - debian |
| pciconfig_iobase(2) - centos |
| pciconfig_read(2) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Change directory error |
| Cut command on RHEL 6.8 compatibility issues |
| Update kernel Linux without reboot?! |
| Shopt -s histappend |