Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm8903.c140 int dcs_pending; member
278 wm8903->dcs_pending |= 1 << w->shift; in wm8903_dcs_event()
300 if (wm8903->dcs_pending) { in wm8903_seq_notifier()
302 wm8903->dcs_pending); in wm8903_seq_notifier()
306 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
331 WM8903_DCS_ENA_MASK, wm8903->dcs_pending); in wm8903_seq_notifier()
345 if (!(wm8903->dcs_pending & (1 << i))) in wm8903_seq_notifier()
361 wm8903->dcs_pending = 0; in wm8903_seq_notifier()
Dwm8996.c69 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(component, 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()