Searched refs:passive_delay (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dthermal.h160 * @passive_delay: number of milliseconds to wait between polls when
196 int passive_delay; member in struct:thermal_zone_device
440 int passive_delay, int polling_delay) thermal_zone_device_register()
436 thermal_zone_device_register( const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, const struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument
/linux-4.4.14/drivers/thermal/
H A Dthermal_core.c413 thermal_zone_device_set_polling(tz, tz->passive_delay); monitor_thermal_zone()
804 if (!tz->passive_delay) passive_store()
805 tz->passive_delay = 1000; passive_store()
816 tz->passive_delay = 0; passive_store()
1779 * @passive_delay: number of milliseconds to wait between polls when
1799 int passive_delay, int polling_delay) thermal_zone_device_register()
1840 tz->passive_delay = passive_delay; thermal_zone_device_register()
1795 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument
H A Dof-thermal.c59 * @passive_delay: polling interval while passive cooling is activated
73 int passive_delay; member in struct:__thermal_zone
751 tz->passive_delay = prop; thermal_of_build_thermal_zone()
928 tz->passive_delay, for_each_child_of_node()
H A Dimx_thermal.c226 tz->passive_delay = IMX_PASSIVE_DELAY; imx_set_mode()
240 tz->passive_delay = 0; imx_set_mode()
H A Dpower_allocator.c243 d = div_frac(d, tz->passive_delay); pid_controller()
H A Dcpu_cooling.c451 return cpufreq_device->plat_get_static_power(cpumask, tz->passive_delay, get_static_power()

Completed in 108 milliseconds