Home
last modified time | relevance | path

Searched refs:SIMPLE_DEV_PM_OPS (Results 1 – 7 of 7) sorted by relevance

/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dpm.h70 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro
83 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro
/freebsd/sys/contrib/dev/rtw89/
H A Dpci_be.c759 SIMPLE_DEV_PM_OPS(rtw89_pm_ops_be, rtw89_pci_suspend_be, rtw89_pci_resume_be);
H A Dpci.c4712 SIMPLE_DEV_PM_OPS(rtw89_pm_ops, rtw89_pci_suspend, rtw89_pci_resume);
/freebsd/sys/contrib/dev/rtw88/
H A Dsdio.c1116 SIMPLE_DEV_PM_OPS(rtw_sdio_pm_ops, rtw_sdio_suspend, rtw_sdio_resume);
H A Dpci.c1613 SIMPLE_DEV_PM_OPS(rtw_pm_ops, rtw_pci_suspend, rtw_pci_resume);
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dsdio.c2175 static SIMPLE_DEV_PM_OPS(ath10k_sdio_pm_ops, ath10k_sdio_pm_suspend,
H A Dpci.c3874 static SIMPLE_DEV_PM_OPS(ath10k_pci_pm_ops,