Home
last modified time | relevance | path

Searched refs:resume_early (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Ddevice.h76 int (*resume_early)(struct device *dev); member
/freebsd/sys/compat/linuxkpi/common/src/
H A Dlinux_pci.c892 if (pmops->resume_early != NULL) in linux_pci_resume()
893 error = -pmops->resume_early(&pdev->dev); in linux_pci_resume()