Home
last modified time | relevance | path

Searched refs:sampling_time (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/drivers/thermal/st/
Dstm_thermal.c266 u32 sampling_time; in stm_thermal_calculate_threshold() local
269 sampling_time = (readl_relaxed(sensor->base + DTS_CFGR1_OFFSET) & in stm_thermal_calculate_threshold()
286 *th *= sampling_time; in stm_thermal_calculate_threshold()
408 u32 sampling_time; in stm_thermal_get_temp() local
426 sampling_time = (readl_relaxed(sensor->base + DTS_CFGR1_OFFSET) & in stm_thermal_get_temp()
430 freqM /= sampling_time; in stm_thermal_get_temp()
/Linux-v5.4/drivers/hwmon/
Dacpi_power_meter.c66 u64 sampling_time; member
318 msecs_to_jiffies(resource->caps.sampling_time)) && in update_meter()