Lines Matching refs:panel
365 struct ebc_panel *panel = dev_get_platdata(dev); in read_needed_logo_from_partition() local
387 if (part_hdr->screen_width != panel->width || in read_needed_logo_from_partition()
388 part_hdr->screen_height != panel->height){ in read_needed_logo_from_partition()
391 panel->width, panel->height); in read_needed_logo_from_partition()
423 if (panel->mirror && logo_type != EINK_LOGO_KERNEL) { in read_needed_logo_from_partition()
424 u32 w = panel->width; in read_needed_logo_from_partition()
425 u32 h = panel->height; in read_needed_logo_from_partition()
438 } else if (panel->rearrange && logo_type != EINK_LOGO_KERNEL) { in read_needed_logo_from_partition()
439 u32 w = panel->width; in read_needed_logo_from_partition()
440 u32 h = panel->height; in read_needed_logo_from_partition()
475 struct ebc_panel *panel = dev_get_platdata(dev); in ebc_power_set() local
493 ret = ebc_tcon_ops->enable(ebc_tcon_dev, panel); in ebc_power_set()