Searched refs:hpout_pending (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
H A Dwm8996.c72 u16 hpout_pending; member in struct:wm8996_priv
643 wm8996->hpout_pending &= ~w->shift; rmv_short_event()
646 wm8996->hpout_pending |= w->shift; rmv_short_event()
707 if (wm8996->hpout_pending != wm8996->hpout_ena) { wm8996_seq_notifier()
709 wm8996->hpout_ena, wm8996->hpout_pending); wm8996_seq_notifier()
713 if (wm8996->hpout_pending & HPOUT1L) { wm8996_seq_notifier()
722 if (wm8996->hpout_pending & HPOUT1R) { wm8996_seq_notifier()
735 if (wm8996->hpout_pending & HPOUT2L) { wm8996_seq_notifier()
744 if (wm8996->hpout_pending & HPOUT2R) { wm8996_seq_notifier()
755 wm8996->hpout_ena = wm8996->hpout_pending; wm8996_seq_notifier()

Completed in 63 milliseconds