Searched refs:polling_delay (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/thermal/intel/ |
A D | intel_quark_dts_thermal.c | 113 static int polling_delay = DEFAULT_POLL_DELAY; variable 114 module_param(polling_delay, int, 0644); 115 MODULE_PARM_DESC(polling_delay, 376 NULL, 0, polling_delay); in alloc_soc_dts()
|
/linux-6.3-rc2/drivers/thermal/st/ |
A D | st_thermal.c | 151 int polling_delay; in st_thermal_register() local 203 polling_delay = sensor->ops->register_enable_irq ? 0 : 1000; in st_thermal_register() 210 &st_tz_ops, NULL, 0, polling_delay); in st_thermal_register()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlxsw/ |
A D | core_thermal.c | 106 int polling_delay; member 507 module_tz->parent->polling_delay); in mlxsw_thermal_module_tz_init() 648 gearbox_tz->parent->polling_delay); in mlxsw_thermal_gearbox_tz_init() 866 thermal->polling_delay = bus_info->low_frequency ? in mlxsw_thermal_init() 877 thermal->polling_delay); in mlxsw_thermal_init()
|
/linux-6.3-rc2/drivers/thermal/ |
A D | thermal_core.c | 1213 int polling_delay) in thermal_zone_device_register_with_trips() argument 1288 thermal_set_delay_jiffies(&tz->polling_delay_jiffies, polling_delay); in thermal_zone_device_register_with_trips() 1372 int polling_delay) in thermal_zone_device_register() argument 1376 passive_delay, polling_delay); in thermal_zone_device_register()
|
/linux-6.3-rc2/include/linux/ |
A D | thermal.h | 401 int passive_delay, int polling_delay) in thermal_zone_device_register() argument
|
/linux-6.3-rc2/Documentation/driver-api/thermal/ |
A D | sysfs-api.rst | 46 int passive_delay, int polling_delay)) 96 polling_delay:
|
Completed in 81 milliseconds