Searched refs:logo_type (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/ |
| H A D | rk_eink_display.c | 70 u32 logo_type; member 191 static int get_addr_by_type(struct udevice *dev, u32 logo_type) in get_addr_by_type() argument 200 indx = ffs(logo_type); in get_addr_by_type() 208 switch (logo_type) { in get_addr_by_type() 227 printf("invalid logo type[%d]\n", logo_type); in get_addr_by_type() 388 u32 logo_type = img_hdr->logo_type; in read_needed_logo_from_partition() local 391 offset, size, logo_type, img_hdr->w, img_hdr->h); in read_needed_logo_from_partition() 393 if (logo & logo_type) { in read_needed_logo_from_partition() 394 pic_buf = get_addr_by_type(dev, logo_type); in read_needed_logo_from_partition() 398 img_hdr->logo_type); in read_needed_logo_from_partition() [all …]
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| H A D | bmp2gray16.c | 77 uint32_t logo_type; member 96 int logo_type; member 266 gr_hdr->logo_type = type; in convert_one_image() 424 int logo_type = EINK_LOGO_CHARGING_0 << i; in main() local 436 in_img_info[logo_count].logo_type = logo_type; in main() 449 in_img_info[logo_count].logo_type = EINK_LOGO_UBOOT; in main() 461 in_img_info[logo_count].logo_type = EINK_LOGO_KERNEL; in main() 473 in_img_info[logo_count].logo_type = EINK_LOGO_POWEROFF; in main() 535 int type = in_img_info[i].logo_type; in main()
|
| /OK3568_Linux_fs/kernel/drivers/video/logo/ |
| H A D | pnmtologo.c | 71 static int logo_type = LINUX_LOGO_CLUT224; variable 255 fprintf(out, "\t.type\t\t= %s,\n", logo_types[logo_type]); in write_footer() 258 if (logo_type == LINUX_LOGO_CLUT224) { in write_footer() 474 logo_type = LINUX_LOGO_MONO; in main() 476 logo_type = LINUX_LOGO_VGA16; in main() 478 logo_type = LINUX_LOGO_CLUT224; in main() 480 logo_type = LINUX_LOGO_GRAY256; in main() 496 switch (logo_type) { in main()
|
| /OK3568_Linux_fs/u-boot/drivers/power/ |
| H A D | charge_animation.c | 862 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local 864 logo_type = logo_type << (old_show_idx + 1); in charge_animation_show() 865 ret = rockchip_eink_show_charge_logo(logo_type); in charge_animation_show() 883 int logo_type = EINK_LOGO_CHARGING_5; in charge_animation_show() local 885 ret = rockchip_eink_show_charge_logo(logo_type); in charge_animation_show() 899 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local 901 rockchip_eink_show_charge_logo(logo_type << in charge_animation_show()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | rk_eink.h | 31 int rockchip_eink_show_charge_logo(int logo_type);
|