Searched refs:tz (Results 1 – 10 of 10) sorted by relevance
/include/linux/ |
D | thermal.h | 202 int (*bind_to_tz)(struct thermal_zone_device *tz); 203 void (*unbind_from_tz)(struct thermal_zone_device *tz); 204 int (*throttle)(struct thermal_zone_device *tz, int trip); 241 int (*match) (struct thermal_zone_device *tz, 346 struct thermal_zone_device *tz); 351 struct thermal_zone_device *tz); 369 struct thermal_zone_device *tz) in thermal_zone_of_sensor_unregister() argument 382 struct thermal_zone_device *tz) in devm_thermal_zone_of_sensor_unregister() argument 415 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp); 416 int thermal_zone_get_slope(struct thermal_zone_device *tz); [all …]
|
D | timekeeping.h | 21 const struct timezone *tz);
|
D | security.h | 142 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz); 287 int security_settime64(const struct timespec64 *ts, const struct timezone *tz); 593 const struct timezone *tz) in security_settime64() argument 595 return cap_settime(ts, tz); in security_settime64()
|
D | compat.h | 747 struct timezone __user *tz); 749 struct timezone __user *tz);
|
D | lsm_hook_defs.h | 50 const struct timezone *tz)
|
D | syscalls.h | 776 struct timezone __user *tz); 778 struct timezone __user *tz);
|
/include/trace/hooks/ |
D | thermal.h | 42 TP_PROTO(struct thermal_zone_device *tz, bool *update), 43 TP_ARGS(tz, update)); 50 TP_PROTO(struct thermal_zone_device *tz), 51 TP_ARGS(tz)); 67 TP_PROTO(struct thermal_zone_device *tz, int *irq_wakeable), 68 TP_ARGS(tz, irq_wakeable));
|
/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
|