Searched refs:mlx90394_convert_temp (Results 1 – 1 of 1) sorted by relevance
81 static void mlx90394_convert_temp(struct sensor_value *val, uint8_t sample_l, uint8_t sample_h) in mlx90394_convert_temp() function109 mlx90394_convert_temp(val, data->sample.temp_l, data->sample.temp_h); in mlx90394_channel_get()124 mlx90394_convert_temp(val + 3, data->sample.temp_l, data->sample.temp_h); in mlx90394_channel_get()