Lines Matching refs:nextm

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->dsp->pcm_slot_tx >= 0 && in dsp_cmx_hardware()
722 nextm->dsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()
723 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
725 nextm->dsp->pcm_slot_rx == in dsp_cmx_hardware()
727 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
731 nextm->dsp->pcm_bank_tx != in dsp_cmx_hardware()
732 nextm->dsp->pcm_bank_rx) { in dsp_cmx_hardware()
741 nextm->dsp->name, in dsp_cmx_hardware()
753 dsp != nextm->dsp && in dsp_cmx_hardware()
779 nextm->dsp->name); in dsp_cmx_hardware()
786 nextm->dsp->pcm_slot_tx = i; in dsp_cmx_hardware()
787 nextm->dsp->pcm_slot_rx = i; in dsp_cmx_hardware()
790 nextm->dsp->pcm_bank_rx = 1; in dsp_cmx_hardware()
791 nextm->dsp->pcm_bank_tx = 0; in dsp_cmx_hardware()
799 nextm->dsp->name, in dsp_cmx_hardware()
804 dsp_cmx_hw_message(nextm->dsp, MISDN_CTRL_HFC_PCM_CONN, in dsp_cmx_hardware()
805 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
806 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()
815 nextm->dsp->pcm_slot_tx >= 0 && in dsp_cmx_hardware()
816 nextm->dsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()
817 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
819 nextm->dsp->pcm_slot_rx == in dsp_cmx_hardware()
825 nextm->dsp->pcm_bank_tx == 0 && in dsp_cmx_hardware()
826 nextm->dsp->pcm_bank_rx == 0) { in dsp_cmx_hardware()
834 nextm->dsp->name, in dsp_cmx_hardware()
845 dsp != nextm->dsp && in dsp_cmx_hardware()
871 nextm->dsp->name); in dsp_cmx_hardware()
888 nextm->dsp->name); in dsp_cmx_hardware()
895 nextm->dsp->pcm_slot_tx = i2; in dsp_cmx_hardware()
896 nextm->dsp->pcm_slot_rx = i1; in dsp_cmx_hardware()
899 nextm->dsp->pcm_bank_rx = 0; in dsp_cmx_hardware()
900 nextm->dsp->pcm_bank_tx = 0; in dsp_cmx_hardware()
908 nextm->dsp->name, in dsp_cmx_hardware()
914 dsp_cmx_hw_message(nextm->dsp, MISDN_CTRL_HFC_PCM_CONN, in dsp_cmx_hardware()
915 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
916 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()