be_clients         92 include/sound/soc-dpcm.h 	struct list_head be_clients;
be_clients        110 include/sound/soc-dpcm.h 	list_for_each_entry(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
be_clients        112 include/sound/soc-dpcm.h 	list_for_each_entry_safe(dpcm, _dpcm, &(fe)->dpcm[stream].be_clients, list_be)
be_clients        114 include/sound/soc-dpcm.h 	list_for_each_entry_continue_reverse(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
be_clients       1457 sound/soc/soc-core.c 	INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].be_clients);
be_clients       1458 sound/soc/soc-core.c 	INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].be_clients);
be_clients       1170 sound/soc/soc-pcm.c 	list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients);
be_clients       2484 sound/soc/soc-pcm.c 	if (list_empty(&fe->dpcm[stream].be_clients)) {
be_clients       3193 sound/soc/soc-pcm.c 	if (list_empty(&fe->dpcm[stream].be_clients)) {