Home
last modified time | relevance | path

Searched refs:tz (Results 1 – 9 of 9) sorted by relevance

/include/linux/
Dthermal.h238 int (*bind_to_tz)(struct thermal_zone_device *tz);
239 void (*unbind_from_tz)(struct thermal_zone_device *tz);
240 int (*throttle)(struct thermal_zone_device *tz, int trip);
275 int (*match) (struct thermal_zone_device *tz,
382 struct thermal_zone_device *tz);
387 struct thermal_zone_device *tz);
398 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() argument
411 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() argument
425 struct thermal_zone_device *tz, u32 *max_power);
427 struct thermal_zone_device *tz, u32 *min_power);
[all …]
Dtimekeeping.h21 const struct timezone *tz);
Dsecurity.h136 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz);
278 int security_settime64(const struct timespec64 *ts, const struct timezone *tz);
565 const struct timezone *tz) in security_settime64() argument
567 return cap_settime(ts, tz); in security_settime64()
Dcompat.h733 struct timezone __user *tz);
735 struct timezone __user *tz);
Dlsm_hooks.h1490 int (*settime)(const struct timespec64 *ts, const struct timezone *tz);
Dsyscalls.h737 struct timezone __user *tz);
739 struct timezone __user *tz);
/include/trace/events/
Dthermal.h26 TP_PROTO(struct thermal_zone_device *tz),
28 TP_ARGS(tz),
31 __string(thermal_zone, tz->type)
38 __assign_str(thermal_zone, tz->type);
39 __entry->id = tz->id;
40 __entry->temp_prev = tz->last_temperature;
41 __entry->temp = tz->temperature;
70 TP_PROTO(struct thermal_zone_device *tz, int trip,
73 TP_ARGS(tz, trip, trip_type),
76 __string(thermal_zone, tz->type)
[all …]
Dthermal_power_allocator.h11 TP_PROTO(struct thermal_zone_device *tz, u32 *req_power,
16 TP_ARGS(tz, req_power, total_req_power, granted_power,
32 __entry->tz_id = tz->id;
59 TP_PROTO(struct thermal_zone_device *tz, s32 err, s32 err_integral,
61 TP_ARGS(tz, err, err_integral, p, i, d, output),
72 __entry->tz_id = tz->id;
/include/xen/interface/
Dplatform.h153 int16_t tz; member