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

12345

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/acpi/
H A Dthermal.c257 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) argument
262 if (!tz)
265 tz->last_temperature = tz->temperature;
267 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
271 tz->temperature = tmp;
273 tz->temperature));
278 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) argument
283 if (!tz)
286 status = acpi_evaluate_integer(tz
297 acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) argument
351 acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) argument
566 acpi_thermal_get_trip_points(struct acpi_thermal *tz) argument
589 struct acpi_thermal *tz = data; local
600 struct acpi_thermal *tz = thermal->devdata; local
619 struct acpi_thermal *tz = thermal->devdata; local
633 struct acpi_thermal *tz = thermal->devdata; local
662 struct acpi_thermal *tz = thermal->devdata; local
707 struct acpi_thermal *tz = thermal->devdata; local
759 struct acpi_thermal *tz = thermal->devdata; local
774 struct acpi_thermal *tz = thermal->devdata; local
800 struct acpi_thermal *tz = thermal->devdata; local
888 acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) argument
950 acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz) argument
968 struct acpi_thermal *tz = seq->private; local
1003 struct acpi_thermal *tz = seq->private; local
1027 struct acpi_thermal *tz = seq->private; local
1097 struct acpi_thermal *tz = seq->private; local
1124 struct acpi_thermal *tz = m->private; local
1153 struct acpi_thermal *tz = seq->private; local
1177 acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds) argument
1203 struct acpi_thermal *tz = m->private; local
1318 struct acpi_thermal *tz = acpi_driver_data(device); local
1349 acpi_thermal_get_info(struct acpi_thermal *tz) argument
1391 acpi_thermal_guess_offset(struct acpi_thermal *tz) argument
1403 struct acpi_thermal *tz = NULL; local
1450 struct acpi_thermal *tz = NULL; local
1466 struct acpi_thermal *tz = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/acpi/
H A Dthermal.c257 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) argument
262 if (!tz)
265 tz->last_temperature = tz->temperature;
267 status = acpi_evaluate_integer(tz->device->handle, "_TMP", NULL, &tmp);
271 tz->temperature = tmp;
273 tz->temperature));
278 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) argument
283 if (!tz)
286 status = acpi_evaluate_integer(tz
297 acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) argument
351 acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) argument
566 acpi_thermal_get_trip_points(struct acpi_thermal *tz) argument
589 struct acpi_thermal *tz = data; local
600 struct acpi_thermal *tz = thermal->devdata; local
619 struct acpi_thermal *tz = thermal->devdata; local
633 struct acpi_thermal *tz = thermal->devdata; local
662 struct acpi_thermal *tz = thermal->devdata; local
707 struct acpi_thermal *tz = thermal->devdata; local
759 struct acpi_thermal *tz = thermal->devdata; local
774 struct acpi_thermal *tz = thermal->devdata; local
800 struct acpi_thermal *tz = thermal->devdata; local
888 acpi_thermal_register_thermal_zone(struct acpi_thermal *tz) argument
950 acpi_thermal_unregister_thermal_zone(struct acpi_thermal *tz) argument
968 struct acpi_thermal *tz = seq->private; local
1003 struct acpi_thermal *tz = seq->private; local
1027 struct acpi_thermal *tz = seq->private; local
1097 struct acpi_thermal *tz = seq->private; local
1124 struct acpi_thermal *tz = m->private; local
1153 struct acpi_thermal *tz = seq->private; local
1177 acpi_thermal_set_polling(struct acpi_thermal *tz, int seconds) argument
1203 struct acpi_thermal *tz = m->private; local
1318 struct acpi_thermal *tz = acpi_driver_data(device); local
1349 acpi_thermal_get_info(struct acpi_thermal *tz) argument
1391 acpi_thermal_guess_offset(struct acpi_thermal *tz) argument
1403 struct acpi_thermal *tz = NULL; local
1450 struct acpi_thermal *tz = NULL; local
1466 struct acpi_thermal *tz = NULL; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
28 if (flag == 0) tz = p[6]; /* High sierra has no time zone */
29 else tz = 0;
48 if (tz & 0x80)
49 tz |= (-1 << 8);
76 if (-52 <= tz && tz <= 52)
77 crtime -= tz * 15 * 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/isofs/
H A Dutil.c19 int year, month, day, hour, minute, second, tz; local
28 if (flag == 0) tz = p[6]; /* High sierra has no time zone */
29 else tz = 0;
48 if (tz & 0x80)
49 tz |= (-1 << 8);
76 if (-52 <= tz && tz <= 52)
77 crtime -= tz * 15 * 60;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
15 that @var{tz} be NULL. Returns 0 on success, -1 on failure.
22 gettimeofday (struct timeval *tp, void *tz) argument
24 if (tz)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/thermal/
H A Dthermal_sys.c45 struct thermal_zone_device *tz; member in struct:thermal_cooling_device_instance
100 struct thermal_zone_device *tz = to_thermal_zone(dev); local
102 return sprintf(buf, "%s\n", tz->type);
108 struct thermal_zone_device *tz = to_thermal_zone(dev); local
112 if (!tz->ops->get_temp)
115 ret = tz->ops->get_temp(tz, &temperature);
126 struct thermal_zone_device *tz = to_thermal_zone(dev); local
130 if (!tz->ops->get_mode)
133 result = tz
145 struct thermal_zone_device *tz = to_thermal_zone(dev); local
168 struct thermal_zone_device *tz = to_thermal_zone(dev); local
200 struct thermal_zone_device *tz = to_thermal_zone(dev); local
222 struct thermal_zone_device *tz = to_thermal_zone(dev); local
274 struct thermal_zone_device *tz = to_thermal_zone(dev); local
436 struct thermal_zone_device *tz local
454 struct thermal_zone_device *tz local
469 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument
553 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument
576 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument
582 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument
587 thermal_zone_device_set_polling(struct thermal_zone_device *tz, int delay) argument
603 thermal_zone_device_passive(struct thermal_zone_device *tz, int temp, int trip_temp, int trip) argument
673 struct thermal_zone_device *tz = container_of(work, struct local
688 thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument
773 thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument
803 struct thermal_zone_device *tz; local
914 struct thermal_zone_device *tz; local
953 thermal_zone_device_update(struct thermal_zone_device *tz) argument
1059 struct thermal_zone_device *tz; local
1172 thermal_zone_device_unregister(struct thermal_zone_device *tz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/thermal/
H A Dthermal_sys.c45 struct thermal_zone_device *tz; member in struct:thermal_cooling_device_instance
100 struct thermal_zone_device *tz = to_thermal_zone(dev); local
102 return sprintf(buf, "%s\n", tz->type);
108 struct thermal_zone_device *tz = to_thermal_zone(dev); local
112 if (!tz->ops->get_temp)
115 ret = tz->ops->get_temp(tz, &temperature);
126 struct thermal_zone_device *tz = to_thermal_zone(dev); local
130 if (!tz->ops->get_mode)
133 result = tz
145 struct thermal_zone_device *tz = to_thermal_zone(dev); local
168 struct thermal_zone_device *tz = to_thermal_zone(dev); local
200 struct thermal_zone_device *tz = to_thermal_zone(dev); local
222 struct thermal_zone_device *tz = to_thermal_zone(dev); local
274 struct thermal_zone_device *tz = to_thermal_zone(dev); local
436 struct thermal_zone_device *tz local
454 struct thermal_zone_device *tz local
469 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument
553 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument
576 thermal_add_hwmon_sysfs(struct thermal_zone_device *tz) argument
582 thermal_remove_hwmon_sysfs(struct thermal_zone_device *tz) argument
587 thermal_zone_device_set_polling(struct thermal_zone_device *tz, int delay) argument
603 thermal_zone_device_passive(struct thermal_zone_device *tz, int temp, int trip_temp, int trip) argument
673 struct thermal_zone_device *tz = container_of(work, struct local
688 thermal_zone_bind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument
773 thermal_zone_unbind_cooling_device(struct thermal_zone_device *tz, int trip, struct thermal_cooling_device *cdev) argument
803 struct thermal_zone_device *tz; local
914 struct thermal_zone_device *tz; local
953 thermal_zone_device_update(struct thermal_zone_device *tz) argument
1059 struct thermal_zone_device *tz; local
1172 thermal_zone_device_unregister(struct thermal_zone_device *tz) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/compat/
H A Dcompat-gettimeofday.c65 gettimeofday (struct timeval *tv, void *tz) argument
73 (void)tz;
121 gettimeofday (struct timeval *tv, void *tz) argument
123 (void)tz;
H A Dcompat.h53 int gettimeofday (struct timeval *tv, void *tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openvpn/src/compat/
H A Dcompat-gettimeofday.c65 gettimeofday (struct timeval *tv, void *tz) argument
73 (void)tz;
121 gettimeofday (struct timeval *tv, void *tz) argument
123 (void)tz;
H A Dcompat.h53 int gettimeofday (struct timeval *tv, void *tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/src/compat/
H A Dcompat-gettimeofday.c65 gettimeofday (struct timeval *tv, void *tz) argument
73 (void)tz;
121 gettimeofday (struct timeval *tv, void *tz) argument
123 (void)tz;
H A Dcompat.h53 int gettimeofday (struct timeval *tv, void *tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/wget/lib/
H A Dgettimeofday.c102 gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
115 int result = gettimeofday (&otv, (struct timezone *) tz);
122 int result = gettimeofday (tv, (struct timezone *) tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/wget/lib/
H A Dgettimeofday.c102 gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
115 int result = gettimeofday (&otv, (struct timezone *) tz);
122 int result = gettimeofday (tv, (struct timezone *) tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/wget/lib/
H A Dgettimeofday.c102 gettimeofday (struct timeval *restrict tv, void *restrict tz) argument
115 int result = gettimeofday (&otv, (struct timezone *) tz);
122 int result = gettimeofday (tv, (struct timezone *) tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/vdso/
H A Dvclock_gettime.c136 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) argument
147 if (unlikely(tz != NULL)) {
149 tz->tz_minuteswest = gtod->sys_tz.tz_minuteswest;
150 tz->tz_dsttime = gtod->sys_tz.tz_dsttime;
155 "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/vdso/
H A Dvclock_gettime.c136 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) argument
147 if (unlikely(tz != NULL)) {
149 tz->tz_minuteswest = gtod->sys_tz.tz_minuteswest;
150 tz->tz_dsttime = gtod->sys_tz.tz_dsttime;
155 "0" (__NR_gettimeofday), "D" (tv), "S" (tz) : "memory");
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/kernel/
H A Dvsyscall_64.c98 static __always_inline void do_get_tz(struct timezone * tz) argument
100 *tz = __vsyscall_gtod_data.sys_tz;
103 static __always_inline int gettimeofday(struct timeval *tv, struct timezone *tz) argument
108 : "0" (__NR_gettimeofday),"D" (tv),"S" (tz)
159 int __vsyscall(0) vgettimeofday(struct timeval * tv, struct timezone * tz) argument
163 if (tz)
164 do_get_tz(tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/kernel/
H A Dvsyscall_64.c98 static __always_inline void do_get_tz(struct timezone * tz) argument
100 *tz = __vsyscall_gtod_data.sys_tz;
103 static __always_inline int gettimeofday(struct timeval *tv, struct timezone *tz) argument
108 : "0" (__NR_gettimeofday),"D" (tv),"S" (tz)
159 int __vsyscall(0) vgettimeofday(struct timeval * tv, struct timezone * tz) argument
163 if (tz)
164 do_get_tz(tz);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/kernel/
H A Dtime.c102 struct timezone __user *, tz)
110 if (unlikely(tz != NULL)) {
111 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
153 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz) argument
161 error = security_settime(tv, tz);
165 if (tz) {
167 sys_tz = *tz;
186 struct timezone __user *, tz)
198 if (tz) {
199 if (copy_from_user(&new_tz, tz, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/kernel/
H A Dtime.c102 struct timezone __user *, tz)
110 if (unlikely(tz != NULL)) {
111 if (copy_to_user(tz, &sys_tz, sizeof(sys_tz)))
153 int do_sys_settimeofday(struct timespec *tv, struct timezone *tz) argument
161 error = security_settime(tv, tz);
165 if (tz) {
167 sys_tz = *tz;
186 struct timezone __user *, tz)
198 if (tz) {
199 if (copy_from_user(&new_tz, tz, sizeo
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openvpn/src/openvpn/
H A Dotime.h64 openvpn_gettimeofday (struct timeval *tv, void *tz) argument
66 const int status = gettimeofday (tv, tz);
109 openvpn_gettimeofday (struct timeval *tv, void *tz) argument
111 return gettimeofday (tv, tz);

Completed in 245 milliseconds

12345