Lines Matching defs:pp_tmp
44 static unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD;
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);