Searched refs:getinfo (Results 1 – 9 of 9) sorted by relevance
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_loadimage.c | 168 static efi_status_t EFIAPI getinfo 200 .getinfo = getinfo, 215 .getinfo = getinfo, 320 static efi_status_t EFIAPI getinfo in getinfo() function
|
H A D | efi_selftest_block_device.c | 372 ret = root->getinfo(root, &guid_file_system_info, &buf_size, in execute()
|
/openbmc/u-boot/drivers/serial/ |
H A D | serial-uclass.c | 329 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 D | sandbox.c | 244 .getinfo = sandbox_serial_getinfo,
|
H A D | ns16550.c | 518 .getinfo = ns16550_serial_getinfo,
|
/openbmc/u-boot/include/ |
H A D | serial.h | 260 int (*getinfo)(struct udevice *dev, struct serial_device_info *info); member
|
H A D | efi_api.h | 1344 efi_status_t (EFIAPI *getinfo)(struct efi_file_handle *file,
|
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_file.c | 643 .getinfo = efi_file_getinfo,
|
H A D | efi_boottime.c | 1626 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()
|