Searched refs:timezone (Results 1 – 13 of 13) sorted by relevance
/linux-4.19.296/drivers/rtc/ |
D | rtc-efi.c | 68 eft->timezone = EFI_UNSPECIFIED_TIMEZONE; in convert_to_efi_time() 215 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 219 seq_printf(seq, "Timezone\t: %u\n", eft.timezone); in efi_procfs() 233 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_procfs() 237 seq_printf(seq, "Timezone\t: %u\n", alm.timezone); in efi_procfs()
|
D | Kconfig | 41 timezone correction.
|
/linux-4.19.296/drivers/char/ |
D | efirtc.c | 113 eft->timezone = EFI_UNSPECIFIED_TIMEZONE; in convert_to_efi_time() 325 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_rtc_proc_show() 329 seq_printf(m, "Timezone : %u\n", eft.timezone); in efi_rtc_proc_show() 344 if (eft.timezone == EFI_UNSPECIFIED_TIMEZONE) in efi_rtc_proc_show() 348 seq_printf(m, "Timezone : %u\n", alm.timezone); in efi_rtc_proc_show()
|
/linux-4.19.296/include/uapi/linux/ |
D | time.h | 21 struct timezone { struct
|
/linux-4.19.296/include/linux/ |
D | time.h | 10 extern struct timezone sys_tz;
|
D | timekeeping.h | 21 const struct timezone *tz);
|
D | security.h | 70 struct timezone; 79 extern int cap_settime(const struct timespec64 *ts, const struct timezone *tz); 246 int security_settime64(const struct timespec64 *ts, const struct timezone *tz); 522 const struct timezone *tz) in security_settime64()
|
D | compat.h | 787 struct timezone __user *tz); 789 struct timezone __user *tz);
|
D | syscalls.h | 58 struct timezone; 678 struct timezone __user *tz); 680 struct timezone __user *tz);
|
D | lsm_hooks.h | 1456 int (*settime)(const struct timespec64 *ts, const struct timezone *tz);
|
D | efi.h | 183 s16 timezone; member
|
/linux-4.19.296/fs/hpfs/ |
D | hpfs_fn.h | 339 extern struct timezone sys_tz; in local_to_gmt() 345 extern struct timezone sys_tz; in gmt_to_local()
|
/linux-4.19.296/include/acpi/ |
D | acbuffer.h | 53 u16 timezone; member
|