Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/iio/gyro/
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 …]
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),
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)
Dadis16260.c215 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/Linux-v5.10/drivers/iio/imu/st_lsm6dsx/
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 …]
/Linux-v5.10/drivers/iio/imu/
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 …]
Dadis16400.c1019 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1032 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1043 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1057 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1070 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1083 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1096 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1108 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1122 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1136 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
/Linux-v5.10/include/linux/iio/
Diio.h732 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro