Searched refs:trip_type (Results 1 – 7 of 7) sorted by relevance
/drivers/thermal/ |
D | gov_step_wise.c | 119 enum thermal_trip_type trip_type; in thermal_zone_trip_update() local 126 tz->ops->get_trip_type(tz, trip, &trip_type); in thermal_zone_trip_update() 132 trace_thermal_zone_trip(tz, trip, trip_type); in thermal_zone_trip_update() 136 trip, trip_type, trip_temp, trend, throttle); in thermal_zone_trip_update() 155 update_passive_instance(tz, trip_type, 1); in thermal_zone_trip_update() 159 update_passive_instance(tz, trip_type, -1); in thermal_zone_trip_update()
|
D | gov_fair_share.c | 26 enum thermal_trip_type trip_type; in get_trip_level() local 42 tz->ops->get_trip_type(tz, count - 1, &trip_type); in get_trip_level() 43 trace_thermal_zone_trip(tz, count - 1, trip_type); in get_trip_level()
|
D | thermal_netlink.c | 57 int trip_type; member 135 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_TYPE, p->trip_type) || in thermal_genl_event_tz_trip_add() 308 int thermal_notify_tz_trip_add(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_add() argument 312 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_add() 325 int thermal_notify_tz_trip_change(int tz_id, int trip_id, int trip_type, in thermal_notify_tz_trip_change() argument 329 .trip_type = trip_type, .trip_temp = trip_temp, in thermal_notify_tz_trip_change()
|
D | thermal_core.c | 345 int trip, enum thermal_trip_type trip_type) in handle_critical_trips() argument 355 trace_thermal_zone_trip(tz, trip, trip_type); in handle_critical_trips() 357 if (trip_type == THERMAL_TRIP_HOT && tz->ops->hot) in handle_critical_trips() 359 else if (trip_type == THERMAL_TRIP_CRITICAL) in handle_critical_trips() 1205 enum thermal_trip_type trip_type; in thermal_zone_device_register() local 1283 if (tz->ops->get_trip_type(tz, count, &trip_type) || in thermal_zone_device_register()
|
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_thermal.c | 40 *type = adap->ch_thermal.trip_type; in cxgb4_thermal_get_trip_type() 83 ch_thermal->trip_type = THERMAL_TRIP_CRITICAL; in cxgb4_thermal_init()
|
D | cxgb4.h | 1083 int trip_type; member
|
/drivers/thermal/intel/ |
D | intel_soc_dts_iosf.c | 102 enum thermal_trip_type trip_type) in update_trip_temp() argument 176 dts->trip_types[thres_index] = trip_type; in update_trip_temp()
|