Searched refs:polling_delay (Results 1 – 1 of 1) sorted by relevance
305 uint32_t polling_delay; in thermal_zone_poll() local369 polling_delay = tz->tz_polling_delay_passive; in thermal_zone_poll()371 polling_delay = tz->tz_polling_delay; in thermal_zone_poll()373 if (polling_delay > 0) in thermal_zone_poll()374 timeout_add_msec(&tz->tz_poll_to, polling_delay); in thermal_zone_poll()