Home
last modified time | relevance | path

Searched refs:pci_find_next_htcap (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/pci/
H A Dhostb_pci.c240 return (pci_find_next_htcap(dev, capability, start, capreg)); in pci_hostb_find_next_htcap()
277 DEVMETHOD(pci_find_next_htcap, pci_hostb_find_next_htcap),
H A Dvga_pci.c624 return (pci_find_next_htcap(dev, capability, start, capreg)); in vga_pci_find_next_htcap()
742 DEVMETHOD(pci_find_next_htcap, vga_pci_find_next_htcap),
H A Dpcivar.h578 pci_find_next_htcap(device_t dev, int capability, int start, int *capreg) in pci_find_next_htcap() function
H A Dpci.c201 DEVMETHOD(pci_find_next_htcap, pci_find_next_htcap_method),