Home
last modified time | relevance | path

Searched refs:logo_type (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/rk_eink/
H A Drk_eink_display.c80 u32 logo_type; member
203 static int get_addr_by_type(struct udevice *dev, u32 logo_type) in get_addr_by_type() argument
212 indx = ffs(logo_type); in get_addr_by_type()
220 switch (logo_type) { in get_addr_by_type()
239 printf("invalid logo type[%d]\n", logo_type); in get_addr_by_type()
400 u32 logo_type = img_hdr->logo_type; in read_needed_logo_from_partition() local
403 offset, size, logo_type, img_hdr->w, img_hdr->h); in read_needed_logo_from_partition()
405 if (logo & logo_type) { in read_needed_logo_from_partition()
406 pic_buf = get_addr_by_type(dev, logo_type); in read_needed_logo_from_partition()
410 img_hdr->logo_type); in read_needed_logo_from_partition()
[all …]
/rk3399_rockchip-uboot/tools/rockchip/
H A Dbmp2gray16.c77 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()
/rk3399_rockchip-uboot/include/
H A Drk_eink.h31 int rockchip_eink_show_charge_logo(int logo_type);
/rk3399_rockchip-uboot/drivers/power/
H A Dcharge_animation.c863 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local
865 logo_type = logo_type << (old_show_idx + 1); in charge_animation_show()
866 ret = rockchip_eink_show_charge_logo(logo_type); in charge_animation_show()
884 int logo_type = EINK_LOGO_CHARGING_5; in charge_animation_show() local
886 ret = rockchip_eink_show_charge_logo(logo_type); in charge_animation_show()
900 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local
902 rockchip_eink_show_charge_logo(logo_type << in charge_animation_show()