pop_time         1087 include/sound/soc.h 	u32 pop_time;
pop_time          251 sound/soc/codecs/cx20442.c 	component->card->pop_time = 0;
pop_time          278 sound/soc/codecs/cx20442.c 		component->card->pop_time = 1;
pop_time          385 sound/soc/codecs/cx20442.c 	component->card->pop_time = 0;
pop_time          220 sound/soc/soc-core.c 			   &card->pop_time);
pop_time          154 sound/soc/soc-dapm.c static void pop_wait(u32 pop_time)
pop_time          156 sound/soc/soc-dapm.c 	if (pop_time)
pop_time          157 sound/soc/soc-dapm.c 		schedule_timeout_uninterruptible(msecs_to_jiffies(pop_time));
pop_time          161 sound/soc/soc-dapm.c static void pop_dbg(struct device *dev, u32 pop_time, const char *fmt, ...)
pop_time          166 sound/soc/soc-dapm.c 	if (!pop_time)
pop_time         1560 sound/soc/soc-dapm.c 		pop_dbg(w->dapm->dev, card->pop_time, "pop test : %s %s\n",
pop_time         1596 sound/soc/soc-dapm.c 		pop_dbg(dapm->dev, card->pop_time,
pop_time         1610 sound/soc/soc-dapm.c 		pop_dbg(dapm->dev, card->pop_time,
pop_time         1612 sound/soc/soc-dapm.c 			value, mask, reg, card->pop_time);
pop_time         1613 sound/soc/soc-dapm.c 		pop_wait(card->pop_time);
pop_time         2085 sound/soc/soc-dapm.c 	pop_dbg(card->dev, card->pop_time,
pop_time         2086 sound/soc/soc-dapm.c 		"DAPM sequencing finished, waiting %dms\n", card->pop_time);
pop_time         2087 sound/soc/soc-dapm.c 	pop_wait(card->pop_time);
pop_time          110 sound/soc/ti/ams-delta.c 	if (!cx20442_codec->card->pop_time)
pop_time          350 sound/soc/ti/ams-delta.c 	if (!component->card->pop_time) {