Searched refs:vrfb (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dvrfb.h26 struct vrfb { struct
38 extern int omap_vrfb_request_ctx(struct vrfb *vrfb);
39 extern void omap_vrfb_release_ctx(struct vrfb *vrfb);
44 extern void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr,
47 extern int omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/
H A Dvrfb.c31 #include <plat/vrfb.h>
158 void omap_vrfb_setup(struct vrfb *vrfb, unsigned long paddr, argument
165 u8 ctx = vrfb->context;
189 DBG("vrfb w %u, h %u bytespp %d\n", vrfb_width, vrfb_height, bytespp);
206 DBG("vrfb offset pixels %d, %d\n",
209 vrfb->xres = width;
210 vrfb->yres = height;
211 vrfb->xoffset = vrfb_width - width;
212 vrfb
218 omap_vrfb_map_angle(struct vrfb *vrfb, u16 height, u8 rot) argument
236 omap_vrfb_release_ctx(struct vrfb *vrfb) argument
265 omap_vrfb_request_ctx(struct vrfb *vrfb) argument
[all...]
H A DMakefile2 obj-$(CONFIG_OMAP2_VRFB) += vrfb.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap2/omapfb/
H A Domapfb-main.c35 #include <plat/vrfb.h>
160 const struct vrfb *vrfb = &ofbi->region->vrfb; local
168 offset = vrfb->yoffset;
171 offset = vrfb->yoffset * OMAP_VRFB_LINE_LEN + vrfb->xoffset;
174 offset = vrfb->xoffset * OMAP_VRFB_LINE_LEN;
180 offset *= vrfb->bytespp;
188 return ofbi->region->vrfb
500 struct vrfb *vrfb = &rg->vrfb; local
[all...]
H A Domapfb.h52 struct vrfb vrfb; member in struct:omapfb2_mem_region
H A Domapfb-sysfs.c33 #include <plat/vrfb.h>
H A Domapfb-ioctl.c32 #include <plat/vrfb.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/omap/
H A Domap_voutdef.h126 struct vrfb vrfb_context[MAC_VRFB_CTXS];
H A Domap_vout.c49 #include <plat/vrfb.h>
1442 /* We dont support RGB24-packed mode if vrfb rotation
1470 /* If YUYV then vrfb bpp is 2, for others its 1 */

Completed in 138 milliseconds