Searched refs:efi_rts_id (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/firmware/efi/
H A Druntime-wrappers.c225 switch (efi_rts_work.efi_rts_id) {
303 * function identifier into efi_rts_work->efi_rts_id
318 efi_rts_work.efi_rts_id = id;
343 efi_rts_work.efi_rts_id = EFI_NONE;
514 efi_rts_work.efi_rts_id = EFI_RESET_SYSTEM;
/linux-master/arch/x86/platform/efi/
H A Dquirks.c728 if (READ_ONCE(efi_rts_work.efi_rts_id) == EFI_NONE ||
754 if (efi_rts_work.efi_rts_id == EFI_RESET_SYSTEM) {
/linux-master/include/linux/
H A Defi.h1265 * @efi_rts_id: EFI Runtime Service function identifier
1273 enum efi_rts_ids efi_rts_id; member in struct:efi_runtime_work

Completed in 137 milliseconds