Searched refs:gyro_max_scale (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/iio/imu/ |
H A D | adis16475.c | 123 u32 gyro_max_scale; member 592 *val2 = st->info->gyro_max_scale; in adis16475_read_raw() 903 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 922 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), 941 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16), 960 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 979 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), 999 .gyro_max_scale = IIO_RAD_TO_DEGREE(40 << 16), 1019 .gyro_max_scale = IIO_RAD_TO_DEGREE(10 << 16), 1039 .gyro_max_scale = IIO_RAD_TO_DEGREE(160 << 16), [all …]
|
H A D | adis16480.c | 144 unsigned int gyro_max_scale; member 656 *val = st->chip_info->gyro_max_scale; in adis16480_read_raw() 1018 .gyro_max_scale = IIO_DEGREE_TO_RAD(300), 1034 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1050 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1066 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1082 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1098 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1114 .gyro_max_scale = IIO_DEGREE_TO_RAD(450), 1130 .gyro_max_scale = IIO_DEGREE_TO_RAD(100), [all …]
|
H A D | adis16460.c | 62 unsigned int gyro_max_scale; member 190 *val = st->chip_info->gyro_max_scale; in adis16460_read_raw() 300 .gyro_max_scale = 1,
|
/linux/drivers/iio/gyro/ |
H A D | adis16260.c | 100 unsigned int gyro_max_scale; member 149 .gyro_max_scale = 80, 155 .gyro_max_scale = 320, 161 .gyro_max_scale = 14000, 205 *val = info->gyro_max_scale; in adis16260_read_raw()
|