fxas21002c_range_values   67 drivers/iio/gyro/fxas21002c_core.c static const int fxas21002c_range_values[] = {
fxas21002c_range_values  169 drivers/iio/gyro/fxas21002c_core.c 	int range_value_max = ARRAY_SIZE(fxas21002c_range_values) - 1;
fxas21002c_range_values  183 drivers/iio/gyro/fxas21002c_core.c 	return fxas21002c_range_values[value];
fxas21002c_range_values  189 drivers/iio/gyro/fxas21002c_core.c 	int range_table_size = ARRAY_SIZE(fxas21002c_range_values);
fxas21002c_range_values  196 drivers/iio/gyro/fxas21002c_core.c 		if (fxas21002c_range_values[i] == range) {