Searched refs:logo_type (Results 1 – 4 of 4) sorted by relevance
80 u32 logo_type; member203 static int get_addr_by_type(struct udevice *dev, u32 logo_type) in get_addr_by_type() argument212 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() local403 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 …]
77 uint32_t logo_type; member96 int logo_type; member266 gr_hdr->logo_type = type; in convert_one_image()424 int logo_type = EINK_LOGO_CHARGING_0 << i; in main() local436 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()
31 int rockchip_eink_show_charge_logo(int logo_type);
863 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local865 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() local886 ret = rockchip_eink_show_charge_logo(logo_type); in charge_animation_show()900 int logo_type = EINK_LOGO_CHARGING_0; in charge_animation_show() local902 rockchip_eink_show_charge_logo(logo_type << in charge_animation_show()