Lines Matching full:polling
48 int polling; member
61 int polling; member
95 config->tz_regex[config->nr_tz_regex].polling = 250; in configuration_default_init()
141 int polling; in configuration_init() local
154 if (!config_setting_lookup_int(node, "polling", &polling)) { in configuration_init()
155 ERROR("Polling value not found"); in configuration_init()
168 config->tz_regex[config->nr_tz_regex].polling = polling; in configuration_init()
171 INFO("Thermal zone regular expression '%s' with polling %d\n", in configuration_init()
172 name, polling); in configuration_init()
257 static int thermometer_add_tz(const char *path, const char *name, int polling, in thermometer_add_tz() argument
280 thermometer->tz[thermometer->nr_tz].polling = polling; in thermometer_add_tz()
283 INFO("Added thermal zone '%s->%s (polling:%d)'\n", path, name, polling); in thermometer_add_tz()
332 tz_regex->polling, thermometer)) in thermometer_init()
393 * Create polling timer in thermometer_start()
403 thermometer->tz[i].name, thermometer->tz[i].polling); in thermometer_start()
406 msec_to_timespec(thermometer->tz[i].polling); in thermometer_start()