Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dda9062-thermal.c44 static unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; variable
103 delay = round_jiffies(msecs_to_jiffies(pp_tmp)); in da9062_thermal_poll_on()
174 &pp_tmp)) { in da9062_thermal_probe()
175 if (pp_tmp < DA9062_MIN_POLLING_MS_PERIOD || in da9062_thermal_probe()
176 pp_tmp > DA9062_MAX_POLLING_MS_PERIOD) { in da9062_thermal_probe()
179 pp_tmp); in da9062_thermal_probe()
180 pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; in da9062_thermal_probe()
201 &da9062_thermal_ops, NULL, pp_tmp, in da9062_thermal_probe()
215 "TJUNC temperature polling period set at %d ms\n", pp_tmp); in da9062_thermal_probe()