Home
last modified time | relevance | path

Searched refs:need_resume (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/pci/
H A Dpci-mid.c55 .need_resume = mid_pci_need_resume,
H A Dpci.h83 * @need_resume: returns 'true' if the given device (which is currently
98 bool (*need_resume)(struct pci_dev *dev); member
H A Dpci-acpi.c1119 .need_resume = acpi_pci_need_resume,
H A Dpci.c937 !ops->choose_state || !ops->set_wakeup || !ops->need_resume) in pci_set_platform_pm()
979 return pci_platform_pm ? pci_platform_pm->need_resume(dev) : false; in platform_pci_need_resume()
/kernel/linux/linux-5.10/drivers/remoteproc/
H A Domap_remoteproc.c95 * @need_resume: if true a resume is needed in the system resume callback
112 bool need_resume; member
931 oproc->need_resume = true; in omap_rproc_suspend()
960 if (!oproc->need_resume) in omap_rproc_resume()
969 oproc->need_resume = false; in omap_rproc_resume()
/kernel/linux/linux-6.6/drivers/remoteproc/
H A Domap_remoteproc.c96 * @need_resume: if true a resume is needed in the system resume callback
113 bool need_resume; member
931 oproc->need_resume = true; in omap_rproc_suspend()
959 if (!oproc->need_resume) in omap_rproc_resume()
968 oproc->need_resume = false; in omap_rproc_resume()
/kernel/linux/linux-5.10/drivers/net/ethernet/3com/
H A Dtyphoon.c2176 goto need_resume; in typhoon_suspend()
2184 goto need_resume; in typhoon_suspend()
2192 goto need_resume; in typhoon_suspend()
2199 goto need_resume; in typhoon_suspend()
2204 goto need_resume; in typhoon_suspend()
2211 need_resume: in typhoon_suspend()
/kernel/linux/linux-6.6/drivers/net/ethernet/3com/
H A Dtyphoon.c2173 goto need_resume; in typhoon_suspend()
2181 goto need_resume; in typhoon_suspend()
2189 goto need_resume; in typhoon_suspend()
2196 goto need_resume; in typhoon_suspend()
2201 goto need_resume; in typhoon_suspend()
2208 need_resume: in typhoon_suspend()

Completed in 21 milliseconds