Searched refs:adc_max (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/hwmon/
H A Dad7418.c48 int adc_max; /* number of ADC channels */ member in struct:ad7418_data
92 for (i = 0, ch = 4; i < data->adc_max; i++, ch--) {
104 data->in[data->adc_max - 1 - i] = val;
262 data->adc_max = 0;
267 data->adc_max = 4;
272 data->adc_max = 1;

Completed in 107 milliseconds