Home
last modified time | relevance | path

Searched defs:tz (Results 1 – 14 of 14) sorted by relevance

/linux-3.3/drivers/thermal/
Dthermal_sys.c47 struct thermal_zone_device *tz; member
104 struct thermal_zone_device *tz = to_thermal_zone(dev); in type_show() local
112 struct thermal_zone_device *tz = to_thermal_zone(dev); in temp_show() local
130 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_show() local
149 struct thermal_zone_device *tz = to_thermal_zone(dev); in mode_store() local
172 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_type_show() local
204 struct thermal_zone_device *tz = to_thermal_zone(dev); in trip_point_temp_show() local
226 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_store() local
278 struct thermal_zone_device *tz = to_thermal_zone(dev); in passive_show() local
441 struct thermal_zone_device *tz; member
[all …]
/linux-3.3/drivers/acpi/
Dthermal.c196 static int acpi_thermal_get_temperature(struct acpi_thermal *tz) in acpi_thermal_get_temperature()
217 static int acpi_thermal_get_polling_frequency(struct acpi_thermal *tz) in acpi_thermal_get_polling_frequency()
236 static int acpi_thermal_set_cooling_mode(struct acpi_thermal *tz, int mode) in acpi_thermal_set_cooling_mode()
290 static int acpi_thermal_trips_update(struct acpi_thermal *tz, int flag) in acpi_thermal_trips_update()
505 static int acpi_thermal_get_trip_points(struct acpi_thermal *tz) in acpi_thermal_get_trip_points()
528 struct acpi_thermal *tz = data; in acpi_thermal_check() local
539 struct acpi_thermal *tz = thermal->devdata; in thermal_get_temp() local
558 struct acpi_thermal *tz = thermal->devdata; in thermal_get_mode() local
572 struct acpi_thermal *tz = thermal->devdata; in thermal_set_mode() local
601 struct acpi_thermal *tz = thermal->devdata; in thermal_get_trip_type() local
[all …]
/linux-3.3/kernel/
Dtime.c102 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument
153 int do_sys_settimeofday(const struct timespec *tv, const struct timezone *tz) in do_sys_settimeofday()
186 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument
Dcompat.c115 struct timezone __user *tz) in compat_sys_gettimeofday()
132 struct timezone __user *tz) in compat_sys_settimeofday()
/linux-3.3/fs/isofs/
Dutil.c19 int year, month, day, hour, minute, second, tz; in iso_date() local
/linux-3.3/arch/x86/um/vdso/
Dum_vdso.c31 int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
/linux-3.3/arch/x86/vdso/
Dvclock_gettime.c179 notrace int __vdso_gettimeofday(struct timeval *tv, struct timezone *tz) in __vdso_gettimeofday()
/linux-3.3/Documentation/timers/
Dhpet_example.c137 struct timezone tz; in hpet_poll() local
/linux-3.3/arch/mips/kernel/
Dkspd.c206 struct timezone tz; in sp_work_handle_request() local
/linux-3.3/security/
Dcommoncap.c108 int cap_settime(const struct timespec *ts, const struct timezone *tz) in cap_settime()
Dsecurity.c185 int security_settime(const struct timespec *ts, const struct timezone *tz) in security_settime()
/linux-3.3/drivers/staging/comedi/drivers/
Djr3_pci.h248 tz, enumerator
/linux-3.3/arch/alpha/kernel/
Dosf_sys.c842 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument
858 struct timezone __user *, tz) in SYSCALL_DEFINE2() argument
/linux-3.3/include/linux/
Dsecurity.h1894 const struct timezone *tz) in security_settime()