Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/
H A Drk_eink_display.c211 case EINK_LOGO_KERNEL: in get_addr_by_type()
411 if (panel->mirror && logo_type != EINK_LOGO_KERNEL) { in read_needed_logo_from_partition()
426 } else if (panel->rearrange && logo_type != EINK_LOGO_KERNEL) { in read_needed_logo_from_partition()
700 ret = read_needed_logo_from_partition(dev, EINK_LOGO_KERNEL, in rockchip_eink_show_logo()
702 if (ret || !(loaded_logo & EINK_LOGO_KERNEL)) { in rockchip_eink_show_logo()
706 EINK_LOGO_KERNEL); in rockchip_eink_show_logo()
/OK3568_Linux_fs/u-boot/include/
H A Drk_eink.h13 EINK_LOGO_KERNEL = 1 << 1, enumerator
/OK3568_Linux_fs/u-boot/tools/rockchip/
H A Dbmp2gray16.c461 in_img_info[logo_count].logo_type = EINK_LOGO_KERNEL; in main()