max1363_mode_table  235 drivers/iio/adc/max1363.c static const struct max1363_mode max1363_mode_table[] = {
max1363_mode_table  306 drivers/iio/adc/max1363.c 					  max1363_mode_table[ci->mode_list[i]].
max1363_mode_table  309 drivers/iio/adc/max1363.c 				return &max1363_mode_table[ci->mode_list[i]];
max1363_mode_table  381 drivers/iio/adc/max1363.c 	if (st->current_mode != &max1363_mode_table[chan->address]) {
max1363_mode_table  383 drivers/iio/adc/max1363.c 		st->current_mode = &max1363_mode_table[chan->address];
max1363_mode_table  846 drivers/iio/adc/max1363.c 		st->configbyte |= max1363_mode_table[s0to3].conf;
max1363_mode_table  847 drivers/iio/adc/max1363.c 		modemask = max1363_mode_table[s0to3].modemask;
max1363_mode_table  849 drivers/iio/adc/max1363.c 		st->configbyte |= max1363_mode_table[d0m1to2m3].conf;
max1363_mode_table  850 drivers/iio/adc/max1363.c 		modemask = max1363_mode_table[d0m1to2m3].modemask;
max1363_mode_table  852 drivers/iio/adc/max1363.c 		st->configbyte |= max1363_mode_table[d1m0to3m2].conf;
max1363_mode_table  853 drivers/iio/adc/max1363.c 		modemask = max1363_mode_table[d1m0to3m2].modemask;
max1363_mode_table 1440 drivers/iio/adc/max1363.c 	st->current_mode = &max1363_mode_table[st->chip_info->default_mode];
max1363_mode_table 1462 drivers/iio/adc/max1363.c 			    max1363_mode_table[st->chip_info->mode_list[i]]