Home
last modified time | relevance | path

Searched refs:total_channels (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dti_am335x_tscadc.c134 int tsc_wires = 0, adc_channels = 0, total_channels; in ti_tscadc_probe() local
155 total_channels = tsc_wires + adc_channels; in ti_tscadc_probe()
156 if (total_channels > 8) { in ti_tscadc_probe()
160 if (total_channels == 0) { in ti_tscadc_probe()
/OK3568_Linux_fs/kernel/arch/sh/drivers/dma/
H A Ddma-api.c341 unsigned int total_channels, i; in register_dmac() local
368 total_channels = get_nr_channels(); in register_dmac()
369 info->first_vchannel_nr = total_channels; in register_dmac()
376 chan->vchan = info->first_channel_nr + i + total_channels; in register_dmac()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dsox.c1582 size_t total_channels = 0; in calculate_combiner_signal_parameters() local
1593 total_channels += files[i]->ft->signal.channels; in calculate_combiner_signal_parameters()
1623 combine_method == sox_merge? total_channels : max_channels; in calculate_combiner_signal_parameters()