Home
last modified time | relevance | path

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

/freebsd/sys/dev/bhnd/cores/pci/
H A Dbhnd_pcib.c71 return (bhnd_pci_generic_suspend(dev)); in bhnd_pcib_suspend()
H A Dbhnd_pcivar.h49 int bhnd_pci_generic_suspend(device_t dev);
H A Dbhnd_pci.c218 bhnd_pci_generic_suspend(device_t dev) in bhnd_pci_generic_suspend() function
502 DEVMETHOD(device_suspend, bhnd_pci_generic_suspend),
H A Dbhnd_pci_hostb.c285 return (bhnd_pci_generic_suspend(dev)); in bhnd_pci_hostb_suspend()