Searched refs:polling_delay (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | thermal.h | 115 * @polling_delay: number of milliseconds to wait between polls when 157 int polling_delay; member 379 struct thermal_zone_params *tzp, int passive_delay, int polling_delay) in thermal_zone_device_register() 378 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
|
/device/soc/rockchip/common/sdk_linux/drivers/thermal/ |
H A D | thermal_core.c | 323 } else if (!stop && tz->polling_delay) { in monitor_thermal_zone() 324 thermal_zone_device_set_polling(tz, tz->polling_delay); in monitor_thermal_zone() 1381 * @polling_delay: number of milliseconds to wait between polls when checking 1398 int polling_delay) in thermal_zone_device_register() 1454 tz->polling_delay = polling_delay; in thermal_zone_device_register() 1395 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
|
Completed in 6 milliseconds