Searched refs:ch_sel (Results 1 – 3 of 3) sorted by relevance
429 u8 val, ch_sel; in mcp9600_probe_alerts() local437 ch_sel = 0; in mcp9600_probe_alerts()467 ch_sel |= BIT(i); in mcp9600_probe_alerts()470 return ch_sel; in mcp9600_probe_alerts()479 int ch_sel, dev_id, ret; in mcp9600_probe() local529 ch_sel = mcp9600_probe_alerts(indio_dev); in mcp9600_probe()530 if (ch_sel < 0) in mcp9600_probe()531 return ch_sel; in mcp9600_probe()536 indio_dev->channels = mcp9600_channels[ch_sel]; in mcp9600_probe()537 indio_dev->num_channels = ARRAY_SIZE(mcp9600_channels[ch_sel]); in mcp9600_probe()
111 ucontrol->value.enumerated.item[0] = dspk->ch_sel; in tegra186_dspk_get_ch_sel()123 if (value == dspk->ch_sel) in tegra186_dspk_put_ch_sel()126 dspk->ch_sel = value; in tegra186_dspk_put_ch_sel()229 switch (dspk->ch_sel) { in tegra186_dspk_hw_params()297 ((dspk->ch_sel + 1) << CH_SEL_SHIFT) | in tegra186_dspk_hw_params()492 dspk->ch_sel = DSPK_CH_SELECT_STEREO; in tegra186_dspk_platform_probe()
63 unsigned int ch_sel; member