Lines Matching refs:INFO
43 INFO("threshold temp=%d, direction=%d\n", in show_threshold()
51 INFO("trip id=%d, type=%d, temp=%d, hyst=%d\n", in show_trip()
61 INFO("temperature: %d\n", tz->temp); in show_temp()
70 INFO("governor: '%s'\n", tz->governor); in show_governor()
77 INFO("thermal zone '%s', id=%d\n", tz->name, tz->id); in show_tz()
96 INFO("Setting threshold for thermal zone '%s', id=%d\n", tz->name, tz->id); in set_threshold()
116 INFO("Thermal zone '%s'/%d created\n", name, tz_id); in tz_create()
123 INFO("Thermal zone %d deleted\n", tz_id); in tz_delete()
133 INFO("Thermal zone %d ('%s') disabled\n", tz_id, tz->name); in tz_disable()
143 INFO("Thermal zone %d ('%s') enabled\n", tz_id, tz->name); in tz_enable()
153 INFO("Thermal zone %d ('%s'): trip point %d crossed way up with %d °C\n", in trip_high()
164 INFO("Thermal zone %d ('%s'): trip point %d crossed way down with %d °C\n", in trip_low()
172 INFO("Trip point added %d: id=%d, type=%d, temp=%d, hyst=%d\n", in trip_add()
180 INFO("Trip point deleted %d: id=%d\n", tz_id, trip_id); in trip_delete()
191 INFO("Trip point changed %d: id=%d, type=%d, temp=%d, hyst=%d\n", in trip_change()
203 INFO("Cooling device '%s'/%d (max state=%d) added\n", name, cdev_id, max_state); in cdev_add()
210 INFO("Cooling device %d deleted", cdev_id); in cdev_delete()
217 INFO("cdev:%d state:%d\n", cdev_id, cur_state); in cdev_update()
227 INFO("%s: governor changed %s -> %s\n", tz->name, tz->governor, name); in gov_change()
236 INFO("Threshold added tz_id=%d: temp=%d, direction=%d\n", tz_id, temp, direction); in threshold_add()
243 INFO("Threshold deleted tz_id=%d: temp=%d, direction=%d\n", tz_id, temp, direction); in threshold_delete()
250 INFO("Thresholds flushed tz_id=%d\n", tz_id); in threshold_flush()
257 INFO("Threshold crossed way up tz_id=%d: temp=%d, prev_temp=%d\n", in threshold_up()
265 INFO("Threshold crossed way down tz_id=%d: temp=%d, prev_temp=%d\n", in threshold_down()
412 INFO("Waiting for thermal events ...\n"); in main()