Searched refs:IIO_DEGREE_TO_RAD (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/drivers/iio/gyro/ |
| D | st_gyro_core.c | 93 .gain = IIO_DEGREE_TO_RAD(8750), 98 .gain = IIO_DEGREE_TO_RAD(17500), 103 .gain = IIO_DEGREE_TO_RAD(70000), 172 .gain = IIO_DEGREE_TO_RAD(8750), 177 .gain = IIO_DEGREE_TO_RAD(17500), 182 .gain = IIO_DEGREE_TO_RAD(70000), 246 .gain = IIO_DEGREE_TO_RAD(8750), 251 .gain = IIO_DEGREE_TO_RAD(17500), 256 .gain = IIO_DEGREE_TO_RAD(70000),
|
| D | adis16136.c | 484 .precision = IIO_DEGREE_TO_RAD(1200), 488 .precision = IIO_DEGREE_TO_RAD(300), 492 .precision = IIO_DEGREE_TO_RAD(450), 496 .precision = IIO_DEGREE_TO_RAD(1000),
|
| D | mpu3050-core.c | 166 IIO_DEGREE_TO_RAD(250), 167 IIO_DEGREE_TO_RAD(500), 168 IIO_DEGREE_TO_RAD(1000), 169 IIO_DEGREE_TO_RAD(2000)
|
| D | adis16260.c | 215 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
|
| /Linux-v5.4/drivers/iio/imu/st_lsm6dsx/ |
| D | st_lsm6dsx_core.c | 155 .fs_avl[0] = { IIO_DEGREE_TO_RAD(245), 0x0 }, 156 .fs_avl[1] = { IIO_DEGREE_TO_RAD(500), 0x1 }, 157 .fs_avl[2] = { IIO_DEGREE_TO_RAD(2000), 0x3 }, 227 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750), 0x0 }, 228 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500), 0x1 }, 229 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000), 0x2 }, 230 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000), 0x3 }, 341 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750), 0x0 }, 342 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500), 0x1 }, 343 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000), 0x2 }, [all …]
|
| /Linux-v5.4/drivers/iio/imu/ |
| D | adis16400.c | 939 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 951 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 961 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */ 974 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 986 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 998 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1010 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */ 1021 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1034 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ 1047 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
|
| /Linux-v5.4/include/linux/iio/ |
| D | iio.h | 736 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro
|