Home
last modified time | relevance | path

Searched refs:list_be (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/sound/
H A Dsoc-dpcm.h78 struct list_head list_be; 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)
/kernel/linux/linux-6.6/include/sound/
H A Dsoc-dpcm.h78 struct list_head list_be; member
111 list_for_each_entry(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
113 list_for_each_entry_safe(_dpcm, __dpcm, &(fe)->dpcm[stream].be_clients, list_be)
115 list_for_each_entry_continue_reverse(_dpcm, &(fe)->dpcm[stream].be_clients, list_be)
/kernel/linux/linux-5.10/sound/soc/
H A Dsoc-pcm.c1132 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect()
1199 list_del(&dpcm->list_be); in dpcm_be_disconnect()
/kernel/linux/linux-6.6/sound/soc/
H A Dsoc-pcm.c1259 list_add(&dpcm->list_be, &fe->dpcm[stream].be_clients); in dpcm_be_connect()
1326 list_del(&dpcm->list_be); in dpcm_be_disconnect()

Completed in 8 milliseconds