Home
last modified time | relevance | path

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

/drivers/thermal/ti-soc-thermal/
Dti-thermal-common.c199 data->ti_thermal->polling_delay = FAST_TEMP_MONITORING_RATE; in ti_thermal_set_mode()
201 data->ti_thermal->polling_delay = 0; in ti_thermal_set_mode()
207 data->ti_thermal->polling_delay); in ti_thermal_set_mode()
210 data->ti_thermal->polling_delay); in ti_thermal_set_mode()
352 data->ti_thermal->polling_delay = FAST_TEMP_MONITORING_RATE; in ti_thermal_expose_sensor()
357 data->ti_thermal->polling_delay); in ti_thermal_expose_sensor()
/drivers/thermal/
Dintel_quark_dts_thermal.c115 static int polling_delay = DEFAULT_POLL_DELAY; variable
116 module_param(polling_delay, int, 0644);
117 MODULE_PARM_DESC(polling_delay,
415 aux_entry, &tzone_ops, NULL, 0, polling_delay); in alloc_soc_dts()
Dof-thermal.c74 int polling_delay; member
288 tz->polling_delay = data->polling_delay; in of_thermal_set_mode()
291 tz->polling_delay = 0; in of_thermal_set_mode()
761 tz->polling_delay = prop; in thermal_of_build_thermal_zone()
932 tz->polling_delay); in of_parse_thermal_zones()
Dimx_thermal.c225 tz->polling_delay = IMX_POLLING_DELAY; in imx_set_mode()
239 tz->polling_delay = 0; in imx_set_mode()
Dthermal_core.c414 else if (tz->polling_delay) in monitor_thermal_zone()
415 thermal_zone_device_set_polling(tz, tz->polling_delay); in monitor_thermal_zone()
1799 int passive_delay, int polling_delay) in thermal_zone_device_register() argument
1841 tz->polling_delay = polling_delay; in thermal_zone_device_register()
/drivers/thermal/st/
Dst_thermal.c192 int polling_delay; in st_thermal_register() local
244 polling_delay = sensor->ops->register_enable_irq ? 0 : 1000; in st_thermal_register()
248 &st_tz_ops, NULL, 0, polling_delay); in st_thermal_register()
/drivers/platform/x86/
Dacerhdf.c339 thermal->polling_delay = interval*1000; in acerhdf_check_param()
401 thz_dev->polling_delay = 0; in acerhdf_revert_to_bios_mode()
408 thz_dev->polling_delay = interval*1000; in acerhdf_enable_kernelmode()