Home
last modified time | relevance | path

Searched refs:efi_bool_t (Results 1 – 10 of 10) sorted by relevance

/Linux-v5.4/drivers/firmware/efi/test/
Defi_test.h59 efi_bool_t *enabled;
60 efi_bool_t *pending;
66 efi_bool_t enabled;
Defi_test.c352 efi_bool_t enabled, pending; in efi_runtime_get_waketime()
362 getwakeuptime.enabled ? (efi_bool_t *)&enabled : NULL, in efi_runtime_get_waketime()
363 getwakeuptime.pending ? (efi_bool_t *)&pending : NULL, in efi_runtime_get_waketime()
389 efi_bool_t enabled; in efi_runtime_set_waketime()
/Linux-v5.4/drivers/firmware/efi/
Druntime-wrappers.c198 status = efi_call_virt(get_wakeup_time, (efi_bool_t *)arg1, in efi_call_rts()
199 (efi_bool_t *)arg2, (efi_time_t *)arg3); in efi_call_rts()
202 status = efi_call_virt(set_wakeup_time, *(efi_bool_t *)arg1, in efi_call_rts()
273 static efi_status_t virt_efi_get_wakeup_time(efi_bool_t *enabled, in virt_efi_get_wakeup_time()
274 efi_bool_t *pending, 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/rtc/
Drtc-efi.c123 status = efi.get_wakeup_time((efi_bool_t *)&wkalrm->enabled, in efi_read_alarm()
124 (efi_bool_t *)&wkalrm->pending, &eft); in efi_read_alarm()
150 status = efi.set_wakeup_time((efi_bool_t)wkalrm->enabled, &eft); in efi_set_alarm()
193 efi_bool_t enabled, pending; in efi_procfs()
/Linux-v5.4/drivers/char/
Defirtc.c229 status = efi.set_wakeup_time((efi_bool_t)enabled, &eft); in efi_rtc_ioctl()
239 status = efi.get_wakeup_time((efi_bool_t *)&enabled, (efi_bool_t *)&pending, &eft); in efi_rtc_ioctl()
281 efi_bool_t enabled, pending; in efi_rtc_proc_show()
/Linux-v5.4/drivers/xen/
Defi.c78 static efi_status_t xen_efi_get_wakeup_time(efi_bool_t *enabled, in xen_efi_get_wakeup_time()
79 efi_bool_t *pending, 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/drivers/firmware/efi/libstub/
Dtpm.c70 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog()
/Linux-v5.4/include/linux/
Defi.h46 typedef u8 efi_bool_t; typedef
516 efi_physical_addr_t *, efi_physical_addr_t *, efi_bool_t *);
575 typedef efi_status_t efi_get_wakeup_time_t (efi_bool_t *enabled, efi_bool_t *pending,
577 typedef efi_status_t efi_set_wakeup_time_t (efi_bool_t enabled, efi_time_t *tm);
/Linux-v5.4/arch/x86/platform/efi/
Defi_64.c741 efi_thunk_get_wakeup_time(efi_bool_t *enabled, efi_bool_t *pending, 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/
Defi.c98 prefix##_get_wakeup_time (efi_bool_t *enabled, efi_bool_t *pending, \
114 prefix##_set_wakeup_time (efi_bool_t enabled, efi_time_t *tm) \