Lines Matching refs:INFO
43 INFO("trip id=%d, type=%d, temp=%d, hyst=%d\n", in show_trip()
53 INFO("temperature: %d\n", tz->temp); in show_temp()
62 INFO("governor: '%s'\n", tz->governor); in show_governor()
69 INFO("thermal zone '%s', id=%d\n", tz->name, tz->id); in show_tz()
82 INFO("Thermal zone '%s'/%d created\n", name, tz_id); in tz_create()
89 INFO("Thermal zone %d deleted\n", tz_id); in tz_delete()
99 INFO("Thermal zone %d ('%s') disabled\n", tz_id, tz->name); in tz_disable()
109 INFO("Thermal zone %d ('%s') enabled\n", tz_id, tz->name); in tz_enable()
119 INFO("Thermal zone %d ('%s'): trip point %d crossed way up with %d °C\n", in trip_high()
130 INFO("Thermal zone %d ('%s'): trip point %d crossed way down with %d °C\n", in trip_low()
138 INFO("Trip point added %d: id=%d, type=%d, temp=%d, hyst=%d\n", in trip_add()
146 INFO("Trip point deleted %d: id=%d\n", tz_id, trip_id); in trip_delete()
157 INFO("Trip point changed %d: id=%d, type=%d, temp=%d, hyst=%d\n", in trip_change()
169 INFO("Cooling device '%s'/%d (max state=%d) added\n", name, cdev_id, max_state); in cdev_add()
176 INFO("Cooling device %d deleted", cdev_id); in cdev_delete()
183 INFO("cdev:%d state:%d\n", cdev_id, cur_state); in cdev_update()
193 INFO("%s: governor changed %s -> %s\n", tz->name, tz->governor, name); in gov_change()
333 INFO("Waiting for thermal events ...\n"); in main()