Lines Matching full:uefi
54 * efi_to_native() - convert the UEFI variable name and vendor GUID to U-Boot
58 * encoded vendor GUID, and the UTF-8 encoded UEFI variable name separated by
62 * @variable_name: UEFI variable name
104 * Convert the string encoded attributes of a UEFI variable to a bit mask.
108 * @attrp: pointer to UEFI attributes
149 * efi_efi_get_variable() - retrieve value of a UEFI variable
153 * See the Unified Extensible Firmware Interface (UEFI) specification for
245 * parse_uboot_variable() - parse a u-boot variable and get uefi-related
249 * @variable_name: name of uefi variable in u16, null-terminated
253 * A uefi variable is encoded into a u-boot variable as described above.
254 * This function parses such a u-boot variable and retrieve uefi-related
312 * @variable_name: name of uefi variable's name in u16
317 * See the Unified Extensible Firmware Interface (UEFI) specification for
400 * efi_efi_set_variable() - set value of a UEFI variable
404 * See the Unified Extensible Firmware Interface (UEFI) specification for