Searched refs:supports_suspend (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/ |
A D | core.c | 90 .supports_suspend = false, 172 .supports_suspend = false, 254 .supports_suspend = true, 339 .supports_suspend = false, 421 .supports_suspend = true, 504 .supports_suspend = true, 588 .supports_suspend = false, 670 .supports_suspend = false, 761 if (!ab->hw_params.supports_suspend) in ath11k_core_suspend() 820 if (!ab->hw_params.supports_suspend) in ath11k_core_resume()
|
A D | hw.h | 194 bool supports_suspend; member
|
/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/ |
A D | hw.c | 894 .supports_suspend = false, 949 .supports_suspend = false, 1002 .supports_suspend = false,
|
A D | hw.h | 172 bool supports_suspend:1; member
|
A D | core.c | 26 if (!ab->hw_params->supports_suspend) in ath12k_core_suspend() 64 if (!ab->hw_params->supports_suspend) in ath12k_core_resume()
|
Completed in 12 milliseconds