Searched refs:ch_sel (Results 1 – 3 of 3) sorted by relevance
373 u8 val, ch_sel; in mcp9600_probe_alerts() local381 ch_sel = 0; in mcp9600_probe_alerts()411 ch_sel |= BIT(i); in mcp9600_probe_alerts()414 return ch_sel; in mcp9600_probe_alerts()421 int ret, ch_sel; in mcp9600_probe() local437 ch_sel = mcp9600_probe_alerts(indio_dev); in mcp9600_probe()438 if (ch_sel < 0) in mcp9600_probe()439 return ch_sel; in mcp9600_probe()444 indio_dev->channels = mcp9600_channels[ch_sel]; in mcp9600_probe()445 indio_dev->num_channels = ARRAY_SIZE(mcp9600_channels[ch_sel]); in mcp9600_probe()
112 ucontrol->value.enumerated.item[0] = dspk->ch_sel; in tegra186_dspk_get_ch_sel()124 if (value == dspk->ch_sel) in tegra186_dspk_put_ch_sel()127 dspk->ch_sel = value; in tegra186_dspk_put_ch_sel()230 switch (dspk->ch_sel) { in tegra186_dspk_hw_params()297 ((dspk->ch_sel + 1) << CH_SEL_SHIFT) | in tegra186_dspk_hw_params()489 dspk->ch_sel = DSPK_CH_SELECT_STEREO; in tegra186_dspk_platform_probe()
63 unsigned int ch_sel; member