Home
last modified time | relevance | path

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

/linux-4.19.296/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.h79 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz);
246 int security_settime64(const struct timespec64 *ts, const struct timezone *tz);
522 const struct timezone *tz) in security_settime64() argument
524 return cap_settime(ts, tz); in security_settime64()
Dcompat.h787 struct timezone __user *tz);
789 struct timezone __user *tz);
Dlsm_hooks.h1456 int (*settime)(const struct timespec64 *ts, const struct timezone *tz);
Dsyscalls.h678 struct timezone __user *tz);
680 struct timezone __user *tz);
/linux-4.19.296/fs/isofs/
Dutil.c21 int year, month, day, hour, minute, second, tz; in iso_date() local
30 if (flag == 0) tz = p[6]; /* High sierra has no time zone */ in iso_date()
31 else tz = 0; in iso_date()
39 if (tz & 0x80) in iso_date()
40 tz |= (-1 << 8); in iso_date()
67 if (-52 <= tz && tz <= 52) in iso_date()
68 crtime -= tz * 15 * 60; in iso_date()
/linux-4.19.296/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;
/linux-4.19.296/include/xen/interface/
Dplatform.h153 int16_t tz; member