Searched refs:polling_delay (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 199 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()
|
/linux-4.4.14/drivers/thermal/ |
D | intel_quark_dts_thermal.c | 115 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()
|
D | of-thermal.c | 74 int polling_delay; member 288 tz->polling_delay = data->polling_delay; in of_thermal_set_mode() 290 tz->polling_delay = 0; in of_thermal_set_mode() 758 tz->polling_delay = prop; in thermal_of_build_thermal_zone() 929 tz->polling_delay); in of_parse_thermal_zones()
|
D | imx_thermal.c | 225 tz->polling_delay = IMX_POLLING_DELAY; in imx_set_mode() 239 tz->polling_delay = 0; in imx_set_mode()
|
D | thermal_core.c | 414 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()
|
/linux-4.4.14/drivers/thermal/st/ |
D | st_thermal.c | 192 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()
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 338 thermal->polling_delay = interval*1000; in acerhdf_check_param() 400 thz_dev->polling_delay = 0; in acerhdf_revert_to_bios_mode() 407 thz_dev->polling_delay = interval*1000; in acerhdf_enable_kernelmode()
|
/linux-4.4.14/include/linux/ |
D | thermal.h | 197 int polling_delay; member 440 int passive_delay, int polling_delay) in thermal_zone_device_register() argument
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 38 int passive_delay, int polling_delay)) 65 polling_delay: number of milliseconds to wait between polls when checking
|