Searched refs:efi_time_t (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-efi.c | 27 compute_yday(efi_time_t *eft) in compute_yday() 37 compute_wday(efi_time_t *eft, int yday) in compute_wday() 53 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) in convert_to_efi_time() 67 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) in convert_from_efi_time() 117 efi_time_t eft; in efi_read_alarm() 137 efi_time_t eft; in efi_set_alarm() 160 efi_time_t eft; in efi_read_time() 180 efi_time_t eft; in efi_set_time() 191 efi_time_t eft, alm; in efi_procfs() 257 efi_time_t eft; in efi_rtc_probe()
|
| /Linux-v5.4/drivers/firmware/efi/test/ |
| D | efi_test.h | 48 efi_time_t *time; 54 efi_time_t *time; 61 efi_time_t *time; 67 efi_time_t *time;
|
| D | efi_test.c | 295 efi_time_t efi_time; in efi_runtime_get_time() 320 if (copy_to_user(gettime.time, &efi_time, sizeof(efi_time_t))) in efi_runtime_get_time() 332 efi_time_t efi_time; in efi_runtime_set_time() 338 sizeof(efi_time_t))) in efi_runtime_set_time() 354 efi_time_t efi_time; in efi_runtime_get_waketime() 378 sizeof(efi_time_t))) in efi_runtime_get_waketime() 391 efi_time_t efi_time; in efi_runtime_set_waketime() 402 sizeof(efi_time_t))) in efi_runtime_set_waketime()
|
| /Linux-v5.4/drivers/firmware/efi/ |
| D | runtime-wrappers.c | 191 status = efi_call_virt(get_time, (efi_time_t *)arg1, in efi_call_rts() 195 status = efi_call_virt(set_time, (efi_time_t *)arg1); in efi_call_rts() 199 (efi_bool_t *)arg2, (efi_time_t *)arg3); in efi_call_rts() 203 (efi_time_t *)arg2); in efi_call_rts() 251 static efi_status_t virt_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) in virt_efi_get_time() 262 static efi_status_t virt_efi_set_time(efi_time_t *tm) in virt_efi_set_time() 275 efi_time_t *tm) in virt_efi_get_wakeup_time() 287 static efi_status_t virt_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in virt_efi_set_wakeup_time()
|
| /Linux-v5.4/drivers/char/ |
| D | efirtc.c | 70 compute_yday(efi_time_t *eft) in compute_yday() 81 compute_wday(efi_time_t *eft) in compute_wday() 103 convert_to_efi_time(struct rtc_time *wtime, efi_time_t *eft) in convert_to_efi_time() 118 convert_from_efi_time(efi_time_t *eft, struct rtc_time *wtime) in convert_from_efi_time() 153 efi_time_t eft; in efi_rtc_ioctl() 279 efi_time_t eft, alm; in efi_rtc_proc_show()
|
| /Linux-v5.4/drivers/xen/ |
| D | efi.c | 43 static efi_status_t xen_efi_get_time(efi_time_t *tm, efi_time_cap_t *tc) in xen_efi_get_time() 65 static efi_status_t xen_efi_set_time(efi_time_t *tm) in xen_efi_set_time() 80 efi_time_t *tm) in xen_efi_get_wakeup_time() 101 static efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in xen_efi_set_wakeup_time()
|
| /Linux-v5.4/include/linux/ |
| D | efi.h | 197 } efi_time_t; typedef 573 typedef efi_status_t efi_get_time_t (efi_time_t *tm, efi_time_cap_t *tc); 574 typedef efi_status_t efi_set_time_t (efi_time_t *tm); 576 efi_time_t *tm); 577 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm); 866 efi_time_t create_time; 867 efi_time_t last_access_time; 868 efi_time_t modification_time; 976 efi_time_t time_of_revocation;
|
| /Linux-v5.4/arch/x86/platform/efi/ |
| D | efi_64.c | 701 static efi_status_t efi_thunk_get_time(efi_time_t *tm, efi_time_cap_t *tc) in efi_thunk_get_time() 721 static efi_status_t efi_thunk_set_time(efi_time_t *tm) in efi_thunk_set_time() 742 efi_time_t *tm) in efi_thunk_get_wakeup_time() 765 efi_thunk_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in efi_thunk_set_wakeup_time()
|
| /Linux-v5.4/arch/ia64/kernel/ |
| D | efi.c | 67 prefix##_get_time (efi_time_t *tm, efi_time_cap_t *tc) \ 84 prefix##_set_time (efi_time_t *tm) \ 99 efi_time_t *tm) \ 114 prefix##_set_wakeup_time (efi_bool_t enabled, efi_time_t *tm) \ 117 efi_time_t *atm = NULL; \ 245 efi_time_t tm; in STUB_GET_TIME()
|