Searched refs:polling_delay (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/thermal/intel/ |
| H A D | intel_quark_dts_thermal.c | 108 static int polling_delay = DEFAULT_POLL_DELAY; variable 109 module_param(polling_delay, int, 0644); 110 MODULE_PARM_DESC(polling_delay, 384 NULL, 0, polling_delay); in alloc_soc_dts()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | core_thermal.c | 131 int polling_delay; member 368 module_tz->parent->polling_delay); in mlxsw_thermal_module_tz_init() 483 gearbox_tz->parent->polling_delay); in mlxsw_thermal_gearbox_tz_init() 705 thermal->polling_delay = bus_info->low_frequency ? in mlxsw_thermal_init() 715 thermal->polling_delay); in mlxsw_thermal_init()
|
| /linux/drivers/thermal/ |
| H A D | thermal_core.c | 1390 * @polling_delay: number of milliseconds to wait between polls when checking 1411 unsigned int polling_delay) in thermal_zone_device_init() 1447 if (polling_delay && passive_delay > polling_delay) in thermal_zone_init_complete() 1502 tz->polling_delay_jiffies = msecs_to_jiffies(polling_delay); in thermal_zone_device_register_with_trips() 1504 thermal_zone_device_register_with_trips(const char * type,const struct thermal_trip * trips,int num_trips,void * devdata,const struct thermal_zone_device_ops * ops,const struct thermal_zone_params * tzp,unsigned int passive_delay,unsigned int polling_delay) thermal_zone_device_register_with_trips() argument
|