Searched refs:efi_gop (Results 1 – 6 of 6) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 24 struct efi_gop ops; 33 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode() 48 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode() 79 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() 214 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp() 248 static efi_status_t gop_blt_video_fill(struct efi_gop *this, in gop_blt_video_fill() 260 static efi_status_t gop_blt_buf_to_vid16(struct efi_gop *this, in gop_blt_buf_to_vid16() 271 static efi_status_t gop_blt_buf_to_vid32(struct efi_gop *this, in gop_blt_buf_to_vid32() 282 static efi_status_t gop_blt_vid_to_vid(struct efi_gop *this, in gop_blt_vid_to_vid() 294 static efi_status_t gop_blt_vid_to_buf(struct efi_gop *this, in gop_blt_vid_to_buf() [all …]
|
D | Makefile | 21 obj-$(CONFIG_LCD) += efi_gop.o 22 obj-$(CONFIG_DM_VIDEO) += efi_gop.o
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_gop.c | 14 static struct efi_gop *gop;
|
D | efi_selftest_bitblt.c | 27 static struct efi_gop *gop;
|
/external/u-boot/include/ |
D | efi_api.h | 688 struct efi_gop struct 690 efi_status_t (EFIAPI *query_mode)(struct efi_gop *this, u32 mode_number, 693 efi_status_t (EFIAPI *set_mode)(struct efi_gop *this, u32 mode_number); 694 efi_status_t (EFIAPI *blt)(struct efi_gop *this,
|
/external/u-boot/lib/efi/ |
D | efi_stub.c | 278 struct efi_gop *gop; in efi_main()
|