Home
last modified time | relevance | path

Searched refs:conversion_time (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/magnetometer/
H A Drm3100-core.c79 int conversion_time; member
187 msecs_to_jiffies(data->conversion_time)); in rm3100_wait_measurement()
393 data->conversion_time = rm3100_samp_rates[i][2] * 2; in rm3100_set_samp_freq()
600 data->conversion_time = rm3100_samp_rates[tmp - RM3100_TMRC_OFFSET][2] in rm3100_common_probe()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dsmm665.c139 int conversion_time; /* ADC conversion time */ member
208 udelay(data->conversion_time); in smm665_read_adc()
598 data->conversion_time = SMM665_ADC_WAIT_SMM665; in smm665_probe()
603 data->conversion_time = SMM665_ADC_WAIT_SMM766; in smm665_probe()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Drockchip_thermal.c115 int conversion_time; member
1547 .conversion_time = 2100, /* us */
1739 .conversion_time = 2100, /* us */
2502 if (thermal->chip->conversion_time) in rockchip_thermal_probe()
2503 usleep_range(thermal->chip->conversion_time, in rockchip_thermal_probe()
2504 thermal->chip->conversion_time + 50); in rockchip_thermal_probe()
2618 if (thermal->chip->conversion_time) in rockchip_thermal_resume()
2619 usleep_range(thermal->chip->conversion_time, in rockchip_thermal_resume()
2620 thermal->chip->conversion_time + 50); in rockchip_thermal_resume()
/OK3568_Linux_fs/kernel/drivers/w1/slaves/
H A Dw1_therm.c863 static inline int conversion_time(struct w1_slave *sl) in conversion_time() function
1071 t_conv = conversion_time(sl); in convert_t()
1451 int t_cur = conversion_time(sl); in trigger_bulk_read()
1934 return sprintf(buf, "%d\n", conversion_time(sl)); in conv_time_show()