Lines Matching refs:pop_time
156 static void pop_wait(u32 pop_time) in pop_wait() argument
158 if (pop_time) in pop_wait()
159 schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time)); in pop_wait()
163 static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...) in pop_dbg() argument
168 if (!pop_time) in pop_dbg()
1572 pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n", in dapm_seq_check_event()
1608 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1622 pop_dbg(dapm->dev, card->pop_time, in dapm_seq_run_coalesced()
1624 value, mask, reg, card->pop_time); in dapm_seq_run_coalesced()
1625 pop_wait(card->pop_time); in dapm_seq_run_coalesced()
2090 pop_dbg(card->dev, card->pop_time, in dapm_power_widgets()
2091 "DAPM sequencing finished, waiting %dms\n", card->pop_time); in dapm_power_widgets()
2092 pop_wait(card->pop_time); in dapm_power_widgets()