Lines Matching refs:portidx
1585 int portidx; in wcd938x_set_compander() local
1599 portidx = wcd->ch_info[mc->reg].port_num; in wcd938x_set_compander()
1602 wcd938x_connect_port(wcd, portidx, mc->reg, true); in wcd938x_set_compander()
1604 wcd938x_connect_port(wcd, portidx, mc->reg, false); in wcd938x_set_compander()
1858 int portidx, ch_idx = mixer->reg; in wcd938x_get_swr_port() local
1862 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_get_swr_port()
1864 ucontrol->value.integer.value[0] = wcd->port_enable[portidx]; in wcd938x_get_swr_port()
1878 int portidx; in wcd938x_set_swr_port() local
1884 portidx = wcd->ch_info[ch_idx].port_num; in wcd938x_set_swr_port()
1890 wcd->port_enable[portidx] = enable; in wcd938x_set_swr_port()
1892 wcd938x_connect_port(wcd, portidx, ch_idx, enable); in wcd938x_set_swr_port()