Home
last modified time | relevance | path

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

/freebsd/sys/dev/pci/
H A Dpci_private.h50 device_attach_t pci_attach; variable
H A Dpci.c143 DEVMETHOD(device_attach, pci_attach),
4591 pci_attach(device_t dev) in pci_attach() function
/freebsd/sys/dev/acpica/
H A Dacpi_pci.c460 error = pci_attach(dev); in acpi_pci_attach()
/freebsd/sys/dev/thunderbolt/
H A Dtb_pcib.c588 return (pci_attach(dev)); in tb_pci_attach()