Lines Matching refs:anc_mode
70 enum wm2000_anc_mode anc_mode; member
112 wm2000->anc_mode = ANC_OFF; in wm2000_reset()
140 if (WARN_ON(wm2000->anc_mode != ANC_OFF)) in wm2000_power_up()
238 wm2000->anc_mode = ANC_ACTIVE; in wm2000_power_up()
272 wm2000->anc_mode = ANC_OFF; in wm2000_power_down()
281 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_bypass()
310 wm2000->anc_mode = ANC_BYPASS; in wm2000_enter_bypass()
320 if (WARN_ON(wm2000->anc_mode != ANC_BYPASS)) in wm2000_exit_bypass()
345 wm2000->anc_mode = ANC_ACTIVE; in wm2000_exit_bypass()
355 if (WARN_ON(wm2000->anc_mode != ANC_ACTIVE)) in wm2000_enter_standby()
387 wm2000->anc_mode = ANC_STANDBY; in wm2000_enter_standby()
399 if (WARN_ON(wm2000->anc_mode != ANC_STANDBY)) in wm2000_exit_standby()
426 wm2000->anc_mode = ANC_ACTIVE; in wm2000_exit_standby()
550 if (wm2000->anc_mode == mode) in wm2000_anc_transition()
554 if (anc_transitions[i].source == wm2000->anc_mode && in wm2000_anc_transition()
559 wm2000->anc_mode, mode); in wm2000_anc_transition()