Searched refs:min_temp_x10 (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c177 * @min_temp_x10: starting point of temperature counting in 1/10:s degrees Celsius
187 * The temperatures "min_temp_x10" are derived from the temperature resolutions
198 s16 min_temp_x10; member in struct:yas5xx_chip_info
478 s16 min_temp_x10; local
482 min_temp_x10 = ci->min_temp_x10;
485 to = (min_temp_x10 + ((ref_temp_x10 - min_temp_x10) * t / t_ref)) * 100;
1333 .min_temp_x10 = -620, /* 1/10:s degrees Celsius */
1348 .min_temp_x10
[all...]

Completed in 190 milliseconds