Lines Matching refs:portidx
2599 int portidx; in wcd938x_set_compander() local
2613 portidx = wcd->ch_info[mc->reg].port_num; in wcd938x_set_compander()
2616 wcd938x_connect_port(wcd, portidx, mc->reg, true); in wcd938x_set_compander()
2618 wcd938x_connect_port(wcd, portidx, mc->reg, false); in wcd938x_set_compander()
2897 int portidx, ch_idx = mixer->reg; in wcd938x_get_swr_port() local
2901 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_get_swr_port()
2903 ucontrol->value.integer.value[0] = wcd->port_enable[portidx]; in wcd938x_get_swr_port()
2917 int portidx; in wcd938x_set_swr_port() local
2923 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_set_swr_port()
2929 wcd->port_enable[portidx] = enable; in wcd938x_set_swr_port()
2931 wcd938x_connect_port(wcd, portidx, ch_idx, enable); in wcd938x_set_swr_port()