Home
last modified time | relevance | path

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

/drivers/thermal/
Dof-thermal.c73 int passive_delay; member
289 tz->passive_delay = data->passive_delay; in of_thermal_set_mode()
292 tz->passive_delay = 0; in of_thermal_set_mode()
754 tz->passive_delay = prop; in thermal_of_build_thermal_zone()
931 tz->passive_delay, in of_parse_thermal_zones()
Dthermal_core.c413 thermal_zone_device_set_polling(tz, tz->passive_delay); in monitor_thermal_zone()
804 if (!tz->passive_delay) in passive_store()
805 tz->passive_delay = 1000; in passive_store()
816 tz->passive_delay = 0; in passive_store()
1799 int passive_delay, int polling_delay) in thermal_zone_device_register() argument
1840 tz->passive_delay = passive_delay; in thermal_zone_device_register()
Dimx_thermal.c226 tz->passive_delay = IMX_PASSIVE_DELAY; in imx_set_mode()
240 tz->passive_delay = 0; in imx_set_mode()
Dpower_allocator.c243 d = div_frac(d, tz->passive_delay); in pid_controller()
Dcpu_cooling.c453 return cpufreq_device->plat_get_static_power(cpumask, tz->passive_delay, in get_static_power()