/kernel/linux/linux-5.10/drivers/thermal/intel/ |
H A D | intel_quark_dts_thermal.c | 111 static int polling_delay = DEFAULT_POLL_DELAY; variable 112 module_param(polling_delay, int, 0644); 113 MODULE_PARM_DESC(polling_delay, 391 aux_entry, &tzone_ops, NULL, 0, polling_delay); in alloc_soc_dts()
|
/kernel/linux/linux-6.6/drivers/thermal/intel/ |
H 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()
|
/kernel/linux/linux-5.10/drivers/thermal/st/ |
H A D | st_thermal.c | 187 int polling_delay; in st_thermal_register() local 239 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()
|
/kernel/linux/linux-6.6/drivers/thermal/st/ |
H A D | st_thermal.c | 148 int polling_delay; in st_thermal_register() local 200 polling_delay = sensor->ops->register_enable_irq ? 0 : 1000; in st_thermal_register() 207 &st_tz_ops, NULL, 0, polling_delay); in st_thermal_register()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | thermal.h | 121 * @polling_delay: number of milliseconds to wait between polls when 163 int polling_delay; member 407 int passive_delay, int polling_delay) in thermal_zone_device_register() 403 thermal_zone_device_register( const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 100 int polling_delay; member 671 module_tz->parent->polling_delay); in mlxsw_thermal_module_tz_init() 794 gearbox_tz->parent->polling_delay); in mlxsw_thermal_gearbox_tz_init() 944 thermal->polling_delay = bus_info->low_frequency ? in mlxsw_thermal_init() 954 thermal->polling_delay); in mlxsw_thermal_init()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlxsw/ |
H A D | core_thermal.c | 121 int polling_delay; member 427 module_tz->parent->polling_delay); in mlxsw_thermal_module_tz_init() 554 gearbox_tz->parent->polling_delay); in mlxsw_thermal_gearbox_tz_init() 768 thermal->polling_delay = bus_info->low_frequency ? in mlxsw_thermal_init() 779 thermal->polling_delay); in mlxsw_thermal_init()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | thermal.h | 312 int passive_delay, int polling_delay); 368 int passive_delay, int polling_delay) in thermal_zone_device_register_with_trips() 361 thermal_zone_device_register_with_trips( const char *type, struct thermal_trip *trips, int num_trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, const struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register_with_trips() argument
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_of.c | 55 * @polling_delay: zone polling interval 68 int polling_delay; member 884 tz->polling_delay = prop; in thermal_of_build_thermal_zone() 1098 tz->polling_delay); in of_parse_thermal_zones()
|
H A D | thermal_core.c | 320 else if (!stop && tz->polling_delay) in monitor_thermal_zone() 321 thermal_zone_device_set_polling(tz, tz->polling_delay); in monitor_thermal_zone() 1372 * @polling_delay: number of milliseconds to wait between polls when checking 1390 int polling_delay) in thermal_zone_device_register() 1445 tz->polling_delay = polling_delay; in thermal_zone_device_register() 1387 thermal_zone_device_register(const char *type, int trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register() argument
|
/kernel/linux/linux-5.10/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 188 data->ti_thermal->polling_delay); in ti_thermal_expose_sensor()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_core.c | 1216 * @polling_delay: number of milliseconds to wait between polls when checking 1234 int polling_delay) in thermal_zone_device_register_with_trips() 1316 thermal_set_delay_jiffies(&tz->polling_delay_jiffies, polling_delay); in thermal_zone_device_register_with_trips() 1231 thermal_zone_device_register_with_trips(const char *type, struct thermal_trip *trips, int num_trips, int mask, void *devdata, struct thermal_zone_device_ops *ops, const struct thermal_zone_params *tzp, int passive_delay, int polling_delay) thermal_zone_device_register_with_trips() argument
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | acerhdf.c | 339 thermal->polling_delay = interval*1000; in acerhdf_check_param()
|