Home
last modified time | relevance | path

Searched refs:bmp_header (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/firmware/efi/
H A Defi-bgrt.c22 struct bmp_header { struct
30 struct bmp_header bmp_header; in efi_bgrt_init() local
69 image = early_memremap(bgrt->image_address, sizeof(bmp_header)); in efi_bgrt_init()
75 memcpy(&bmp_header, image, sizeof(bmp_header)); in efi_bgrt_init()
76 early_memunmap(image, sizeof(bmp_header)); in efi_bgrt_init()
77 if (bmp_header.id != 0x4d42) { in efi_bgrt_init()
79 bmp_header.id); in efi_bgrt_init()
82 bgrt_image_size = bmp_header.size; in efi_bgrt_init()
/OK3568_Linux_fs/u-boot/include/
H A Dbmp_layout.h24 struct __packed bmp_header { struct
46 struct bmp_header header; argument
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c13 struct bmp_header { struct
35 struct bmp_header hdr; argument
155 struct bmp_header bmp_hdr; in get_logo_resolution()
168 size = sizeof(struct bmp_header); in get_logo_resolution()
203 struct bmp_header *bmp_hdr; in convert_one_image()
/OK3568_Linux_fs/u-boot/common/
H A Dsplash_source.c87 struct bmp_header *bmp_hdr; in splash_load_raw()
89 size_t bmp_size, bmp_header_size = sizeof(struct bmp_header); in splash_load_raw()
98 bmp_hdr = (struct bmp_header *)bmp_load_addr; in splash_load_raw()
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.displaying-bmps14 typedef struct bmp_header {
/OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/
H A Dresource_img.c212 struct bmp_header *header; in resource_setup_logo_bmp()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_display.c1115 struct bmp_header *header; in load_kernel_bmp_logo()
1148 struct bmp_header *header; in load_bmp_logo()