| /linux-4.4.14/drivers/thermal/ | 
| D | thermal_core.c | 89 static void bind_previous_governor(struct thermal_zone_device *tz,  in bind_previous_governor()111 static int thermal_set_governor(struct thermal_zone_device *tz,  in thermal_set_governor()
 233 int get_tz_trend(struct thermal_zone_device *tz, int trip)  in get_tz_trend()
 251 struct thermal_instance *get_thermal_instance(struct thermal_zone_device *tz,  in get_thermal_instance()
 274 static void print_bind_err_msg(struct thermal_zone_device *tz,  in print_bind_err_msg()
 281 static void __bind(struct thermal_zone_device *tz, int mask,  in __bind()
 307 static void __unbind(struct thermal_zone_device *tz, int mask,  in __unbind()
 355 static void bind_tz(struct thermal_zone_device *tz)  in bind_tz()
 395 static void thermal_zone_device_set_polling(struct thermal_zone_device *tz,  in thermal_zone_device_set_polling()
 408 static void monitor_thermal_zone(struct thermal_zone_device *tz)  in monitor_thermal_zone()
 [all …]
 
 | 
| D | of-thermal.c | 93 static int of_thermal_get_temp(struct thermal_zone_device *tz,  in of_thermal_get_temp()114 int of_thermal_get_ntrips(struct thermal_zone_device *tz)  in of_thermal_get_ntrips()
 135 bool of_thermal_is_trip_valid(struct thermal_zone_device *tz, int trip)  in of_thermal_is_trip_valid()
 157 of_thermal_get_trip_points(struct thermal_zone_device *tz)  in of_thermal_get_trip_points()
 179 static int of_thermal_set_emul_temp(struct thermal_zone_device *tz,  in of_thermal_set_emul_temp()
 190 static int of_thermal_get_trend(struct thermal_zone_device *tz, int trip,  in of_thermal_get_trend()
 270 static int of_thermal_get_mode(struct thermal_zone_device *tz,  in of_thermal_get_mode()
 280 static int of_thermal_set_mode(struct thermal_zone_device *tz,  in of_thermal_set_mode()
 300 static int of_thermal_get_trip_type(struct thermal_zone_device *tz, int trip,  in of_thermal_get_trip_type()
 313 static int of_thermal_get_trip_temp(struct thermal_zone_device *tz, int trip,  in of_thermal_get_trip_temp()
 [all …]
 
 | 
| D | thermal_hwmon.c | 52 	struct thermal_zone_device *tz;  member79 	struct thermal_zone_device *tz = temp->tz;  in temp_input_show()  local
 97 	struct thermal_zone_device *tz = temp->tz;  in temp_crit_show()  local
 110 thermal_hwmon_lookup_by_type(const struct thermal_zone_device *tz)  in thermal_hwmon_lookup_by_type()
 128 			  const struct thermal_zone_device *tz)  in thermal_hwmon_lookup_temp()
 143 static bool thermal_zone_crit_temp_valid(struct thermal_zone_device *tz)  in thermal_zone_crit_temp_valid()
 149 int thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)  in thermal_add_hwmon_sysfs()
 236 void thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)  in thermal_remove_hwmon_sysfs()
 
 | 
| D | power_allocator.c | 93 static u32 estimate_sustainable_power(struct thermal_zone_device *tz)  in estimate_sustainable_power()134 static void estimate_pid_constants(struct thermal_zone_device *tz,  in estimate_pid_constants()
 192 static u32 pid_controller(struct thermal_zone_device *tz,  in pid_controller()
 332 static int allocate_power(struct thermal_zone_device *tz,  in allocate_power()
 468 static void get_governor_trips(struct thermal_zone_device *tz,  in get_governor_trips()
 521 static void allow_maximum_power(struct thermal_zone_device *tz)  in allow_maximum_power()
 546 static int power_allocator_bind(struct thermal_zone_device *tz)  in power_allocator_bind()
 593 static void power_allocator_unbind(struct thermal_zone_device *tz)  in power_allocator_unbind()
 608 static int power_allocator_throttle(struct thermal_zone_device *tz, int trip)  in power_allocator_throttle()
 
 | 
| D | imx_thermal.c | 91 	struct thermal_zone_device *tz;  member133 static int imx_get_temp(struct thermal_zone_device *tz, int *temp)  in imx_get_temp()
 208 static int imx_get_mode(struct thermal_zone_device *tz,  in imx_get_mode()
 218 static int imx_set_mode(struct thermal_zone_device *tz,  in imx_set_mode()
 254 static int imx_get_trip_type(struct thermal_zone_device *tz, int trip,  in imx_get_trip_type()
 262 static int imx_get_crit_temp(struct thermal_zone_device *tz, int *temp)  in imx_get_crit_temp()
 270 static int imx_get_trip_temp(struct thermal_zone_device *tz, int trip,  in imx_get_trip_temp()
 280 static int imx_set_trip_temp(struct thermal_zone_device *tz, int trip,  in imx_set_trip_temp()
 300 static int imx_bind(struct thermal_zone_device *tz,  in imx_bind()
 319 static int imx_unbind(struct thermal_zone_device *tz,  in imx_unbind()
 
 | 
| D | fair_share.c | 34 static int get_trip_level(struct thermal_zone_device *tz)  in get_trip_level()61 static long get_target_state(struct thermal_zone_device *tz,  in get_target_state()
 89 static int fair_share_throttle(struct thermal_zone_device *tz, int trip)  in fair_share_throttle()
 
 | 
| D | thermal_hwmon.h | 38 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz)  in thermal_add_hwmon_sysfs()44 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz)  in thermal_remove_hwmon_sysfs()
 
 | 
| D | step_wise.c | 116 static void update_passive_instance(struct thermal_zone_device *tz,  in update_passive_instance()127 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)  in thermal_zone_trip_update()
 196 static int step_wise_throttle(struct thermal_zone_device *tz, int trip)  in step_wise_throttle()
 
 | 
| D | thermal_core.h | 41 	struct thermal_zone_device *tz;  member111 static inline int of_thermal_get_ntrips(struct thermal_zone_device *tz)  in of_thermal_get_ntrips()
 115 static inline bool of_thermal_is_trip_valid(struct thermal_zone_device *tz,  in of_thermal_is_trip_valid()
 121 of_thermal_get_trip_points(struct thermal_zone_device *tz)  in of_thermal_get_trip_points()
 
 | 
| D | gov_bang_bang.c | 26 static void thermal_zone_trip_update(struct thermal_zone_device *tz, int trip)  in thermal_zone_trip_update()101 static int bang_bang_control(struct thermal_zone_device *tz, int trip)  in bang_bang_control()
 
 | 
| D | user_space.c | 35 static int notify_user_space(struct thermal_zone_device *tz, int trip)  in notify_user_space()
 | 
| D | devfreq_cooling.c | 275 					       struct thermal_zone_device *tz,  in devfreq_cooling_get_requested_power()307 				       struct thermal_zone_device *tz,  in devfreq_cooling_state2power()
 326 				       struct thermal_zone_device *tz,  in devfreq_cooling_power2state()
 
 | 
| D | cpu_cooling.c | 422 			    struct thermal_zone_device *tz, unsigned long freq,  in get_static_power()571 				       struct thermal_zone_device *tz,  in cpufreq_get_requested_power()
 651 			       struct thermal_zone_device *tz,  in cpufreq_state2power()
 703 			       struct thermal_zone_device *tz, u32 power,  in cpufreq_power2state()
 
 | 
| D | tegra_soctherm.c | 345 	struct thermal_zone_device *tz;  in tegra_soctherm_probe()  local
 | 
| /linux-4.4.14/drivers/acpi/ | 
| D | thermal.c | 197 static int acpi_thermal_get_temperature(struct acpi_thermal *tz)  in acpi_thermal_get_temperature()218 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz)  in acpi_thermal_get_polling_frequency()
 237 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode)  in acpi_thermal_set_cooling_mode()
 281 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag)  in acpi_thermal_trips_update()
 495 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz)  in acpi_thermal_get_trip_points()
 518 	struct acpi_thermal *tz = data;  in acpi_thermal_check()  local
 530 	struct acpi_thermal *tz = thermal->devdata;  in thermal_get_temp()  local
 548 	struct acpi_thermal *tz = thermal->devdata;  in thermal_get_mode()  local
 562 	struct acpi_thermal *tz = thermal->devdata;  in thermal_set_mode()  local
 592 	struct acpi_thermal *tz = thermal->devdata;  in thermal_get_trip_type()  local
 [all …]
 
 | 
| /linux-4.4.14/include/linux/ | 
| D | thermal.h | 377 				       struct thermal_zone_device *tz)  in thermal_zone_of_sensor_unregister()427 			      struct thermal_zone_device *tz, u32 *max_power)  in power_actor_get_max_power()
 430 					    struct thermal_zone_device *tz,  in power_actor_get_min_power()
 434 			  struct thermal_instance *tz, u32 power)  in power_actor_set_power()
 443 	struct thermal_zone_device *tz)  in thermal_zone_device_unregister()
 446 	struct thermal_zone_device *tz, int trip,  in thermal_zone_bind_cooling_device()
 452 	struct thermal_zone_device *tz, int trip,  in thermal_zone_unbind_cooling_device()
 455 static inline void thermal_zone_device_update(struct thermal_zone_device *tz)  in thermal_zone_device_update()
 472 		struct thermal_zone_device *tz, int *temp)  in thermal_zone_get_temp()
 474 static inline int get_tz_trend(struct thermal_zone_device *tz, int trip)  in get_tz_trend()
 [all …]
 
 | 
| D | security.h | 461 				   const struct timezone *tz)  in security_settime()
 | 
| /linux-4.4.14/arch/x86/entry/vdso/ | 
| D | vclock_gettime.c | 54 notrace static long vdso_fallback_gtod(struct timeval *tv, struct timezone *tz)  in vdso_fallback_gtod()150 notrace static long vdso_fallback_gtod(struct timeval *tv, struct timezone *tz)  in vdso_fallback_gtod()
 308 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)  in __vdso_gettimeofday()
 
 | 
| /linux-4.4.14/drivers/thermal/samsung/ | 
| D | exynos_tmu.c | 217 	struct thermal_zone_device *tz = p->tzd;  in exynos_report_trigger()  local316 	struct thermal_zone_device *tz = data->tzd;  in get_th_reg()  local
 398 	struct thermal_zone_device *tz = data->tzd;  in exynos4210_tmu_initialize()  local
 516 	struct thermal_zone_device *tz = data->tzd;  in exynos5433_tmu_initialize()  local
 661 	struct thermal_zone_device *tz = data->tzd;  in exynos7_tmu_initialize()  local
 739 	struct thermal_zone_device *tz = data->tzd;  in exynos4210_tmu_control()  local
 770 	struct thermal_zone_device *tz = data->tzd;  in exynos5433_tmu_control()  local
 812 	struct thermal_zone_device *tz = data->tzd;  in exynos5440_tmu_control()  local
 841 	struct thermal_zone_device *tz = data->tzd;  in exynos7_tmu_control()  local
 
 | 
| /linux-4.4.14/fs/isofs/ | 
| D | util.c | 20 	int year, month, day, hour, minute, second, tz;  in iso_date()  local
 | 
| /linux-4.4.14/kernel/time/ | 
| D | time.c | 103 		struct timezone __user *, tz)  in SYSCALL_DEFINE2()  argument163 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz)  in do_sys_settimeofday()
 194 		struct timezone __user *, tz)  in SYSCALL_DEFINE2()  argument
 
 | 
| /linux-4.4.14/arch/x86/um/vdso/ | 
| D | um_vdso.c | 31 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)  in __vdso_gettimeofday()
 | 
| /linux-4.4.14/arch/mips/vdso/ | 
| D | gettimeofday.c | 182 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)  in __vdso_gettimeofday()
 | 
| /linux-4.4.14/Documentation/timers/ | 
| D | hpet_example.c | 137 	struct timezone		tz;  in hpet_poll()  local
 | 
| /linux-4.4.14/arch/tile/kernel/vdso/ | 
| D | vgettimeofday.c | 131 						struct timezone *tz)  in __vdso_gettimeofday()
 | 
| /linux-4.4.14/arch/arm/vdso/ | 
| D | vgettimeofday.c | 246 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz)  in __vdso_gettimeofday()
 | 
| /linux-4.4.14/drivers/hwmon/ | 
| D | tmp102.c | 56 	struct thermal_zone_device *tz;  member
 | 
| D | ntc_thermistor.c | 224 	struct thermal_zone_device *tz;  member
 | 
| D | lm75.c | 80 	struct thermal_zone_device	*tz;  member
 | 
| /linux-4.4.14/tools/thermal/tmon/ | 
| D | tui.c | 558 static void draw_tp_line(int tz, int y)  in draw_tp_line()
 | 
| /linux-4.4.14/security/ | 
| D | commoncap.c | 114 int cap_settime(const struct timespec *ts, const struct timezone *tz)  in cap_settime()
 | 
| D | security.c | 211 int security_settime(const struct timespec *ts, const struct timezone *tz)  in security_settime()
 | 
| /linux-4.4.14/drivers/input/touchscreen/ | 
| D | sun4i-ts.c | 118 	struct thermal_zone_device *tz;  member
 | 
| /linux-4.4.14/kernel/ | 
| D | compat.c | 92 		       struct timezone __user *, tz)  in COMPAT_SYSCALL_DEFINE2()  argument109 		       struct timezone __user *, tz)  in COMPAT_SYSCALL_DEFINE2()  argument
 
 | 
| /linux-4.4.14/drivers/staging/comedi/drivers/ | 
| D | jr3_pci.h | 248 	tz,  enumerator
 | 
| /linux-4.4.14/arch/alpha/kernel/ | 
| D | osf_sys.c | 998 		struct timezone __user *, tz)  in SYSCALL_DEFINE2()  argument1014 		struct timezone __user *, tz)  in SYSCALL_DEFINE2()  argument
 
 | 
| /linux-4.4.14/include/xen/interface/ | 
| D | platform.h | 144 				int16_t tz;  member
 |