Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmhi.c418 case ATH12K_MHI_POWER_ON: in ath12k_mhi_state_to_str()
449 case ATH12K_MHI_POWER_ON: in ath12k_mhi_set_state_bit()
450 set_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state); in ath12k_mhi_set_state_bit()
454 clear_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state); in ath12k_mhi_set_state_bit()
486 case ATH12K_MHI_POWER_ON: in ath12k_mhi_check_state_bit()
488 !test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state)) in ath12k_mhi_check_state_bit()
492 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state)) in ath12k_mhi_check_state_bit()
497 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state) && in ath12k_mhi_check_state_bit()
506 if (test_bit(ATH12K_MHI_POWER_ON, &ab_pci->mhi_state) && in ath12k_mhi_check_state_bit()
545 case ATH12K_MHI_POWER_ON: in ath12k_mhi_set_state()
[all …]
H A Dmhi.h23 ATH12K_MHI_POWER_ON, enumerator