Searched refs:part_hdr (Results 1 – 2 of 2) sorted by relevance
90 struct logo_part_header part_hdr; member551 struct logo_part_header *part_hdr = &logo_hdr->part_hdr; in main() local557 part_hdr->magic[0] = 'R'; in main()558 part_hdr->magic[1] = 'K'; in main()559 part_hdr->magic[2] = 'E'; in main()560 part_hdr->magic[3] = 'L'; in main()561 part_hdr->totoal_size = total_size; in main()562 part_hdr->screen_width = screen_w; in main()563 part_hdr->screen_height = screen_h; in main()564 part_hdr->logo_count = i; in main()[all …]
92 struct logo_part_header part_hdr; member250 struct logo_part_header *part_hdr = &header->part_hdr; in read_header() local255 if (memcmp(part_hdr->magic, EINK_LOGO_PART_MAGIC, 4)) { in read_header()259 if (part_hdr->logo_count == 0) { in read_header()263 for (i = 0; i < part_hdr->logo_count; i++) { in read_header()364 struct logo_part_header *part_hdr = &hdr->part_hdr; in read_needed_logo_from_partition() local387 if (part_hdr->screen_width != panel->width || in read_needed_logo_from_partition()388 part_hdr->screen_height != panel->height){ in read_needed_logo_from_partition()390 part_hdr->screen_width, part_hdr->screen_height, in read_needed_logo_from_partition()395 for (i = 0; i < part_hdr->logo_count; i++) { in read_needed_logo_from_partition()