Home
last modified time | relevance | path

Searched refs:efi_call_proto (Results 1 – 7 of 7) sorted by relevance

/drivers/firmware/efi/libstub/
Dpci.c62 status = efi_call_proto(pci, get_location, &segment_nr, &bus_nr, in efi_pci_disable_bridge_busmaster()
76 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
93 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
100 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
106 status = efi_call_proto(pci, pci.write, EfiPciIoWidthUint16, in efi_pci_disable_bridge_busmaster()
Drandom.c49 return efi_call_proto(rng, get_rng, NULL, size, out); in efi_get_random_bytes()
105 status = efi_call_proto(rng, get_rng, &rng_algo_raw, in efi_random_get_seed()
113 status = efi_call_proto(rng, get_rng, NULL, in efi_random_get_seed()
Dtpm.c70 status = efi_call_proto(tcg2_protocol, get_event_log, version, in efi_retrieve_tpm2_eventlog()
75 status = efi_call_proto(tcg2_protocol, get_event_log, version, in efi_retrieve_tpm2_eventlog()
Dgop.c157 status = efi_call_proto(gop, query_mode, cmdline.mode, in choose_mode_modenum()
221 status = efi_call_proto(gop, query_mode, m, in choose_mode_res()
281 status = efi_call_proto(gop, query_mode, m, in choose_mode_auto()
335 status = efi_call_proto(gop, query_mode, m, in choose_mode_list()
413 if (efi_call_proto(gop, set_mode, new_mode) != EFI_SUCCESS) in set_mode()
Dx86-stub.c66 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image()
74 status = efi_call_proto(pci, pci.read, EfiPciIoWidthUint16, in preserve_pci_rom_image()
82 status = efi_call_proto(pci, get_location, &rom->segment, &rom->bus, in preserve_pci_rom_image()
181 efi_call_proto(p, get_all, NULL, &size); in retrieve_apple_device_properties()
194 status = efi_call_proto(p, get_all, new->data, &size); in retrieve_apple_device_properties()
267 status = efi_call_proto(uga, get_mode, &w, &h, &depth, &refresh); in setup_uga()
Defi-stub-helper.c41 efi_call_proto(efi_table_attr(efi_system_table, con_out), in efi_char16_puts()
590 status = efi_call_proto(lf2, load_file, dp, false, &initrd_size, NULL); in efi_load_initrd_dev_path()
598 status = efi_call_proto(lf2, load_file, dp, false, &initrd_size, in efi_load_initrd_dev_path()
696 status = efi_call_proto(con_in, read_keystroke, key); in efi_wait_for_key()
Defistub.h49 #define efi_call_proto(inst, func, ...) inst->func(inst, ##__VA_ARGS__) macro