Searched refs:info_type (Results 1 - 9 of 9) sorted by path

/u-boot/arch/arm/include/asm/mach-imx/
H A Dele_api.h146 int ele_commit(u16 fuse_id, u32 *response, u32 *info_type);
H A Dsys_proto.h169 u32 (*query_boot_infor)(u32 info_type, u32 *info, u32 xor);
208 u32 rom_api_query_boot_infor(u32 info_type, u32 *info);
/u-boot/arch/arm/mach-imx/
H A Dele_ahab.c632 u32 info_type; local
640 if (ele_commit(index, &resp, &info_type)) {
645 printf("Ahab commit succeeded. Information type is 0x%x\n", info_type);
H A Dromapi.c21 u32 rom_api_query_boot_infor(u32 info_type, u32 *info) argument
23 u32 xor = info_type ^ (uintptr_t)info;
27 ret = g_rom_api->query_boot_infor(info_type, info, xor);
/u-boot/drivers/misc/imx_ele/
H A Dele_api.c530 int ele_commit(u16 fuse_id, u32 *response, u32 *info_type) argument
556 if (info_type)
557 *info_type = msg.data[1];
/u-boot/include/
H A Dec_commands.h2809 uint8_t info_type; member in struct:ec_params_mkbp_info
H A Defi_api.h1740 const efi_guid_t *info_type, efi_uintn_t *buffer_size,
1743 const efi_guid_t *info_type, efi_uintn_t buffer_size,
/u-boot/lib/efi_loader/
H A Defi_file.c835 const efi_guid_t *info_type,
843 EFI_ENTRY("%p, %pUs, %p, %p", file, info_type, buffer_size, buffer);
845 if (!file || !info_type || !buffer_size ||
851 if (!guidcmp(info_type, &efi_file_info_guid)) {
881 } else if (!guidcmp(info_type, &efi_file_system_info_guid)) {
920 } else if (!guidcmp(info_type, &efi_system_volume_label_id)) {
936 const efi_guid_t *info_type,
943 EFI_ENTRY("%p, %pUs, %zu, %p", file, info_type, buffer_size, buffer);
945 if (!guidcmp(info_type, &efi_file_info_guid)) {
834 efi_file_getinfo(struct efi_file_handle *file, const efi_guid_t *info_type, efi_uintn_t *buffer_size, void *buffer) argument
935 efi_file_setinfo(struct efi_file_handle *file, const efi_guid_t *info_type, efi_uintn_t buffer_size, void *buffer) argument
/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c170 (struct efi_file_handle *this, const efi_guid_t *info_type,
174 (struct efi_file_handle *this, const efi_guid_t *info_type,
322 (struct efi_file_handle *this, const efi_guid_t *info_type,
326 if (memcmp(info_type, &guid_file_info, sizeof(efi_guid_t)))
336 if (memcmp(info_type, &guid_file_system_info,
353 (struct efi_file_handle *this, const efi_guid_t *info_type,
321 efi_st_getinfo(struct efi_file_handle *this, const efi_guid_t *info_type, efi_uintn_t *buffer_size, void *buffer) argument
352 efi_st_setinfo(struct efi_file_handle *this, const efi_guid_t *info_type, efi_uintn_t buffer_size, void *buffer) argument

Completed in 144 milliseconds