Home
last modified time | relevance | path

Searched refs:list_be (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/include/sound/
Dsoc-dpcm.h78 struct list_head list_be; member
114 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
116 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
118 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/linux-6.1.9/sound/soc/
Dsoc-pcm.c1225 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect()
1292 list_del(&dpcm->list_be); in dpcm_be_disconnect()