Searched refs:ovl (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/dss/
H A Doverlay.c42 static ssize_t overlay_name_show(struct omap_overlay *ovl, char *buf) argument
44 return snprintf(buf, PAGE_SIZE, "%s\n", ovl->name);
47 static ssize_t overlay_manager_show(struct omap_overlay *ovl, char *buf) argument
50 ovl->manager ? ovl->manager->name : "<none>");
53 static ssize_t overlay_manager_store(struct omap_overlay *ovl, const char *buf, argument
81 if (mgr == ovl->manager)
84 old_mgr = ovl->manager;
88 r = ovl->unset_manager(ovl);
114 overlay_input_size_show(struct omap_overlay *ovl, char *buf) argument
120 overlay_screen_width_show(struct omap_overlay *ovl, char *buf) argument
125 overlay_position_show(struct omap_overlay *ovl, char *buf) argument
131 overlay_position_store(struct omap_overlay *ovl, const char *buf, size_t size) argument
160 overlay_output_size_show(struct omap_overlay *ovl, char *buf) argument
166 overlay_output_size_store(struct omap_overlay *ovl, const char *buf, size_t size) argument
195 overlay_enabled_show(struct omap_overlay *ovl, char *buf) argument
200 overlay_enabled_store(struct omap_overlay *ovl, const char *buf, size_t size) argument
223 overlay_global_alpha_show(struct omap_overlay *ovl, char *buf) argument
229 overlay_global_alpha_store(struct omap_overlay *ovl, const char *buf, size_t size) argument
335 dss_check_overlay(struct omap_overlay *ovl, struct omap_dss_device *dssdev) argument
398 dss_ovl_set_overlay_info(struct omap_overlay *ovl, struct omap_overlay_info *info) argument
420 dss_ovl_get_overlay_info(struct omap_overlay *ovl, struct omap_overlay_info *info) argument
426 dss_ovl_wait_for_go(struct omap_overlay *ovl) argument
431 omap_dss_set_manager(struct omap_overlay *ovl, struct omap_overlay_manager *mgr) argument
458 omap_dss_unset_manager(struct omap_overlay *ovl) argument
490 struct omap_overlay *ovl; local
533 struct omap_overlay *ovl; local
591 struct omap_overlay *ovl; local
649 struct omap_overlay *ovl; local
662 struct omap_overlay *ovl; local
[all...]
H A Dmanager.c478 struct omap_overlay *ovl = mgr->overlays[i]; local
480 if (ovl->manager != mgr || !ovl->info.enabled)
483 r = dss_check_overlay(ovl, dssdev);
593 int dss_mgr_wait_for_go_ovl(struct omap_overlay *ovl) argument
603 if (!ovl->manager)
606 dssdev = ovl->manager->device;
628 oc = &dss_cache.overlay_cache[ovl->id];
650 DSSERR("ovl(%d)->wait_for_go() not finishing\n",
651 ovl
669 overlay_enabled(struct omap_overlay *ovl) argument
1205 struct omap_overlay *ovl; local
[all...]
H A Ddispc.c2808 struct omap_overlay *ovl; local
2809 ovl = omap_dss_get_overlay(i);
2811 if (!(ovl->caps & OMAP_DSS_OVL_CAP_DISPC))
2814 if (ovl->id == 0) {
2815 dispc_enable_plane(ovl->id, 0);
2816 dispc_go(ovl->manager->id);
2826 struct omap_overlay *ovl; local
2827 ovl = omap_dss_get_overlay(i);
2829 if (!(ovl->caps & OMAP_DSS_OVL_CAP_DISPC))
2832 if (ovl
2844 struct omap_overlay *ovl; local
2881 struct omap_overlay *ovl; local
2920 struct omap_overlay *ovl; local
[all...]
H A Ddss.h200 int dss_mgr_wait_for_go_ovl(struct omap_overlay *ovl);
209 int dss_check_overlay(struct omap_overlay *ovl, struct omap_dss_device *dssdev);
H A Drfbi.c861 struct omap_overlay *ovl; local
865 ovl = dssdev->manager->overlays[0];
866 scr_width = ovl->info.screen_width;
867 addr = ovl->info.vaddr;
H A Ddsi.c2554 struct omap_overlay *ovl; local
2561 ovl = dssdev->manager->overlays[0];
2563 if (ovl->info.color_mode != OMAP_DSS_COLOR_RGB24U)
2569 scr_width = ovl->info.screen_width;
2570 data = ovl->info.vaddr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_vout.c509 struct omap_overlay *ovl; local
521 ovl = ovid->overlays[0];
523 if (!ovl->manager || !ovl->manager->device)
526 cur_display = ovl->manager->device;
628 struct omap_overlay *ovl; local
634 ovl = ovid->overlays[0];
652 mode = (ovl->id == OMAP_DSS_VIDEO1) ?
668 struct omap_overlay *ovl, int posx, int posy, int outw,
675 if ((ovl
667 omapvid_setup_overlay(struct omap_vout_device *vout, struct omap_overlay *ovl, int posx, int posy, int outw, int outh, u32 addr) argument
751 struct omap_overlay *ovl; local
815 struct omap_overlay *ovl; local
832 struct omap_overlay *ovl; local
1270 struct omap_overlay *ovl = ovid->overlays[i]; local
1398 struct omap_overlay *ovl; local
1422 struct omap_overlay *ovl; local
1515 struct omap_overlay *ovl; local
1560 struct omap_overlay *ovl; local
1615 struct omap_overlay *ovl; local
1683 struct omap_overlay *ovl; local
1735 struct omap_overlay *ovl; local
1762 struct omap_overlay *ovl; local
1957 struct omap_overlay *ovl = ovid->overlays[j]; local
2007 struct omap_overlay *ovl = ovid->overlays[j]; local
2037 struct omap_overlay *ovl; local
2106 struct omap_overlay *ovl; local
2487 struct omap_overlay *ovl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb.h126 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
153 static inline int omapfb_overlay_enable(struct omap_overlay *ovl, argument
158 ovl->get_overlay_info(ovl, &info);
162 return ovl->set_overlay_info(ovl, &info);
H A Domapfb-ioctl.c65 struct omap_overlay *ovl; local
77 ovl = ofbi->overlays[0];
105 ovl->get_overlay_info(ovl, &old_info);
115 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y,
120 ovl->get_overlay_info(ovl, &info);
124 r = ovl->set_overlay_info(ovl, &info);
131 ovl
189 struct omap_overlay *ovl; local
534 struct omap_overlay *ovl; local
582 struct omap_overlay *ovl = ofbi->overlays[i]; local
[all...]
H A Domapfb-sysfs.c156 struct omap_overlay *ovl = ofbi->overlays[t]; local
160 if (ovl == fbdev->overlays[ovlnum])
176 struct omap_overlay *ovl)
184 if (ofbi->overlays[t] == ovl)
199 struct omap_overlay *ovl; local
259 ovl = ofbi->overlays[i];
264 if (ovl == ovls[t]) {
277 omapfb_overlay_enable(ovl, 0);
279 if (ovl->manager)
280 ovl
175 get_overlay_fb(struct omapfb2_device *fbdev, struct omap_overlay *ovl) argument
[all...]
H A Domapfb-main.c830 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, argument
850 if (ovl != ofbi->overlays[i])
891 ovl->get_overlay_info(ovl, &info);
913 r = ovl->set_overlay_info(ovl, &info);
915 DBG("ovl->setup_overlay_info failed\n");
932 struct omap_overlay *ovl; local
945 ovl = ofbi->overlays[i];
947 DBG("apply_changes, fb %d, ovl
1972 struct omap_overlay *ovl = ofbi->overlays[0]; local
2142 struct omap_overlay *ovl; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Ddisplay.h320 int (*set_manager)(struct omap_overlay *ovl,
322 int (*unset_manager)(struct omap_overlay *ovl);
324 int (*set_overlay_info)(struct omap_overlay *ovl,
326 void (*get_overlay_info)(struct omap_overlay *ovl,
329 int (*wait_for_go)(struct omap_overlay *ovl);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_cbq.c176 struct tc_cbq_ovl ovl; local
189 memset(&ovl, 0, sizeof(ovl));
420 struct tc_cbq_ovl *ovl = NULL; local
452 if (RTA_PAYLOAD(tb[TCA_CBQ_OVL_STRATEGY]) < sizeof(*ovl))
455 (unsigned) sizeof(*ovl));
457 ovl = RTA_DATA(tb[TCA_CBQ_OVL_STRATEGY]);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c424 struct ocfs_volume_label ovl; local
428 memcpy(&ovl, buf+512, sizeof(ovl));
436 blkid_set_tag(dev, "LABEL", (const char*)ovl.label, ocfslabellen(ovl));
438 set_uuid(dev, ovl.vol_id);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dsch_cbq.c1242 static int cbq_set_overlimit(struct cbq_class *cl, struct tc_cbq_ovl *ovl) argument
1244 switch (ovl->strategy) {
1252 if (ovl->priority2-1 >= TC_CBQ_MAXPRIO ||
1253 ovl->priority2-1 <= cl->priority)
1255 cl->priority2 = ovl->priority2-1;
1267 cl->penalty = ovl->penalty;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/atm/
H A Dueagle-atm.c173 u16 ovl; member in struct:uea_softc
919 u16 ovl = sc->ovl; local
929 if (ovl == 0 && pageno == 0 && sc->dsp_firm) {
958 bi.wOvl = cpu_to_le16(ovl);
959 bi.wOvlOffset = cpu_to_le16(ovl | 0x8000);
1879 sc->ovl = 0;
2088 sc->ovl = intr->e1_bOvl >> 4 | intr->e1_bOvl << 4;

Completed in 226 milliseconds