Searched refs:efi_gop (Results 1 – 7 of 7) sorted by relevance
/external/u-boot/lib/efi_loader/ |
D | efi_gop.c | 31 struct efi_gop ops; 39 static efi_status_t EFIAPI gop_query_mode(struct efi_gop *this, u32 mode_number, in gop_query_mode() 86 static __always_inline efi_status_t gop_blt_int(struct efi_gop *this, in gop_blt_int() 221 static efi_uintn_t gop_get_bpp(struct efi_gop *this) in gop_get_bpp() 255 static efi_status_t gop_blt_video_fill(struct efi_gop *this, in gop_blt_video_fill() 267 static efi_status_t gop_blt_buf_to_vid16(struct efi_gop *this, in gop_blt_buf_to_vid16() 278 static efi_status_t gop_blt_buf_to_vid32(struct efi_gop *this, in gop_blt_buf_to_vid32() 289 static efi_status_t gop_blt_vid_to_vid(struct efi_gop *this, in gop_blt_vid_to_vid() 301 static efi_status_t gop_blt_vid_to_buf(struct efi_gop *this, in gop_blt_vid_to_buf() 325 static efi_status_t EFIAPI gop_set_mode(struct efi_gop *this, u32 mode_number) in gop_set_mode() [all …]
|
D | Makefile | 39 obj-$(CONFIG_LCD) += efi_gop.o 40 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/doc/api/ |
D | efi.rst | 125 .. kernel-doc:: lib/efi_loader/efi_gop.c
|
/external/u-boot/include/ |
D | efi_api.h | 1186 struct efi_gop { struct 1187 efi_status_t (EFIAPI *query_mode)(struct efi_gop *this, u32 mode_number, 1190 efi_status_t (EFIAPI *set_mode)(struct efi_gop *this, u32 mode_number); 1191 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()
|