Searched refs:efi_gop (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/lib/efi_loader/ |
| H A D | Makefile | 19 obj-$(CONFIG_LCD) += efi_gop.o 20 obj-$(CONFIG_DM_VIDEO) += efi_gop.o
|
| H A D | efi_gop.c | 25 struct efi_gop ops; 34 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode() 49 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode() 59 static efi_status_t EFIAPI gop_blt(struct efi_gop *this, void *buffer, in gop_blt()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | efi_api.h | 543 struct efi_gop struct 545 efi_status_t (EFIAPI *query_mode)(struct efi_gop *this, u32 mode_number, 548 efi_status_t (EFIAPI *set_mode)(struct efi_gop *this, u32 mode_number); 549 efi_status_t (EFIAPI *blt)(struct efi_gop *this, void *buffer,
|