Lines Matching refs:nextm

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->dsp->pcm_slot_tx >= 0 && in dsp_cmx_hardware()
711 nextm->dsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()
712 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
714 nextm->dsp->pcm_slot_rx == in dsp_cmx_hardware()
716 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
720 nextm->dsp->pcm_bank_tx != in dsp_cmx_hardware()
721 nextm->dsp->pcm_bank_rx) { in dsp_cmx_hardware()
730 nextm->dsp->name, in dsp_cmx_hardware()
742 dsp != nextm->dsp && in dsp_cmx_hardware()
768 nextm->dsp->name); in dsp_cmx_hardware()
775 nextm->dsp->pcm_slot_tx = i; in dsp_cmx_hardware()
776 nextm->dsp->pcm_slot_rx = i; in dsp_cmx_hardware()
779 nextm->dsp->pcm_bank_rx = 1; in dsp_cmx_hardware()
780 nextm->dsp->pcm_bank_tx = 0; in dsp_cmx_hardware()
788 nextm->dsp->name, in dsp_cmx_hardware()
793 dsp_cmx_hw_message(nextm->dsp, MISDN_CTRL_HFC_PCM_CONN, in dsp_cmx_hardware()
794 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
795 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()
804 nextm->dsp->pcm_slot_tx >= 0 && in dsp_cmx_hardware()
805 nextm->dsp->pcm_slot_rx >= 0 && in dsp_cmx_hardware()
806 nextm->dsp->pcm_slot_tx == in dsp_cmx_hardware()
808 nextm->dsp->pcm_slot_rx == in dsp_cmx_hardware()
814 nextm->dsp->pcm_bank_tx == 0 && in dsp_cmx_hardware()
815 nextm->dsp->pcm_bank_rx == 0) { in dsp_cmx_hardware()
823 nextm->dsp->name, in dsp_cmx_hardware()
834 dsp != nextm->dsp && in dsp_cmx_hardware()
860 nextm->dsp->name); in dsp_cmx_hardware()
877 nextm->dsp->name); in dsp_cmx_hardware()
884 nextm->dsp->pcm_slot_tx = i2; in dsp_cmx_hardware()
885 nextm->dsp->pcm_slot_rx = i1; in dsp_cmx_hardware()
888 nextm->dsp->pcm_bank_rx = 0; in dsp_cmx_hardware()
889 nextm->dsp->pcm_bank_tx = 0; in dsp_cmx_hardware()
897 nextm->dsp->name, in dsp_cmx_hardware()
903 dsp_cmx_hw_message(nextm->dsp, MISDN_CTRL_HFC_PCM_CONN, in dsp_cmx_hardware()
904 nextm->dsp->pcm_slot_tx, nextm->dsp->pcm_bank_tx, in dsp_cmx_hardware()
905 nextm->dsp->pcm_slot_rx, nextm->dsp->pcm_bank_rx); in dsp_cmx_hardware()