Searched refs:tz (Results 1 – 9 of 9) sorted by relevance
/include/linux/ |
D | thermal.h | 238 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 …]
|
D | timekeeping.h | 21 const struct timezone *tz);
|
D | security.h | 136 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()
|
D | compat.h | 733 struct timezone __user *tz); 735 struct timezone __user *tz);
|
D | lsm_hooks.h | 1490 int (*settime)(const struct timespec64 *ts, const struct timezone *tz);
|
D | syscalls.h | 737 struct timezone __user *tz); 739 struct timezone __user *tz);
|
/include/trace/events/ |
D | thermal.h | 26 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 …]
|
D | thermal_power_allocator.h | 11 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/ |
D | platform.h | 153 int16_t tz; member
|