Searched refs:list_be (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/sound/soc/ |
D | soc-pcm.c | 177 list_for_each_entry(dpcm, &fe->dpcm[dir].be_clients, list_be) { in dpcm_dapm_stream_event() 1126 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_connect() 1139 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect() 1187 list_for_each_entry_safe(dpcm, d, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_disconnect() 1205 list_del(&dpcm->list_be); in dpcm_be_disconnect() 1304 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_prune_paths() 1411 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in dpcm_clear_pending_state() 1422 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup_unwind() 1451 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup() 1505 list_for_each_entry_continue_reverse(dpcm, &fe->dpcm[stream].be_clients, list_be) { in dpcm_be_dai_startup() [all …]
|
D | soc-compress.c | 119 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in soc_compr_open_fe() 258 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) in soc_compr_free_fe()
|
/linux-4.4.14/include/sound/ |
D | soc-dpcm.h | 81 struct list_head list_be; member
|
/linux-4.4.14/sound/soc/fsl/ |
D | fsl_asrc_dma.c | 156 list_for_each_entry(dpcm, &rtd->dpcm[stream].be_clients, list_be) { in fsl_asrc_dma_hw_params()
|
/linux-4.4.14/sound/soc/sh/rcar/ |
D | src.c | 339 list_for_each_entry(dpcm, &fe->dpcm[stream].be_clients, list_be) { in rsnd_src_hw_params()
|