Home
last modified time | relevance | path

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

/wlan-driver/platform/cnss2/
H A Dpci.c2074 case CNSS_MHI_POWER_ON: in cnss_mhi_state_to_str()
2104 case CNSS_MHI_POWER_ON: in cnss_pci_check_mhi_state_bit()
2106 !test_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state)) in cnss_pci_check_mhi_state_bit()
2110 if (test_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state)) in cnss_pci_check_mhi_state_bit()
2115 if (test_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state) && in cnss_pci_check_mhi_state_bit()
2124 if (test_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state) && in cnss_pci_check_mhi_state_bit()
2200 case CNSS_MHI_POWER_ON: in cnss_pci_set_mhi_state_bit()
2201 set_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state); in cnss_pci_set_mhi_state_bit()
2208 clear_bit(CNSS_MHI_POWER_ON, &pci_priv->mhi_state); in cnss_pci_set_mhi_state_bit()
2270 case CNSS_MHI_POWER_ON: in cnss_pci_set_mhi_state()
[all …]
H A Dpci.h50 CNSS_MHI_POWER_ON, enumerator