Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/libstub/
H A Dfile.c132 static efi_device_path_from_text_protocol_t *text_to_dp = NULL; in efi_open_device_path() local
141 if (!text_to_dp && in efi_open_device_path()
143 (void **)&text_to_dp) != EFI_SUCCESS) in efi_open_device_path()
148 initrd_dp = efi_fn_call(text_to_dp, convert_text_to_device_path, in efi_open_device_path()