Lines Matching refs:ovl
55 struct omap_overlay *ovl; in omapfb_setup_plane() local
68 ovl = ofbi->overlays[0]; in omapfb_setup_plane()
96 ovl->get_overlay_info(ovl, &old_info); in omapfb_setup_plane()
104 r = ovl->disable(ovl); in omapfb_setup_plane()
110 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y, in omapfb_setup_plane()
117 ovl->get_overlay_info(ovl, &info); in omapfb_setup_plane()
124 r = ovl->set_overlay_info(ovl, &info); in omapfb_setup_plane()
129 if (ovl->manager) { in omapfb_setup_plane()
130 r = ovl->manager->apply(ovl->manager); in omapfb_setup_plane()
136 r = ovl->enable(ovl); in omapfb_setup_plane()
159 ovl->set_overlay_info(ovl, &old_info); in omapfb_setup_plane()
183 struct omap_overlay *ovl; in omapfb_query_plane() local
186 ovl = ofbi->overlays[0]; in omapfb_query_plane()
187 ovl->get_overlay_info(ovl, &ovli); in omapfb_query_plane()
191 pi->enabled = ovl->is_enabled(ovl); in omapfb_query_plane()
240 struct omap_overlay *ovl; in omapfb_setup_mem() local
241 ovl = ofbi2->overlays[j]; in omapfb_setup_mem()
242 if (ovl->is_enabled(ovl)) { in omapfb_setup_mem()
515 struct omap_overlay *ovl; in omapfb_get_ovl_colormode() local
522 ovl = fbdev->overlays[ovl_idx]; in omapfb_get_ovl_colormode()
523 supported_modes = ovl->supported_modes; in omapfb_get_ovl_colormode()
563 struct omap_overlay *ovl = ofbi->overlays[i]; in omapfb_wait_for_go() local
564 r = ovl->wait_for_go(ovl); in omapfb_wait_for_go()