Home
last modified time | relevance | path

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

/Linux-v5.10/sound/soc/codecs/
Dwm8903.c137 int dcs_pending; member
275 wm8903->dcs_pending |= 1 << w->shift; in wm8903_dcs_event()
297 if (wm8903->dcs_pending) { in wm8903_seq_notifier()
299 wm8903->dcs_pending); in wm8903_seq_notifier()
303 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
328 WM8903_DCS_ENA_MASK, wm8903->dcs_pending); in wm8903_seq_notifier()
342 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
358 wm8903->dcs_pending = 0; in wm8903_seq_notifier()
Dwm8996.c65 u16 dcs_pending; member
692 if (wm8996->dcs_pending) { in wm8996_seq_notifier()
694 wm8996->dcs_pending); in wm8996_seq_notifier()
697 wait_for_dc_servo(component, wm8996->dcs_pending in wm8996_seq_notifier()
700 wm8996->dcs_pending = 0; in wm8996_seq_notifier()
763 wm8996->dcs_pending |= 1 << w->shift; in dcs_start()