Searched refs:be_clients (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/sound/soc/ |
D | soc-pcm.c | 175 list_for_each_entry(dpcm, &fe->dpcm[dir].be_clients, list_be) { in dpcm_dapm_stream_event() 1223 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_connect() 1236 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect() 1284 list_for_each_entry_safe(dpcm, d, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_disconnect() 1451 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_prune_paths() 1558 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in dpcm_clear_pending_state() 1569 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup_unwind() 1598 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup() 1652 list_for_each_entry_continue_reverse(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup() 1708 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_runtime_merge_format() [all …]
|
D | soc-compress.c | 160 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in soc_compr_open_fe() 324 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in soc_compr_free_fe()
|
D | soc-core.c | 1356 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_PLAYBACK].be_clients); in soc_post_component_init() 1357 INIT_LIST_HEAD(&rtd->dpcm[SNDRV_PCM_STREAM_CAPTURE].be_clients); in soc_post_component_init()
|
/Linux-v4.19/include/sound/ |
D | soc-dpcm.h | 92 struct list_head be_clients; member
|
/Linux-v4.19/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 154 list_for_each_entry(dpcm, &rtd->dpcm[stream].be_clients, list_be) { in fsl_asrc_dma_hw_params()
|
/Linux-v4.19/sound/soc/sh/rcar/ |
D | ctu.c | 261 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in rsnd_ctu_hw_params()
|
D | src.c | 161 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in rsnd_src_hw_params()
|