Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/iio/gyro/
A 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 …]
A 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),
A Dmpu3050-core.c168 IIO_DEGREE_TO_RAD(250),
169 IIO_DEGREE_TO_RAD(500),
170 IIO_DEGREE_TO_RAD(1000),
171 IIO_DEGREE_TO_RAD(2000)
A Dadis16260.c210 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/linux-6.3-rc2/drivers/iio/imu/st_lsm6dsx/
A Dst_lsm6dsx_core.c183 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
184 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
185 .fs_avl[2] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
286 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
287 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
288 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
289 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
452 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
453 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
454 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
[all …]
/linux-6.3-rc2/drivers/iio/imu/
A Dadis16400.c1005 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1018 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1029 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1043 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1056 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1069 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1082 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1094 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1108 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1122 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
A Dadis16480.c939 .gyro_max_scale = IIO_DEGREE_TO_RAD(300),
953 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
967 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
981 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
995 .gyro_max_scale = IIO_DEGREE_TO_RAD(100),
1009 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
1025 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1041 .gyro_max_scale = IIO_DEGREE_TO_RAD(2000),
1057 .gyro_max_scale = IIO_DEGREE_TO_RAD(125),
1073 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
[all …]
/linux-6.3-rc2/include/linux/iio/
A Diio.h767 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro

Completed in 21 milliseconds