Lines Matching refs:nports
539 int i, maxport, pn, nports = 0, ret = 0; in qcom_swrm_stream_alloc_ports() local
561 pconfig[nports].num = pn + 1; in qcom_swrm_stream_alloc_ports()
562 pconfig[nports].ch_mask = p_rt->ch_mask; in qcom_swrm_stream_alloc_ports()
563 nports++; in qcom_swrm_stream_alloc_ports()
579 nports, stream); in qcom_swrm_stream_alloc_ports()
582 for (i = 0; i < nports; i++) in qcom_swrm_stream_alloc_ports()
731 int i, ret, nports, val; in qcom_swrm_get_port_config() local
756 nports = ctrl->num_dout_ports + ctrl->num_din_ports; in qcom_swrm_get_port_config()
759 off1, nports); in qcom_swrm_get_port_config()
764 off2, nports); in qcom_swrm_get_port_config()
769 si, nports); in qcom_swrm_get_port_config()
774 bp_mode, nports); in qcom_swrm_get_port_config()
775 for (i = 0; i < nports; i++) { in qcom_swrm_get_port_config()