Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iio/gyro/
H A Dst_gyro_core.c92 .gain = IIO_DEGREE_TO_RAD(8750),
97 .gain = IIO_DEGREE_TO_RAD(17500),
102 .gain = IIO_DEGREE_TO_RAD(70000),
170 .gain = IIO_DEGREE_TO_RAD(8750),
175 .gain = IIO_DEGREE_TO_RAD(17500),
180 .gain = IIO_DEGREE_TO_RAD(70000),
244 .gain = IIO_DEGREE_TO_RAD(8750),
249 .gain = IIO_DEGREE_TO_RAD(17500),
254 .gain = IIO_DEGREE_TO_RAD(70000),
318 .gain = IIO_DEGREE_TO_RAD(8750),
[all …]
H A Dadis16136.c505 .precision = IIO_DEGREE_TO_RAD(1200),
510 .precision = IIO_DEGREE_TO_RAD(300),
515 .precision = IIO_DEGREE_TO_RAD(450),
520 .precision = IIO_DEGREE_TO_RAD(1000),
H A Dmpu3050-core.c166 IIO_DEGREE_TO_RAD(250),
167 IIO_DEGREE_TO_RAD(500),
168 IIO_DEGREE_TO_RAD(1000),
169 IIO_DEGREE_TO_RAD(2000)
H A Dadis16260.c215 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c172 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
173 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
174 .fs_avl[2] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
273 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
274 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
275 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
276 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
439 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
440 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
441 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
[all …]
/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/
H A Dst_lsm6dsr.h291 #define ST_LSM6DSR_GYRO_FS_250_GAIN IIO_DEGREE_TO_RAD(8750)//
292 #define ST_LSM6DSR_GYRO_FS_500_GAIN IIO_DEGREE_TO_RAD(8750)//(17500)
293 #define ST_LSM6DSR_GYRO_FS_1000_GAIN IIO_DEGREE_TO_RAD(8750)//(35000)
294 #define ST_LSM6DSR_GYRO_FS_2000_GAIN IIO_DEGREE_TO_RAD(8750)//(70000)
295 #define ST_LSM6DSR_GYRO_FS_4000_GAIN IIO_DEGREE_TO_RAD(8750)//(140000)
/OK3568_Linux_fs/kernel/drivers/iio/imu/
H A Dadis16480.c882 .gyro_max_scale = IIO_DEGREE_TO_RAD(300),
895 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
908 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
921 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
934 .gyro_max_scale = IIO_DEGREE_TO_RAD(100),
948 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
962 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
976 .gyro_max_scale = IIO_DEGREE_TO_RAD(2000),
990 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
1004 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
[all …]
H A Dadis16400.c1015 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1028 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1039 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1053 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1066 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1079 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1092 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1104 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1118 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1132 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/OK3568_Linux_fs/kernel/include/linux/iio/
H A Diio.h732 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro