Lines Matching defs:tz
351 int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create()
358 int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete()
365 int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable()
372 int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable()
379 int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down()
389 int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up()
399 int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change()
434 int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change()
451 int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add()
459 int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete()
467 int thermal_notify_threshold_flush(const struct thermal_zone_device *tz) in thermal_notify_threshold_flush()
474 int thermal_notify_threshold_down(const struct thermal_zone_device *tz) in thermal_notify_threshold_down()
481 int thermal_notify_threshold_up(const struct thermal_zone_device *tz) in thermal_notify_threshold_up()
490 static int __thermal_genl_cmd_tz_get_id(struct thermal_zone_device *tz, in __thermal_genl_cmd_tz_get_id()