Home
last modified time | relevance | path

Searched full:ovl (Results 1 – 23 of 23) 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/drivers/gpu/drm/mediatek/
H A Dmtk_disp_ovl_adaptor.c248 * power_off - Power off the devices in OVL adaptor
272 * mtk_ovl_adaptor_power_on - Power on the devices in OVL adaptor
275 * Different from OVL, OVL adaptor is a pseudo device so
277 * called by .atomic_enable() power on no device in OVL adaptor,
522 * used exclusively by OVL Adaptor: if this component is not one of in mtk_ovl_adaptor_is_comp_present()
523 * those, it's likely not an OVL Adaptor path. in mtk_ovl_adaptor_is_comp_present()
682 .name = "mediatek-disp-ovl-adaptor",
H A Dmtk_ddp_comp.c438 [MTK_DISP_OVL] = "ovl",
439 [MTK_DISP_OVL_2L] = "ovl-2l",
/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/fs/overlayfs/
H A Dovl_entry.h36 /* Trap in ovl inode cache */
81 /* Traps in ovl inode cache */
H A Dinode.c66 * We might have to translate ovl file into real file object in ovl_setattr()
673 * so children of "ovl-immutable" directories lower aliases of in ovl_fileattr_set()
674 * "ovl-immutable" hardlinks could be copied up. in ovl_fileattr_set()
H A Dutil.c1485 * ovl_copyattr() - copy inode attributes from layer to ovl inode
1489 * layer when doing so ensuring that the ovl inode ownership will correctly
H A Dparams.c307 * ovl stack from inconsistent case-folded directories. in ovl_mount_dir_check()
/linux/drivers/media/platform/mediatek/mdp3/
H A Dmdp_sm_mt8195.h267 struct mdp_ovl_data_8195 ovl; member
/linux/drivers/usb/atm/
H A Dueagle-atm.c123 u16 ovl; member
897 u16 ovl = sc->ovl; in uea_load_page_e1() local
907 if (ovl == 0 && pageno == 0) { in uea_load_page_e1()
936 bi.wOvl = cpu_to_le16(ovl); in uea_load_page_e1()
937 bi.wOvlOffset = cpu_to_le16(ovl | 0x8000); in uea_load_page_e1()
1846 sc->ovl = 0; in uea_start_reset()
2043 sc->ovl = intr->e1_bOvl >> 4 | intr->e1_bOvl << 4; in uea_schedule_load_page_e1()
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dhw.h294 * bit3: unlocks VDT, OVL, VRS, ?VRE?, VBS, VBE, LSR, EBR in nv_lock_vga_crtc_shadow()
/linux/drivers/gpu/drm/omapdrm/
H A Domap_fb.c135 /* update ovl info for scanout, handles cases of multi-planar fb's, etc.
/linux/drivers/media/tuners/
H A Dmt2063.c972 * ign RF Ovl | 0 | 0 | 0 | 0 | 0 | 0
975 * ign FIF Ovl | 0 | 0 | 0 | 0 | 0 | 0
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c871 /* OVL and BTP disabled for encoder */ in coda_setup_iram()
895 /* OVL and BTP unused as there is no VC1 support yet */ in coda_setup_iram()
/linux/drivers/gpu/drm/rockchip/
H A Drockchip_vop2_reg.c697 .name = "OVL",
1277 .name = "OVL",
/linux/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c1360 * ovl 0, fifo 1 to ovl 1, etc. in dispc_init_fifos()
/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.c29 * (adp7770.ovl), the Adaptec AHA-2740 Series Technical Reference Manual,