Searched refs:polling_delay (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/drivers/thermal/intel/ | 
| D | intel_quark_dts_thermal.c | 115 static int polling_delay = DEFAULT_POLL_DELAY;  variable116 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()
 
 | 
| /Linux-v5.4/drivers/net/ethernet/mellanox/mlxsw/ | 
| D | core_thermal.c | 109 	int polling_delay;  member297 		tzdev->polling_delay = thermal->polling_delay;  in mlxsw_thermal_set_mode()
 299 		tzdev->polling_delay = 0;  in mlxsw_thermal_set_mode()
 487 		tzdev->polling_delay = thermal->polling_delay;  in mlxsw_thermal_module_mode_set()
 489 		tzdev->polling_delay = 0;  in mlxsw_thermal_module_mode_set()
 1028 	thermal->polling_delay = bus_info->low_frequency ?  in mlxsw_thermal_init()
 1038 						      thermal->polling_delay);  in mlxsw_thermal_init()
 
 | 
| /Linux-v5.4/drivers/thermal/st/ | 
| D | st_thermal.c | 187 	int polling_delay;  in st_thermal_register()  local239 	polling_delay = sensor->ops->register_enable_irq ? 0 : 1000;  in st_thermal_register()
 243 					     &st_tz_ops, NULL, 0, polling_delay);  in st_thermal_register()
 
 | 
| /Linux-v5.4/drivers/thermal/ | 
| D | of-thermal.c | 70 	int polling_delay;  member290 		tz->polling_delay = data->polling_delay;  in of_thermal_set_mode()
 293 		tz->polling_delay = 0;  in of_thermal_set_mode()
 883 	tz->polling_delay = prop;  in thermal_of_build_thermal_zone()
 1066 						    tz->polling_delay);  in of_parse_thermal_zones()
 
 | 
| D | thermal_core.c | 316 	else if (tz->polling_delay)  in monitor_thermal_zone()317 		thermal_zone_device_set_polling(tz, tz->polling_delay);  in monitor_thermal_zone()
 1238 			     int polling_delay)  in thermal_zone_device_register()  argument
 1293 	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-v5.4/drivers/platform/x86/ | 
| D | acerhdf.c | 337 		thermal->polling_delay = interval*1000;  in acerhdf_check_param()399 		thz_dev->polling_delay = 0;  in acerhdf_revert_to_bios_mode()
 406 	thz_dev->polling_delay = interval*1000;  in acerhdf_enable_kernelmode()
 
 | 
| /Linux-v5.4/include/linux/ | 
| D | thermal.h | 203 	int polling_delay;  member483 	int passive_delay, int polling_delay)  in thermal_zone_device_register()  argument
 
 | 
| /Linux-v5.4/drivers/thermal/ti-soc-thermal/ | 
| D | ti-thermal-common.c | 188 					data->ti_thermal->polling_delay);  in ti_thermal_expose_sensor()
 | 
| /Linux-v5.4/Documentation/driver-api/thermal/ | 
| D | sysfs-api.rst | 46 				      int passive_delay, int polling_delay))96     polling_delay:
 
 |