Searched refs:fbdev (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dau1100fb.c122 int au1100fb_setmode(struct au1100fb_device *fbdev) argument
124 struct fb_info *info = &fbdev->info;
128 if (!fbdev)
132 if (panel_is_active(fbdev->panel) || panel_is_color(fbdev->panel)) {
156 index = (fbdev->panel->control_base & LCD_CONTROL_SBPPF_MASK) >> LCD_CONTROL_SBPPF_BIT;
172 info->var.rotate = ((fbdev->panel->control_base&LCD_CONTROL_SM_MASK) \
176 fbdev->regs->lcd_control = fbdev->panel->control_base;
177 fbdev
221 struct au1100fb_device *fbdev; local
281 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); local
326 struct au1100fb_device *fbdev; local
373 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); local
394 struct au1100fb_device *fbdev; local
462 struct au1100fb_device *fbdev = NULL; local
593 struct au1100fb_device *fbdev = NULL; local
625 struct au1100fb_device *fbdev = dev_get_drvdata(dev); local
646 struct au1100fb_device *fbdev = dev_get_drvdata(dev); local
[all...]
H A Dau1200fb.c721 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, argument
782 lcd->window[plane].winbuf1 = fbdev->fb_phys;
892 static void au1200_setmode(struct au1200fb_device *fbdev) argument
894 int plane = fbdev->plane;
901 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos);
906 | LCD_WINCTRL2_BX_N( fbdev->fb_info.fix.line_length)
994 struct au1200fb_device *fbdev = (struct au1200fb_device *)fbi; local
998 plane = fbdev->plane;
1015 if (fbdev->fb_len < screen_size)
1072 struct au1200fb_device *fbdev local
1176 struct au1200fb_device *fbdev = (struct au1200fb_device *) info; local
1489 au1200fb_init_fbinfo(struct au1200fb_device *fbdev) argument
1553 struct au1200fb_device *fbdev; local
1646 struct au1200fb_device *fbdev; local
1776 struct au1200fb_device *fbdev; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/kyro/
H A DMakefile8 STG4000InitDevice.o fbdev.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/riva/
H A DMakefile7 rivafb-objs := fbdev.o riva_hw.o nv_driver.o
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-omap/
H A Domapfb.h215 struct omapfb_device *fbdev);
247 int (*init) (struct omapfb_device *fbdev);
295 int (*init) (struct omapfb_device *fbdev,
341 struct omapfb_device *fbdev; member in struct:omapfb_plane_struct
378 extern void omapfb_write_first_pixel(struct omapfb_device *fbdev, u16 pixval);
379 extern void omapfb_notify_clients(struct omapfb_device *fbdev,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/util-linux/
H A Dfbset.c317 const char *fbdev = DEFAULTFBDEV; local
335 fbdev = argv[1];
386 fh = xopen(fbdev, O_RDONLY);

Completed in 109 milliseconds