Searched refs:IIO_DEGREE_TO_RAD (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/iio/gyro/ |
| H A D | st_gyro_core.c | 104 .gain = IIO_DEGREE_TO_RAD(8750), 109 .gain = IIO_DEGREE_TO_RAD(17500), 114 .gain = IIO_DEGREE_TO_RAD(70000), 182 .gain = IIO_DEGREE_TO_RAD(8750), 187 .gain = IIO_DEGREE_TO_RAD(17500), 192 .gain = IIO_DEGREE_TO_RAD(70000), 256 .gain = IIO_DEGREE_TO_RAD(8750), 261 .gain = IIO_DEGREE_TO_RAD(17500), 266 .gain = IIO_DEGREE_TO_RAD(70000), 330 .gain = IIO_DEGREE_TO_RAD(8750), [all …]
|
| H A D | adis16136.c | 489 .precision = IIO_DEGREE_TO_RAD(1200), 494 .precision = IIO_DEGREE_TO_RAD(300), 499 .precision = IIO_DEGREE_TO_RAD(450), 504 .precision = IIO_DEGREE_TO_RAD(1000),
|
| H A D | mpu3050-core.c | 168 IIO_DEGREE_TO_RAD(250), 169 IIO_DEGREE_TO_RAD(500), 170 IIO_DEGREE_TO_RAD(1000), 171 IIO_DEGREE_TO_RAD(2000)
|
| H A D | adis16260.c | 210 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
|
| /linux-6.15/drivers/iio/imu/ |
| H A D | adis16480.c | 1018 .gyro_max_scale = IIO_DEGREE_TO_RAD(300), 1034 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1050 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1066 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1082 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1098 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1114 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1130 .gyro_max_scale = IIO_DEGREE_TO_RAD(100), 1146 .gyro_max_scale = IIO_DEGREE_TO_RAD(125), 1165 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), [all …]
|
| H A D | adis16475.c | 926 .deltang_max_val = IIO_DEGREE_TO_RAD(360), 945 .deltang_max_val = IIO_DEGREE_TO_RAD(720), 983 .deltang_max_val = IIO_DEGREE_TO_RAD(360), 1003 .deltang_max_val = IIO_DEGREE_TO_RAD(720), 1043 .deltang_max_val = IIO_DEGREE_TO_RAD(360), 1062 .deltang_max_val = IIO_DEGREE_TO_RAD(720), 1100 .deltang_max_val = IIO_DEGREE_TO_RAD(360), 1119 .deltang_max_val = IIO_DEGREE_TO_RAD(720), 1178 .deltang_max_val = IIO_DEGREE_TO_RAD(720), 1199 .deltang_max_val = IIO_DEGREE_TO_RAD(360), [all …]
|
| H A D | adis16400.c | 993 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1006 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1017 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */ 1031 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1044 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1057 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1070 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */ 1082 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */ 1096 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */ 1110 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
|
| H A D | adis16550.c | 805 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
|
| /linux-6.15/drivers/iio/imu/st_lsm6dsx/ |
| H A D | st_lsm6dsx_core.c | 201 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 }, 202 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 }, 203 .fs_avl[2] = { IIO_DEGREE_TO_RAD(70000000), 0x3 }, 304 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 }, 305 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 }, 306 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 }, 307 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000000), 0x3 }, 470 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 }, 471 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 }, 472 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 }, [all …]
|
| /linux-6.15/include/linux/iio/ |
| H A D | iio.h | 915 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro
|