Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/thermal/
A Dda9062-thermal.c158 unsigned int pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; in da9062_thermal_probe() local
170 &pp_tmp)) { in da9062_thermal_probe()
171 if (pp_tmp < DA9062_MIN_POLLING_MS_PERIOD || in da9062_thermal_probe()
172 pp_tmp > DA9062_MAX_POLLING_MS_PERIOD) { in da9062_thermal_probe()
175 pp_tmp); in da9062_thermal_probe()
176 pp_tmp = DA9062_DEFAULT_POLLING_MS_PERIOD; in da9062_thermal_probe()
197 &da9062_thermal_ops, NULL, pp_tmp, in da9062_thermal_probe()

Completed in 3 milliseconds