Searched refs:polling_delay (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/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, 414 aux_entry, &tzone_ops, NULL, 0, polling_delay); in alloc_soc_dts()
|
D | of-thermal.c | 56 int polling_delay; member 264 tz->polling_delay = data->polling_delay; in of_thermal_set_mode() 267 tz->polling_delay = 0; in of_thermal_set_mode() 832 tz->polling_delay = prop; in thermal_of_build_thermal_zone() 999 tz->polling_delay); in of_parse_thermal_zones()
|
D | thermal_core.c | 308 else if (tz->polling_delay) in monitor_thermal_zone() 309 thermal_zone_device_set_polling(tz, tz->polling_delay); in monitor_thermal_zone() 1178 int polling_delay) in thermal_zone_device_register() argument 1221 tz->polling_delay = polling_delay; in thermal_zone_device_register()
|
D | imx_thermal.c | 359 tz->polling_delay = IMX_POLLING_DELAY; in imx_set_mode() 377 tz->polling_delay = 0; in imx_set_mode()
|
/Linux-v4.19/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-v4.19/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-v4.19/include/linux/ |
D | thermal.h | 203 int polling_delay; member 478 int passive_delay, int polling_delay) in thermal_zone_device_register() argument
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/ |
D | core_thermal.c | 165 tzdev->polling_delay = MLXSW_THERMAL_POLL_INT; in mlxsw_thermal_set_mode() 167 tzdev->polling_delay = 0; in mlxsw_thermal_set_mode()
|
/Linux-v4.19/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 202 data->ti_thermal->polling_delay); in ti_thermal_expose_sensor()
|
/Linux-v4.19/Documentation/thermal/ |
D | sysfs-api.txt | 38 int passive_delay, int polling_delay)) 68 polling_delay: number of milliseconds to wait between polls when checking
|