Searched refs:efi_bool_t (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/firmware/efi/test/ |
D | efi_test.h | 59 efi_bool_t *enabled; 60 efi_bool_t *pending; 66 efi_bool_t enabled;
|
D | efi_test.c | 350 efi_bool_t enabled, pending; in efi_runtime_get_waketime() 360 getwakeuptime.enabled ? (efi_bool_t *)&enabled : NULL, in efi_runtime_get_waketime() 361 getwakeuptime.pending ? (efi_bool_t *)&pending : NULL, in efi_runtime_get_waketime() 387 efi_bool_t enabled; in efi_runtime_set_waketime()
|
/Linux-v4.19/drivers/firmware/efi/ |
D | runtime-wrappers.c | 207 status = efi_call_virt(get_wakeup_time, (efi_bool_t *)arg1, in efi_call_rts() 208 (efi_bool_t *)arg2, (efi_time_t *)arg3); in efi_call_rts() 211 status = efi_call_virt(set_wakeup_time, *(efi_bool_t *)arg1, in efi_call_rts() 282 static efi_status_t virt_efi_get_wakeup_time(efi_bool_t *enabled, in virt_efi_get_wakeup_time() 283 efi_bool_t *pending, in virt_efi_get_wakeup_time() 296 static efi_status_t virt_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in virt_efi_set_wakeup_time()
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-efi.c | 128 status = efi.get_wakeup_time((efi_bool_t *)&wkalrm->enabled, in efi_read_alarm() 129 (efi_bool_t *)&wkalrm->pending, &eft); in efi_read_alarm() 155 status = efi.set_wakeup_time((efi_bool_t)wkalrm->enabled, &eft); in efi_set_alarm() 198 efi_bool_t enabled, pending; in efi_procfs()
|
/Linux-v4.19/include/xen/ |
D | xen-ops.h | 169 efi_status_t xen_efi_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, 171 efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm);
|
/Linux-v4.19/drivers/char/ |
D | efirtc.c | 228 status = efi.set_wakeup_time((efi_bool_t)enabled, &eft); in efi_rtc_ioctl() 238 status = efi.get_wakeup_time((efi_bool_t *)&enabled, (efi_bool_t *)&pending, &eft); in efi_rtc_ioctl() 303 efi_bool_t enabled, pending; in efi_rtc_proc_show()
|
/Linux-v4.19/drivers/xen/ |
D | efi.c | 79 efi_status_t xen_efi_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, in xen_efi_get_wakeup_time() 102 efi_status_t xen_efi_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in xen_efi_set_wakeup_time()
|
/Linux-v4.19/drivers/firmware/efi/libstub/ |
D | tpm.c | 71 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog_1_2()
|
/Linux-v4.19/include/linux/ |
D | efi.h | 46 typedef u8 efi_bool_t; typedef 503 efi_physical_addr_t *, efi_physical_addr_t *, efi_bool_t *); 562 typedef efi_status_t efi_get_wakeup_time_t (efi_bool_t *enabled, efi_bool_t *pending, 564 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm);
|
/Linux-v4.19/arch/x86/platform/efi/ |
D | efi_64.c | 740 efi_thunk_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, in efi_thunk_get_wakeup_time() 764 efi_thunk_set_wakeup_time(efi_bool_t enabled, efi_time_t *tm) in efi_thunk_set_wakeup_time()
|
/Linux-v4.19/arch/ia64/kernel/ |
D | efi.c | 95 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \ 111 prefix##_set_wakeup_time (efi_bool_t enabled, efi_time_t *tm) \
|