Home
last modified time | relevance | path

Searched refs:pci_find_capability (Results 1 – 14 of 14) sorted by relevance

/external/syslinux/gpxe/src/drivers/bus/
Dpciextra.c18 int pci_find_capability ( struct pci_device *pci, int cap ) { in pci_find_capability() function
/external/syslinux/gpxe/src/include/gpxe/
Dpci.h379 extern int pci_find_capability ( struct pci_device *pci, int capability );
/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_attach.c261 pci_find_capability(pdev, PCI_CAP_ID_EXP)) { in ath5k_hw_attach()
Dath5k_reset.c373 if (pci_find_capability(pdev, PCI_CAP_ID_EXP)) in ath5k_hw_nic_wakeup()
/external/ltp/testcases/kernel/device-drivers/pci/tpci_kernel/
Dpci-exp-tests-HOWTO16 This function makes a call to pci_find_capability, which will determine if a device
Dltp_tpci.c535 if (pci_find_capability(dev, PCI_CAP_ID_PM)) in test_find_cap()
/external/ltp/testcases/kernel/device-drivers/agp/kernel_space/
Dtagp.c589 cap_ptr = pci_find_capability(pdev, PCI_CAP_ID_AGP); in test_pci_find_device()
/external/syslinux/gpxe/src/drivers/net/
Dmyri10ge.c413 vs = pci_find_capability ( pci, 9 ); in mac_address_from_string_specs()
Dsky2.c1055 if (pci_find_capability(hw->pdev, PCI_CAP_ID_EXP)) in sky2_rx_start()
2032 cap = pci_find_capability(hw->pdev, PCI_CAP_ID_EXP); in sky2_reset()
Dbnx2.c2135 bp->pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in bnx2_init_board()
2142 bp->pcix_cap = pci_find_capability(pdev, PCI_CAP_ID_PCIX); in bnx2_init_board()
Dvia-velocity.c1890 pm = pci_find_capability(dev, PCI_CAP_ID_PM); in pci_set_power_state()
Dtg3.c2799 val = pci_find_capability(tp->pdev, PCI_CAP_ID_EXP); in tg3_get_invariants()
3278 pm_cap = pci_find_capability(pdev, PCI_CAP_ID_PM); in tg3_probe()
Dr8169.c2168 tp->pcie_cap = pci_find_capability ( pdev, PCI_CAP_ID_EXP ); in rtl8169_probe()
/external/syslinux/gpxe/src/drivers/net/e1000/
De1000.c1062 cap_offset = pci_find_capability(adapter->pdev, PCI_CAP_ID_EXP); in e1000_read_pcie_cap_reg()