Home
last modified time | relevance | path

Searched refs:dcs_pending (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/soc/codecs/
Dwm8903.c130 int dcs_pending; member
268 wm8903->dcs_pending |= 1 << w->shift; in wm8903_dcs_event()
291 if (wm8903->dcs_pending) { in wm8903_seq_notifier()
293 wm8903->dcs_pending); in wm8903_seq_notifier()
297 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
322 WM8903_DCS_ENA_MASK, wm8903->dcs_pending); in wm8903_seq_notifier()
336 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
352 wm8903->dcs_pending = 0; in wm8903_seq_notifier()
Dwm8996.c68 u16 dcs_pending; member
696 if (wm8996->dcs_pending) { in wm8996_seq_notifier()
698 wm8996->dcs_pending); in wm8996_seq_notifier()
701 wait_for_dc_servo(codec, wm8996->dcs_pending in wm8996_seq_notifier()
704 wm8996->dcs_pending = 0; in wm8996_seq_notifier()
767 wm8996->dcs_pending |= 1 << w->shift; in dcs_start()