Searched refs:bmp_header (Results 1 – 7 of 7) sorted by relevance
22 struct bmp_header { struct30 struct bmp_header bmp_header; in efi_bgrt_init() local69 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()
24 struct __packed bmp_header { struct46 struct bmp_header header; argument
13 struct bmp_header { struct35 struct bmp_header hdr; argument155 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()
87 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()
14 typedef struct bmp_header {
212 struct bmp_header *header; in resource_setup_logo_bmp()
1115 struct bmp_header *header; in load_kernel_bmp_logo()1148 struct bmp_header *header; in load_bmp_logo()