Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_loadimage.c168 static efi_status_t EFIAPI getinfo
200 .getinfo = getinfo,
215 .getinfo = getinfo,
320 static efi_status_t EFIAPI getinfo in getinfo() function
H A Defi_selftest_block_device.c372 ret = root->getinfo(root, &guid_file_system_info, &buf_size, in execute()
/openbmc/u-boot/drivers/serial/
H A Dserial-uclass.c329 if (ops->getinfo) in serial_getinfo()
330 return ops->getinfo(dev, info); in serial_getinfo()
454 if (ops->getinfo) in serial_post_probe()
455 ops->getinfo += gd->reloc_off; in serial_post_probe()
H A Dsandbox.c244 .getinfo = sandbox_serial_getinfo,
H A Dns16550.c518 .getinfo = ns16550_serial_getinfo,
/openbmc/u-boot/include/
H A Dserial.h260 int (*getinfo)(struct udevice *dev, struct serial_device_info *info); member
H A Defi_api.h1344 efi_status_t (EFIAPI *getinfo)(struct efi_file_handle *file,
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c643 .getinfo = efi_file_getinfo,
H A Defi_boottime.c1626 EFI_CALL(ret = f->getinfo(f, (efi_guid_t *)&efi_file_info_guid, in efi_load_image_from_path()
1634 EFI_CALL(ret = f->getinfo(f, (efi_guid_t *)&efi_file_info_guid, &bs, in efi_load_image_from_path()