Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/iio/gyro/
Dst_gyro_core.c104 .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 …]
Dadis16136.c497 .precision = IIO_DEGREE_TO_RAD(1200),
502 .precision = IIO_DEGREE_TO_RAD(300),
507 .precision = IIO_DEGREE_TO_RAD(450),
512 .precision = IIO_DEGREE_TO_RAD(1000),
Dmpu3050-core.c167 IIO_DEGREE_TO_RAD(250),
168 IIO_DEGREE_TO_RAD(500),
169 IIO_DEGREE_TO_RAD(1000),
170 IIO_DEGREE_TO_RAD(2000)
Dadis16260.c210 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/Linux-v5.15/drivers/iio/imu/st_lsm6dsx/
Dst_lsm6dsx_core.c173 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
174 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
175 .fs_avl[2] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
274 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
275 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
276 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
277 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
440 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
441 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
442 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
[all …]
/Linux-v5.15/drivers/iio/imu/
Dadis16400.c995 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1008 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1019 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1033 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1046 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1059 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1072 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1084 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1098 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1112 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
Dadis16480.c937 .gyro_max_scale = IIO_DEGREE_TO_RAD(300),
951 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
965 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
979 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
993 .gyro_max_scale = IIO_DEGREE_TO_RAD(100),
1007 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
1023 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1039 .gyro_max_scale = IIO_DEGREE_TO_RAD(2000),
1055 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
1071 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
[all …]
/Linux-v5.15/include/linux/iio/
Diio.h709 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro