Lines Matching refs:anc_mode
67 enum wm2000_anc_mode anc_mode; member
96 wm2000->anc_mode = ANC_OFF; in wm2000_reset()
126 if (WARN_ON(wm2000->anc_mode != ANC_OFF)) in wm2000_power_up()
229 wm2000->anc_mode = ANC_ACTIVE; in wm2000_power_up()
263 wm2000->anc_mode = ANC_OFF; in wm2000_power_down()
272 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_bypass()
301 wm2000->anc_mode = ANC_BYPASS; in wm2000_enter_bypass()
311 if (WARN_ON(wm2000->anc_mode != ANC_BYPASS)) in wm2000_exit_bypass()
336 wm2000->anc_mode = ANC_ACTIVE; in wm2000_exit_bypass()
346 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_standby()
378 wm2000->anc_mode = ANC_STANDBY; in wm2000_enter_standby()
390 if (WARN_ON(wm2000->anc_mode != ANC_STANDBY)) in wm2000_exit_standby()
417 wm2000->anc_mode = ANC_ACTIVE; in wm2000_exit_standby()
541 if (wm2000->anc_mode == mode) in wm2000_anc_transition()
545 if (anc_transitions[i].source == wm2000->anc_mode && in wm2000_anc_transition()
550 wm2000->anc_mode, mode); in wm2000_anc_transition()