Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/gyro/
Dst_gyro_core.c95 .gain = IIO_DEGREE_TO_RAD(8750),
100 .gain = IIO_DEGREE_TO_RAD(17500),
105 .gain = IIO_DEGREE_TO_RAD(70000),
174 .gain = IIO_DEGREE_TO_RAD(8750),
179 .gain = IIO_DEGREE_TO_RAD(17500),
184 .gain = IIO_DEGREE_TO_RAD(70000),
248 .gain = IIO_DEGREE_TO_RAD(8750),
253 .gain = IIO_DEGREE_TO_RAD(17500),
258 .gain = IIO_DEGREE_TO_RAD(70000),
Dadis16136.c485 .precision = IIO_DEGREE_TO_RAD(1200),
489 .precision = IIO_DEGREE_TO_RAD(300),
493 .precision = IIO_DEGREE_TO_RAD(450),
497 .precision = IIO_DEGREE_TO_RAD(1000),
Dmpu3050-core.c164 IIO_DEGREE_TO_RAD(250),
165 IIO_DEGREE_TO_RAD(500),
166 IIO_DEGREE_TO_RAD(1000),
167 IIO_DEGREE_TO_RAD(2000)
Dadis16260.c216 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/Linux-v4.19/drivers/iio/imu/
Dadis16400_core.c718 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
730 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
740 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
753 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
765 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
777 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
789 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
800 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
813 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
826 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/Linux-v4.19/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_core.c79 #define ST_LSM6DSX_GYRO_FS_245_GAIN IIO_DEGREE_TO_RAD(8750)
80 #define ST_LSM6DSX_GYRO_FS_500_GAIN IIO_DEGREE_TO_RAD(17500)
81 #define ST_LSM6DSX_GYRO_FS_1000_GAIN IIO_DEGREE_TO_RAD(35000)
82 #define ST_LSM6DSX_GYRO_FS_2000_GAIN IIO_DEGREE_TO_RAD(70000)
/Linux-v4.19/include/linux/iio/
Diio.h739 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro