Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/compat/linuxkpi/common/include/linux/
HDpm.h69 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro
82 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro
/freebsd-14-stable/sys/contrib/dev/rtw89/
HDpci_be.c665 SIMPLE_DEV_PM_OPS(rtw89_pm_ops_be, rtw89_pci_suspend_be, rtw89_pci_resume_be);
HDpci.c4424 SIMPLE_DEV_PM_OPS(rtw89_pm_ops, rtw89_pci_suspend, rtw89_pci_resume);
/freebsd-14-stable/sys/contrib/dev/athk/ath11k/
HDpci.c1047 static SIMPLE_DEV_PM_OPS(ath11k_pci_pm_ops,
/freebsd-14-stable/sys/contrib/dev/athk/ath12k/
HDpci.c1413 static SIMPLE_DEV_PM_OPS(ath12k_pci_pm_ops,
/freebsd-14-stable/sys/contrib/dev/rtw88/
HDsdio.c1102 SIMPLE_DEV_PM_OPS(rtw_sdio_pm_ops, rtw_sdio_suspend, rtw_sdio_resume);
HDpci.c1612 SIMPLE_DEV_PM_OPS(rtw_pm_ops, rtw_pci_suspend, rtw_pci_resume);
/freebsd-14-stable/sys/contrib/dev/athk/ath10k/
HDsdio.c2173 static SIMPLE_DEV_PM_OPS(ath10k_sdio_pm_ops, ath10k_sdio_pm_suspend,
HDpci.c3877 static SIMPLE_DEV_PM_OPS(ath10k_pci_pm_ops,