Searched refs:efi_bool_t (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/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 | 352 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/ |
D | runtime-wrappers.c | 198 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/ |
D | rtc-efi.c | 123 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/ |
D | efirtc.c | 229 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/ |
D | efi.c | 78 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/ |
D | tpm.c | 70 efi_bool_t truncated; in efi_retrieve_tpm2_eventlog()
|
/Linux-v5.4/include/linux/ |
D | efi.h | 46 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/ |
D | efi_64.c | 741 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/ |
D | efi.c | 98 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) \
|