Searched refs:nextm (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 386 struct dsp_conf_member *member, *nextm; in dsp_cmx_hardware() local 688 nextm = list_entry(member->list.next, struct dsp_conf_member, in dsp_cmx_hardware() 702 if (nextm->dsp->hfc_conf >= 0) { in dsp_cmx_hardware() 707 __func__, nextm->dsp->name, in dsp_cmx_hardware() 708 nextm->dsp->hfc_conf); in dsp_cmx_hardware() 709 dsp_cmx_hw_message(nextm->dsp, in dsp_cmx_hardware() 711 nextm->dsp->hfc_conf = -1; in dsp_cmx_hardware() 715 nextm->dsp->features.pcm_banks > 1 && in dsp_cmx_hardware() 717 nextm->dsp->features.hfc_id) { in dsp_cmx_hardware() 721 nextm in dsp_cmx_hardware() [all...] |
/kernel/linux/linux-6.6/drivers/isdn/mISDN/ |
H A D | dsp_cmx.c | 375 struct dsp_conf_member *member, *nextm; in dsp_cmx_hardware() local 677 nextm = list_entry(member->list.next, struct dsp_conf_member, in dsp_cmx_hardware() 691 if (nextm->dsp->hfc_conf >= 0) { in dsp_cmx_hardware() 696 __func__, nextm->dsp->name, in dsp_cmx_hardware() 697 nextm->dsp->hfc_conf); in dsp_cmx_hardware() 698 dsp_cmx_hw_message(nextm->dsp, in dsp_cmx_hardware() 700 nextm->dsp->hfc_conf = -1; in dsp_cmx_hardware() 704 nextm->dsp->features.pcm_banks > 1 && in dsp_cmx_hardware() 706 nextm->dsp->features.hfc_id) { in dsp_cmx_hardware() 710 nextm in dsp_cmx_hardware() [all...] |
Completed in 3 milliseconds