/linux/drivers/thermal/ |
H A D | thermal_debugfs.h | 22 static inline void thermal_debug_tz_add(struct thermal_zone_device *tz) {} in thermal_debug_tz_add() 23 static inline void thermal_debug_tz_remove(struct thermal_zone_device *tz) {} in thermal_debug_tz_remove() 24 static inline void thermal_debug_tz_resume(struct thermal_zone_device *tz) {} in thermal_debug_tz_resume() 25 static inline void thermal_debug_tz_trip_up(struct thermal_zone_device *tz, in thermal_debug_tz_trip_up() 27 static inline void thermal_debug_tz_trip_down(struct thermal_zone_device *tz, in thermal_debug_tz_trip_down() 29 static inline void thermal_debug_update_trip_stats(struct thermal_zone_device *tz) {} in thermal_debug_update_trip_stats()
|
H A D | thermal_helpers.c | 25 int get_tz_trend(struct thermal_zone_device *tz, const struct thermal_trip *trip) in get_tz_trend() 42 static bool thermal_instance_present(struct thermal_zone_device *tz, in thermal_instance_present() 57 bool thermal_trip_is_bound_to_cdev(struct thermal_zone_device *tz, in thermal_trip_is_bound_to_cdev() 82 int __thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in __thermal_zone_get_temp() 127 int thermal_zone_get_temp(struct thermal_zone_device *tz, int *temp) in thermal_zone_get_temp() 219 int thermal_zone_get_slope(struct thermal_zone_device *tz) in thermal_zone_get_slope() 234 int thermal_zone_get_offset(struct thermal_zone_device *tz) in thermal_zone_get_offset()
|
H A D | thermal_thresholds.c | 16 int thermal_thresholds_init(struct thermal_zone_device *tz) in thermal_thresholds_init() 23 static void __thermal_thresholds_flush(struct thermal_zone_device *tz) in __thermal_thresholds_flush() 34 void thermal_thresholds_flush(struct thermal_zone_device *tz) in thermal_thresholds_flush() 45 void thermal_thresholds_exit(struct thermal_zone_device *tz) in thermal_thresholds_exit() 128 void thermal_thresholds_handle(struct thermal_zone_device *tz, int *low, int *high) in thermal_thresholds_handle() 168 int thermal_thresholds_add(struct thermal_zone_device *tz, in thermal_thresholds_add() 202 int thermal_thresholds_delete(struct thermal_zone_device *tz, in thermal_thresholds_delete() 228 int thermal_thresholds_for_each(struct thermal_zone_device *tz, in thermal_thresholds_for_each()
|
H A D | thermal_sysfs.c | 30 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local 38 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local 55 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local 69 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local 108 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_store() local 153 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_hyst_store() local 198 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_store() local 214 struct thermal_zone_device *tz = to_thermal_zone(dev); in policy_show() local 231 struct thermal_zone_device *tz = to_thermal_zone(dev); in emul_temp_store() local 260 struct thermal_zone_device *tz = to_thermal_zone(dev); in sustainable_power_show() local [all …]
|
H A D | gov_power_allocator.c | 116 static u32 estimate_sustainable_power(struct thermal_zone_device *tz) in estimate_sustainable_power() 149 static void estimate_pid_constants(struct thermal_zone_device *tz, in estimate_pid_constants() 197 static u32 get_sustainable_power(struct thermal_zone_device *tz, in get_sustainable_power() 239 static u32 pid_controller(struct thermal_zone_device *tz, in pid_controller() 406 static void allocate_power(struct thermal_zone_device *tz, int control_temp) in allocate_power() 500 static void get_governor_trips(struct thermal_zone_device *tz, in get_governor_trips() 545 static void allow_maximum_power(struct thermal_zone_device *tz) in allow_maximum_power() 588 static int check_power_actors(struct thermal_zone_device *tz, in check_power_actors() 660 static void power_allocator_update_tz(struct thermal_zone_device *tz, in power_allocator_update_tz() 697 static int power_allocator_bind(struct thermal_zone_device *tz) in power_allocator_bind() [all …]
|
H A D | thermal_netlink.c | 351 int thermal_notify_tz_create(const struct thermal_zone_device *tz) in thermal_notify_tz_create() 358 int thermal_notify_tz_delete(const struct thermal_zone_device *tz) in thermal_notify_tz_delete() 365 int thermal_notify_tz_enable(const struct thermal_zone_device *tz) in thermal_notify_tz_enable() 372 int thermal_notify_tz_disable(const struct thermal_zone_device *tz) in thermal_notify_tz_disable() 379 int thermal_notify_tz_trip_down(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_down() 389 int thermal_notify_tz_trip_up(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_up() 399 int thermal_notify_tz_trip_change(const struct thermal_zone_device *tz, in thermal_notify_tz_trip_change() 434 int thermal_notify_tz_gov_change(const struct thermal_zone_device *tz, in thermal_notify_tz_gov_change() 451 int thermal_notify_threshold_add(const struct thermal_zone_device *tz, in thermal_notify_threshold_add() 459 int thermal_notify_threshold_delete(const struct thermal_zone_device *tz, in thermal_notify_threshold_delete() [all …]
|
H A D | thermal_trip.c | 27 int for_each_thermal_trip(struct thermal_zone_device *tz, in for_each_thermal_trip() 44 int thermal_zone_for_each_trip(struct thermal_zone_device *tz, in thermal_zone_for_each_trip() 54 void thermal_zone_set_trips(struct thermal_zone_device *tz, int low, int high) in thermal_zone_set_trips() 82 int thermal_zone_trip_id(const struct thermal_zone_device *tz, in thermal_zone_trip_id()
|
H A D | thermal_hwmon.h | 24 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_add_hwmon_sysfs() 30 devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_add_hwmon_sysfs() 36 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) in thermal_remove_hwmon_sysfs()
|
H A D | thermal_of.c | 225 static struct device_node *thermal_of_zone_get_by_name(struct thermal_zone_device *tz) in thermal_of_zone_get_by_name() 305 static bool thermal_of_should_bind(struct thermal_zone_device *tz, in thermal_of_should_bind() 341 static void thermal_of_zone_unregister(struct thermal_zone_device *tz) in thermal_of_zone_unregister() 371 struct thermal_zone_device *tz; in thermal_of_zone_register() local 507 void devm_thermal_of_zone_unregister(struct device *dev, struct thermal_zone_device *tz) in devm_thermal_of_zone_unregister()
|
H A D | loongson2_thermal.c | 74 static int loongson2_2k1000_get_temp(struct thermal_zone_device *tz, int *temp) in loongson2_2k1000_get_temp() 85 static int loongson2_2k2000_get_temp(struct thermal_zone_device *tz, int *temp) in loongson2_2k2000_get_temp() 108 static int loongson2_thermal_set_trips(struct thermal_zone_device *tz, int low, int high) in loongson2_thermal_set_trips()
|
H A D | db8500_thermal.c | 55 struct thermal_zone_device *tz; member 62 static int db8500_thermal_get_temp(struct thermal_zone_device *tz, int *temp) in db8500_thermal_get_temp()
|
H A D | imx_thermal.c | 205 struct thermal_zone_device *tz; member 254 static int imx_get_temp(struct thermal_zone_device *tz, int *temp) in imx_get_temp() 310 static int imx_change_mode(struct thermal_zone_device *tz, in imx_change_mode() 334 static int imx_set_trip_temp(struct thermal_zone_device *tz, in imx_set_trip_temp() 356 static bool imx_should_bind(struct thermal_zone_device *tz, in imx_should_bind()
|
/linux/tools/testing/selftests/timers/ |
H A D | set-tz.c | 30 struct timezone tz; in set_tz() local 40 struct timezone tz; in get_tz_min() local 50 struct timezone tz; in get_tz_dst() local
|
/linux/tools/include/nolibc/sys/ |
H A D | time.h | 23 int sys_gettimeofday(struct timeval *tv, struct timezone *tz) in sys_gettimeofday() 44 int gettimeofday(struct timeval *tv, struct timezone *tz) in gettimeofday()
|
/linux/arch/mips/vdso/ |
H A D | vgettimeofday.c | 30 struct timezone *tz) in __vdso_gettimeofday() 66 struct timezone *tz) in __vdso_gettimeofday()
|
/linux/drivers/thermal/broadcom/ |
H A D | bcm2835_thermal.c | 67 struct thermal_zone_device *tz; member 91 static int bcm2835_thermal_get_temp(struct thermal_zone_device *tz, int *temp) in bcm2835_thermal_get_temp() 168 struct thermal_zone_device *tz; in bcm2835_thermal_probe() local
|
H A D | sr-thermal.c | 33 static int sr_get_temp(struct thermal_zone_device *tz, int *temp) in sr_get_temp() 50 struct thermal_zone_device *tz; in sr_thermal_probe() local
|
/linux/fs/exfat/ |
H A D | misc.c | 69 u8 tz, __le16 time, __le16 date, u8 time_cs) in exfat_get_entry_time() 94 u8 *tz, __le16 *time, __le16 *date, u8 *time_cs) in exfat_set_entry_time()
|
/linux/arch/parisc/kernel/vdso64/ |
H A D | vdso64_generic.c | 16 struct timezone *tz) in __vdso_gettimeofday()
|
/linux/drivers/thermal/ti-soc-thermal/ |
H A D | ti-thermal-common.c | 70 static inline int __ti_thermal_get_temp(struct thermal_zone_device *tz, int *temp) in __ti_thermal_get_temp() 112 static int __ti_thermal_get_trend(struct thermal_zone_device *tz, in __ti_thermal_get_trend()
|
/linux/arch/arm64/kernel/vdso/ |
H A D | vgettimeofday.c | 20 struct timezone *tz) in __kernel_gettimeofday()
|
/linux/arch/riscv/kernel/vdso/ |
H A D | vgettimeofday.c | 18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
/linux/arch/s390/kernel/vdso64/ |
H A D | vdso64_generic.c | 6 struct timezone *tz) in __s390_vdso_gettimeofday()
|
/linux/arch/loongarch/vdso/ |
H A D | vgettimeofday.c | 15 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
|
/linux/arch/parisc/kernel/vdso32/ |
H A D | vdso32_generic.c | 19 struct timezone *tz) in __vdso_gettimeofday()
|