Searched refs:gyro_max_scale (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/iio/imu/ |
| H A D | adis16475.c | 122 u32 gyro_max_scale; member 591 *val2 = st->info->gyro_max_scale; in adis16475_read_raw() 902 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 921 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), 940 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16), 959 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 978 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), 998 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16), 1018 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 1038 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), [all …]
|
| H A D | adis16480.c | 143 unsigned int gyro_max_scale; member 655 *val = st->chip_info->gyro_max_scale; in adis16480_read_raw() 1017 .gyro_max_scale = IIO_DEGREE_TO_RAD(300), 1033 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1049 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1065 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1081 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1097 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1113 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1129 .gyro_max_scale = IIO_DEGREE_TO_RAD(100), [all …]
|