Searched refs:IIO_DEGREE_TO_RAD (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/drivers/iio/gyro/ |
| D | st_gyro_core.c | 95 .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),
|
| D | adis16136.c | 485 .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),
|
| D | mpu3050-core.c | 164 IIO_DEGREE_TO_RAD(250), 165 IIO_DEGREE_TO_RAD(500), 166 IIO_DEGREE_TO_RAD(1000), 167 IIO_DEGREE_TO_RAD(2000)
|
| D | adis16260.c | 216 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
|
| /Linux-v4.19/drivers/iio/imu/ |
| D | adis16400_core.c | 718 .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/ |
| D | st_lsm6dsx_core.c | 79 #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/ |
| D | iio.h | 739 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro
|