Home
last modified time | relevance | path

Searched refs:part_hdr (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c90 struct logo_part_header part_hdr; member
551 struct logo_part_header *part_hdr = &logo_hdr->part_hdr; in main() local
557 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 …]
/OK3568_Linux_fs/kernel/arch/s390/hypfs/
H A Dhypfs_diag.c502 static void *hypfs_create_lpar_files(struct dentry *systems_dir, void *part_hdr) in hypfs_create_lpar_files() argument
510 part_hdr__part_name(diag204_info_type, part_hdr, lpar_name); in hypfs_create_lpar_files()
518 cpu_info = part_hdr + part_hdr__size(diag204_info_type); in hypfs_create_lpar_files()
519 for (i = 0; i < part_hdr__rcpus(diag204_info_type, part_hdr); i++) { in hypfs_create_lpar_files()
572 void *time_hdr, *part_hdr; in hypfs_diag_create_files() local
586 part_hdr = time_hdr + info_blk_hdr__size(diag204_info_type); in hypfs_diag_create_files()
588 part_hdr = hypfs_create_lpar_files(systems_dir, part_hdr); in hypfs_diag_create_files()
589 if (IS_ERR(part_hdr)) { in hypfs_diag_create_files()
590 rc = PTR_ERR(part_hdr); in hypfs_diag_create_files()
596 ptr = hypfs_create_phys_files(root, part_hdr); in hypfs_diag_create_files()
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_eink_display.c82 struct logo_part_header part_hdr; member
238 struct logo_part_header *part_hdr = &header->part_hdr; in read_header() local
243 if (memcmp(part_hdr->magic, EINK_LOGO_PART_MAGIC, 4)) { in read_header()
247 if (part_hdr->logo_count == 0) { in read_header()
251 for (i = 0; i < part_hdr->logo_count; i++) { in read_header()
352 struct logo_part_header *part_hdr = &hdr->part_hdr; in read_needed_logo_from_partition() local
375 if (part_hdr->screen_width != panel->vir_width || in read_needed_logo_from_partition()
376 part_hdr->screen_height != panel->vir_height){ in read_needed_logo_from_partition()
378 part_hdr->screen_width, part_hdr->screen_height, in read_needed_logo_from_partition()
383 for (i = 0; i < part_hdr->logo_count; i++) { in read_needed_logo_from_partition()