Lines Matching refs:source
437 enum wm2000_anc_mode source; member
443 .source = ANC_OFF,
451 .source = ANC_OFF,
459 .source = ANC_OFF,
468 .source = ANC_ACTIVE,
476 .source = ANC_ACTIVE,
484 .source = ANC_ACTIVE,
492 .source = ANC_BYPASS,
500 .source = ANC_BYPASS,
509 .source = ANC_BYPASS,
517 .source = ANC_STANDBY,
525 .source = ANC_STANDBY,
534 .source = ANC_STANDBY,
554 if (anc_transitions[i].source == wm2000->anc_mode && in wm2000_anc_transition()
564 if (anc_transitions[i].source == ANC_OFF) { in wm2000_anc_transition()