Searched refs:SIMPLE_DEV_PM_OPS (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | pm.h | 69 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro 82 #define SIMPLE_DEV_PM_OPS(_name, _suspendfunc, _resumefunc) \ macro
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | pci.c | 1047 static SIMPLE_DEV_PM_OPS(ath11k_pci_pm_ops,
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | pci.c | 1413 static SIMPLE_DEV_PM_OPS(ath12k_pci_pm_ops,
|
/freebsd/sys/contrib/dev/rtw88/ |
H A D | sdio.c | 1102 SIMPLE_DEV_PM_OPS(rtw_sdio_pm_ops, rtw_sdio_suspend, rtw_sdio_resume); in rtw_sdio_claim()
|
H A D | pci.c | 1611 SIMPLE_DEV_PM_OPS(rtw_pm_ops, rtw_pci_suspend, rtw_pci_resume); in rtw_pci_claim()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | sdio.c | 2173 static SIMPLE_DEV_PM_OPS(ath10k_sdio_pm_ops, ath10k_sdio_pm_suspend,
|
H A D | pci.c | 3877 static SIMPLE_DEV_PM_OPS(ath10k_pci_pm_ops,
|
/freebsd/sys/contrib/dev/rtw89/ |
H A D | pci.c | 4304 SIMPLE_DEV_PM_OPS(rtw89_pm_ops, rtw89_pci_suspend, rtw89_pci_resume);
|