Home
last modified time | relevance | path

Searched refs:be_clients (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/sound/
Dsoc-dpcm.h92 struct list_head be_clients; member
110 list_for_each_entry(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
112 list_for_each_entry_safe(dpcm, _dpcm, &(fe)->dpcm[stream].be_clients, list_be)
114 list_for_each_entry_continue_reverse(dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/Linux-v5.4/sound/soc/
Dsoc-pcm.c1166 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect()
2433 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_fe_dai_prepare()
3142 if (list_empty(&fe->dpcm[stream].be_clients)) { in dpcm_show_state()
Dsoc-core.c1447 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].be_clients); in soc_rtd_init()
1448 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].be_clients); in soc_rtd_init()