fe_clients         93 include/sound/soc-dpcm.h 	struct list_head fe_clients;
fe_clients        107 include/sound/soc-dpcm.h 	list_for_each_entry(dpcm, &(be)->dpcm[stream].fe_clients, list_fe)
fe_clients       1459 sound/soc/soc-core.c 	INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].fe_clients);
fe_clients       1460 sound/soc/soc-core.c 	INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].fe_clients);
fe_clients       1171 sound/soc/soc-pcm.c 	list_add(&dpcm->list_fe, &be->dpcm[stream].fe_clients);