Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Dmax1363.c239 static const struct max1363_mode max1363_mode_table[] = { variable
310 max1363_mode_table[ci->mode_list[i]]. in max1363_match_mode()
313 return &max1363_mode_table[ci->mode_list[i]]; in max1363_match_mode()
383 if (st->current_mode != &max1363_mode_table[chan->address]) { in max1363_read_single_chan()
387 st->current_mode = &max1363_mode_table[chan->address]; in max1363_read_single_chan()
849 st->configbyte |= max1363_mode_table[s0to3].conf; in max1363_monitor_mode_update()
850 modemask = max1363_mode_table[s0to3].modemask; in max1363_monitor_mode_update()
852 st->configbyte |= max1363_mode_table[d0m1to2m3].conf; in max1363_monitor_mode_update()
853 modemask = max1363_mode_table[d0m1to2m3].modemask; in max1363_monitor_mode_update()
855 st->configbyte |= max1363_mode_table[d1m0to3m2].conf; in max1363_monitor_mode_update()
[all …]