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

/linux-master/drivers/thermal/
H A Dda9062-thermal.c44 static unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; variable
101 * pp_tmp is between 1s and 10s, so we can round the jiffies
103 delay = round_jiffies(msecs_to_jiffies(pp_tmp));
174 &pp_tmp)) {
175 if (pp_tmp < DA9062_MIN_POLLING_MS_PERIOD ||
176 pp_tmp > DA9062_MAX_POLLING_MS_PERIOD) {
179 pp_tmp);
180 pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD;
201 &da9062_thermal_ops, NULL, pp_tmp,
215 "TJUNC temperature polling period set at %d ms\n", pp_tmp);
[all...]

Completed in 391 milliseconds