Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/imu/inv_icm42600/
Dinv_icm42600_gyro.c368 static int inv_icm42600_gyro_calibbias[] = { variable
478 min = (int64_t)inv_icm42600_gyro_calibbias[0] * 1000000000LL + in inv_icm42600_gyro_write_offset()
479 (int64_t)inv_icm42600_gyro_calibbias[1]; in inv_icm42600_gyro_write_offset()
480 max = (int64_t)inv_icm42600_gyro_calibbias[4] * 1000000000LL + in inv_icm42600_gyro_write_offset()
481 (int64_t)inv_icm42600_gyro_calibbias[5]; in inv_icm42600_gyro_write_offset()
611 *vals = inv_icm42600_gyro_calibbias; in inv_icm42600_gyro_read_avail()