Home
last modified time | relevance | path

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

/linux/drivers/iio/gyro/
H 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 …]
H A Dadis16136.c489 .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 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)
H A Dadis16260.c210 *val2 = IIO_DEGREE_TO_RAD(36630); in adis16260_read_raw()
/linux/drivers/iio/imu/
H A Dadis16480.c1018 .gyro_max_scale = IIO_DEGREE_TO_RAD(300),
1022 .deltang_max_val = IIO_DEGREE_TO_RAD(180),
1034 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1038 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
1050 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1054 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
1066 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1070 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
1082 .gyro_max_scale = IIO_DEGREE_TO_RAD(450),
1086 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
[all …]
H A Dadis16400.c979 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
993 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1005 .gyro_scale_micro = IIO_DEGREE_TO_RAD(73260), /* 0.07326 deg/s */
1020 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1034 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1048 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1062 .gyro_scale_micro = IIO_DEGREE_TO_RAD(2000), /* 0.2 deg/s */
1075 .gyro_scale_micro = IIO_DEGREE_TO_RAD(50000), /* 0.05 deg/s */
1089 .gyro_scale_micro = IIO_DEGREE_TO_RAD(10000), /* 0.01 deg/s */
1103 .gyro_scale_micro = IIO_DEGREE_TO_RAD(40000), /* 0.04 deg/s */
H A Dadis16550.c805 .deltang_max_val = IIO_DEGREE_TO_RAD(720),
/linux/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c237 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
238 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
239 .fs_avl[2] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
340 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
341 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
342 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
343 .fs_avl[3] = { IIO_DEGREE_TO_RAD(70000000), 0x3 },
507 .fs_avl[0] = { IIO_DEGREE_TO_RAD(8750000), 0x0 },
508 .fs_avl[1] = { IIO_DEGREE_TO_RAD(17500000), 0x1 },
509 .fs_avl[2] = { IIO_DEGREE_TO_RAD(35000000), 0x2 },
[all …]
/linux/include/linux/iio/
H A Diio.h1079 #define IIO_DEGREE_TO_RAD(deg) (((deg) * 314159ULL + 9000000ULL) / 18000000ULL) macro