Searched refs:odsp (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 163 struct dsp *odsp; in dsp_cmx_debug() local 166 list_for_each_entry(odsp, &dsp_ilist, list) { in dsp_cmx_debug() 168 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug() 169 odsp->tx_mix); in dsp_cmx_debug() 170 if (odsp->conf) in dsp_cmx_debug() 171 printk(" (Conf %d)", odsp->conf->id); in dsp_cmx_debug() 172 if (dsp == odsp) in dsp_cmx_debug()
|
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 152 struct dsp *odsp; in dsp_cmx_debug() local 155 list_for_each_entry(odsp, &dsp_ilist, list) { in dsp_cmx_debug() 157 odsp->name, odsp->echo.hardware, odsp->echo.software, in dsp_cmx_debug() 158 odsp->tx_mix); in dsp_cmx_debug() 159 if (odsp->conf) in dsp_cmx_debug() 160 printk(" (Conf %d)", odsp->conf->id); in dsp_cmx_debug() 161 if (dsp == odsp) in dsp_cmx_debug()
|
Completed in 4 milliseconds