Home
last modified time | relevance | path

Searched refs:ovl (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A Doverlay-sysfs.c24 static ssize_t overlay_name_show(struct omap_overlay *ovl, char *buf) in overlay_name_show() argument
26 return sysfs_emit(buf, "%s\n", ovl->name); in overlay_name_show()
29 static ssize_t overlay_manager_show(struct omap_overlay *ovl, char *buf) in overlay_manager_show() argument
32 ovl->manager ? ovl->manager->name : "<none>"); in overlay_manager_show()
35 static ssize_t overlay_manager_store(struct omap_overlay *ovl, const char *buf, in overlay_manager_store() argument
63 if (mgr == ovl->manager) in overlay_manager_store()
66 old_mgr = ovl->manager; in overlay_manager_store()
74 r = ovl->unset_manager(ovl); in overlay_manager_store()
86 r = ovl->set_manager(ovl, mgr); in overlay_manager_store()
106 static ssize_t overlay_input_size_show(struct omap_overlay *ovl, char *buf) in overlay_input_size_show() argument
[all …]
H A Doverlay.c57 struct omap_overlay *ovl = &overlays[i]; in dss_init_overlays() local
61 ovl->name = "gfx"; in dss_init_overlays()
62 ovl->id = OMAP_DSS_GFX; in dss_init_overlays()
65 ovl->name = "vid1"; in dss_init_overlays()
66 ovl->id = OMAP_DSS_VIDEO1; in dss_init_overlays()
69 ovl->name = "vid2"; in dss_init_overlays()
70 ovl->id = OMAP_DSS_VIDEO2; in dss_init_overlays()
73 ovl->name = "vid3"; in dss_init_overlays()
74 ovl->id = OMAP_DSS_VIDEO3; in dss_init_overlays()
78 ovl->caps = dss_feat_get_overlay_caps(ovl->id); in dss_init_overlays()
[all …]
H A Dmanager.c219 struct omap_overlay *ovl; in dss_mgr_check() local
236 list_for_each_entry(ovl, &mgr->overlays, list) { in dss_mgr_check()
240 oi = overlay_infos[ovl->id]; in dss_mgr_check()
245 r = dss_ovl_check(ovl, oi, mgr_timings); in dss_mgr_check()
H A Ddss.h237 int dss_ovl_simple_check(struct omap_overlay *ovl,
239 int dss_ovl_check(struct omap_overlay *ovl, struct omap_overlay_info *info,
243 int dss_overlay_kobj_init(struct omap_overlay *ovl,
245 void dss_overlay_kobj_uninit(struct omap_overlay *ovl);
/linux/drivers/media/platform/ti/omap/
H A Domap_vout.c240 struct omap_overlay *ovl; in video_mode_to_dss_mode() local
246 ovl = ovid->overlays[0]; in video_mode_to_dss_mode()
262 mode = (ovl->id == OMAP_DSS_VIDEO1) ? in video_mode_to_dss_mode()
279 struct omap_overlay *ovl, int posx, int posy, int outw, in omapvid_setup_overlay() argument
286 if ((ovl->caps & OMAP_DSS_OVL_CAP_SCALE) == 0 && in omapvid_setup_overlay()
311 ovl->get_overlay_info(ovl, &info); in omapvid_setup_overlay()
336 ovl->is_enabled(ovl), &info.paddr, info.width, info.height, in omapvid_setup_overlay()
341 ret = ovl->set_overlay_info(ovl, &info); in omapvid_setup_overlay()
359 struct omap_overlay *ovl; in omapvid_init() local
368 ovl = ovid->overlays[i]; in omapvid_init()
[all …]
/linux/drivers/video/fbdev/omap2/omapfb/
H A Domapfb.h123 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
137 struct omap_overlay *ovl; in fb2display() local
144 ovl = ofbi->overlays[0]; in fb2display()
146 return ovl->get_device(ovl); in fb2display()
173 static inline int omapfb_overlay_enable(struct omap_overlay *ovl, in omapfb_overlay_enable() argument
177 return ovl->enable(ovl); in omapfb_overlay_enable()
179 return ovl->disable(ovl); in omapfb_overlay_enable()
/linux/tools/testing/selftests/filesystems/overlayfs/
H A Ddev_in_maps.c52 int tmpfs, fsfd, ovl; in ovl_mount() local
87 ovl = sys_fsmount(fsfd, 0, 0); in ovl_mount()
88 if (ovl == -1) in ovl_mount()
91 return ovl; in ovl_mount()
101 int ovl, fd; in test() local
104 ovl = ovl_mount(); in test()
105 if (ovl == -1) in test()
108 fd = openat(ovl, "test", O_RDWR | O_CREAT, 0644); in test()
/linux/arch/arm/boot/dts/mediatek/
H A Dmt7623n.dtsi139 ovl: ovl@14007000 { label
140 compatible = "mediatek,mt7623-disp-ovl",
141 "mediatek,mt2701-disp-ovl";
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8195.h267 struct mdp_ovl_data_8195 ovl; member