Searched refs:ICNSS_POWER_ON (Results 1 – 4 of 4) sorted by relevance
/wlan-driver/platform/icnss2/ |
H A D | power.c | 641 if (test_bit(ICNSS_POWER_ON, &priv->state)) { in icnss_hw_power_on() 645 set_bit(ICNSS_POWER_ON, &priv->state); in icnss_hw_power_on() 663 clear_bit(ICNSS_POWER_ON, &priv->state); in icnss_hw_power_on() 680 if (!test_bit(ICNSS_POWER_ON, &priv->state)) { in icnss_hw_power_off() 684 clear_bit(ICNSS_POWER_ON, &priv->state); in icnss_hw_power_off()
|
H A D | debug.c | 35 !test_bit(ICNSS_POWER_ON, &priv->state)) in icnss_regwrite_write() 203 !test_bit(ICNSS_POWER_ON, &priv->state)) in icnss_regread_write() 373 case ICNSS_POWER_ON: in icnss_stats_show_state()
|
H A D | main.h | 114 ICNSS_POWER_ON, enumerator
|
H A D | main.c | 3599 !test_bit(ICNSS_POWER_ON, &priv->state)) { in icnss_athdiag_read() 3635 !test_bit(ICNSS_POWER_ON, &priv->state)) { in icnss_athdiag_write()
|