Home
last modified time | relevance | path

Searched refs:ATH12K_MHI_POWER_ON (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath12k/
A Dmhi.c415 case ATH12K_MHI_POWER_ON: in ath12k_mhi_state_to_str()
446 case ATH12K_MHI_POWER_ON: in ath12k_mhi_set_state_bit()
447 set_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state); in ath12k_mhi_set_state_bit()
451 clear_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state); in ath12k_mhi_set_state_bit()
483 case ATH12K_MHI_POWER_ON: in ath12k_mhi_check_state_bit()
485 !test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state)) in ath12k_mhi_check_state_bit()
489 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state)) in ath12k_mhi_check_state_bit()
494 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state) && in ath12k_mhi_check_state_bit()
503 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state) && in ath12k_mhi_check_state_bit()
542 case ATH12K_MHI_POWER_ON: in ath12k_mhi_set_state()
[all …]
A Dmhi.h23 ATH12K_MHI_POWER_ON, enumerator

Completed in 4 milliseconds