Home
last modified time | relevance | path

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

/linux/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600_accel.c62 static const int inv_icm42600_accel_power_mode_values[] = { variable
82 if (idx >= ARRAY_SIZE(inv_icm42600_accel_power_mode_values)) in inv_icm42600_accel_power_mode_set()
88 power_mode = inv_icm42600_accel_power_mode_values[idx]; in inv_icm42600_accel_power_mode_set()
137 for (idx = 0; idx < ARRAY_SIZE(inv_icm42600_accel_power_mode_values); ++idx) { in inv_icm42600_accel_power_mode_get()
138 if (power_mode == inv_icm42600_accel_power_mode_values[idx]) in inv_icm42600_accel_power_mode_get()
141 if (idx >= ARRAY_SIZE(inv_icm42600_accel_power_mode_values)) in inv_icm42600_accel_power_mode_get()