Searched defs:tz (Results 1 - 25 of 101) sorted by relevance

12345

/linux-master/arch/s390/kernel/vdso64/
H A Dvdso64_generic.c5 __s390_vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/drivers/thermal/
H A Dthermal_hwmon.h24 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument
30 devm_thermal_add_hwmon_sysfs(struct device *dev, struct thermal_zone_device *tz) argument
36 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument
H A Dgov_user_space.c18 static int user_space_bind(struct thermal_zone_device *tz) argument
32 static int notify_user_space(struct thermal_zone_device *tz, argument
H A Dgov_bang_bang.c16 static int thermal_zone_trip_update(struct thermal_zone_device *tz, argument
93 bang_bang_control(struct thermal_zone_device *tz, const struct thermal_trip *trip) argument
[all...]
H A Dgov_step_wise.c71 static void thermal_zone_trip_update(struct thermal_zone_device *tz, argument
132 step_wise_throttle(struct thermal_zone_device *tz, const struct thermal_trip *trip) argument
[all...]
H A Dthermal_debugfs.h21 static inline void thermal_debug_tz_add(struct thermal_zone_device *tz) {} argument
22 static inline void thermal_debug_tz_remove(struct thermal_zone_device *tz) {} argument
23 static inline void thermal_debug_tz_trip_up(struct thermal_zone_device *tz, argument
25 static inline void thermal_debug_tz_trip_down(struct thermal_zone_device *tz, argument
27 static inline void thermal_debug_update_temp(struct thermal_zone_device *tz) {} argument
[all...]
H A Dgov_fair_share.c18 static int get_trip_level(struct thermal_zone_device *tz) argument
43 static long get_target_state(struct thermal_zone_device *tz, argument
68 static int fair_share_throttle(struct thermal_zone_device *tz, argument
[all...]
H A Dthermal_mmio.c23 static int thermal_mmio_get_temperature(struct thermal_zone_device *tz, int *temp) argument
H A Dthermal_trip.c12 int for_each_thermal_trip(struct thermal_zone_device *tz, argument
29 int thermal_zone_for_each_trip(struct thermal_zone_device *tz, argument
43 int thermal_zone_get_num_trips(struct thermal_zone_device *tz) argument
64 __thermal_zone_set_trips(struct thermal_zone_device *tz) argument
107 __thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, struct thermal_trip *trip) argument
118 thermal_zone_get_trip(struct thermal_zone_device *tz, int trip_id, struct thermal_trip *trip) argument
131 thermal_zone_trip_id(const struct thermal_zone_device *tz, const struct thermal_trip *trip) argument
140 thermal_zone_trip_updated(struct thermal_zone_device *tz, const struct thermal_trip *trip) argument
147 thermal_zone_set_trip_temp(struct thermal_zone_device *tz, struct thermal_trip *trip, int temp) argument
[all...]
/linux-master/fs/isofs/
H A Dutil.c21 int year, month, day, hour, minute, second, tz; local
/linux-master/arch/arm64/kernel/vdso/
H A Dvgettimeofday.c19 __kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/loongarch/vdso/
H A Dvgettimeofday.c15 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/riscv/kernel/vdso/
H A Dvgettimeofday.c18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/mips/vdso/
H A Dvgettimeofday.c29 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
65 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/x86/entry/vdso/
H A Dvclock_gettime.c18 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/csky/kernel/vdso/
H A Dvgettimeofday.c20 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/tools/testing/selftests/timers/
H A Dset-tz.c30 struct timezone tz; local
40 struct timezone tz; local
50 struct timezone tz; local
[all...]
/linux-master/arch/powerpc/kernel/vdso/
H A Dvgettimeofday.c40 int __c_kernel_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz, argument
/linux-master/arch/x86/um/vdso/
H A Dum_vdso.c30 int __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/arm64/kernel/vdso32/
H A Dvgettimeofday.c23 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/arch/arm/vdso/
H A Dvgettimeofday.c25 __vdso_gettimeofday(struct __kernel_old_timeval *tv, struct timezone *tz) argument
/linux-master/tools/lib/thermal/
H A Dthermal.c34 int for_each_thermal_zone(struct thermal_zone *tz, cb_tz_t cb, void *arg) argument
47 struct thermal_zone *thermal_zone_find_by_name(struct thermal_zone *tz, argument
63 struct thermal_zone *thermal_zone_find_by_id(struct thermal_zone *tz, in argument
78 __thermal_zone_discover(struct thermal_zone *tz, void *th) argument
91 struct thermal_zone *tz; local
[all...]
/linux-master/drivers/thermal/broadcom/
H A Dns-thermal.c17 static int ns_thermal_get_temp(struct thermal_zone_device *tz, int *temp) argument
48 struct thermal_zone_device *tz; local
/linux-master/samples/timers/
H A Dhpet_example.c138 struct timezone tz; local
/linux-master/arch/s390/include/asm/vdso/
H A Dgettimeofday.h43 gettimeofday_fallback(register struct __kernel_old_timeval *tv, register struct timezone *tz) argument

Completed in 213 milliseconds

12345