Lines Matching refs:portidx
2600 int portidx; in wcd938x_set_compander() local
2614 portidx = wcd->ch_info[mc->reg].port_num; in wcd938x_set_compander()
2617 wcd938x_connect_port(wcd, portidx, mc->reg, true); in wcd938x_set_compander()
2619 wcd938x_connect_port(wcd, portidx, mc->reg, false); in wcd938x_set_compander()
2898 int portidx, ch_idx = mixer->reg; in wcd938x_get_swr_port() local
2902 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_get_swr_port()
2904 ucontrol->value.integer.value[0] = wcd->port_enable[portidx]; in wcd938x_get_swr_port()
2918 int portidx; in wcd938x_set_swr_port() local
2924 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_set_swr_port()
2930 wcd->port_enable[portidx] = enable; in wcd938x_set_swr_port()
2932 wcd938x_connect_port(wcd, portidx, ch_idx, enable); in wcd938x_set_swr_port()