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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/video/
H A DMakefile1 obj-$(CONFIG_FB) += fbdev.o
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavdevice/
H A Dfbdev.c27 * @see http://linux-fbdev.sourceforge.net/
101 FBDevContext *fbdev = avctx->priv_data; local
106 ret = av_parse_video_rate(&fbdev->framerate_q, fbdev->framerate);
108 av_log(avctx, AV_LOG_ERROR, "Could not parse framerate '%s'.\n", fbdev->framerate);
116 /* NONBLOCK is ignored by the fbdev driver, only set for consistency */
120 if ((fbdev->fd = open(avctx->filename, flags)) == -1) {
128 if (ioctl(fbdev->fd, FBIOGET_VSCREENINFO, &fbdev->varinfo) < 0) {
135 if (ioctl(fbdev
187 FBDevContext *fbdev = avctx->priv_data; local
239 FBDevContext *fbdev = avctx->priv_data; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavdevice/
H A Dfbdev_dec.c27 * @see http://linux-fbdev.sourceforge.net/
67 FBDevContext *fbdev = avctx->priv_data; local
76 /* NONBLOCK is ignored by the fbdev driver, only set for consistency */
80 if ((fbdev->fd = avpriv_open(avctx->filename, flags)) == -1) {
88 if (ioctl(fbdev->fd, FBIOGET_VSCREENINFO, &fbdev->varinfo) < 0) {
95 if (ioctl(fbdev->fd, FBIOGET_FSCREENINFO, &fbdev->fixinfo) < 0) {
102 pix_fmt = ff_get_pixfmt_from_fb_varinfo(&fbdev->varinfo);
110 fbdev
147 FBDevContext *fbdev = avctx->priv_data; local
200 FBDevContext *fbdev = avctx->priv_data; local
[all...]
H A Dfbdev_enc.c46 FBDevContext *fbdev = h->priv_data; local
52 av_log(fbdev, AV_LOG_ERROR, "Only a single video stream is supported.\n");
61 if ((fbdev->fd = avpriv_open(device, flags)) == -1) {
69 if (ioctl(fbdev->fd, FBIOGET_VSCREENINFO, &fbdev->varinfo) < 0) {
75 if (ioctl(fbdev->fd, FBIOGET_FSCREENINFO, &fbdev->fixinfo) < 0) {
81 pix_fmt = ff_get_pixfmt_from_fb_varinfo(&fbdev->varinfo);
88 fbdev->data = mmap(NULL, fbdev
103 FBDevContext *fbdev = h->priv_data; local
181 FBDevContext *fbdev = h->priv_data; local
[all...]
H A Dalldevices.c56 REGISTER_INOUTDEV(FBDEV, fbdev);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dau1100fb.c125 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); local
133 fbdev->regs->lcd_control |= LCD_CONTROL_GO;
148 fbdev->regs->lcd_control &= ~LCD_CONTROL_GO;
169 int au1100fb_setmode(struct au1100fb_device *fbdev) argument
171 struct fb_info *info = &fbdev->info;
175 if (!fbdev)
179 if (panel_is_active(fbdev->panel) || panel_is_color(fbdev->panel)) {
203 index = (fbdev->panel->control_base & LCD_CONTROL_SBPPF_MASK) >> LCD_CONTROL_SBPPF_BIT;
219 info->var.rotate = ((fbdev
268 struct au1100fb_device *fbdev; local
327 struct au1100fb_device *fbdev; local
374 struct au1100fb_device *fbdev = to_au1100fb_device(fbi); local
395 struct au1100fb_device *fbdev; local
463 struct au1100fb_device *fbdev = NULL; local
594 struct au1100fb_device *fbdev = NULL; local
626 struct au1100fb_device *fbdev = platform_get_drvdata(dev); local
647 struct au1100fb_device *fbdev = platform_get_drvdata(dev); local
[all...]
H A Dau1200fb.c722 static int au1200_setlocation (struct au1200fb_device *fbdev, int plane, argument
783 lcd->window[plane].winbuf1 = fbdev->fb_phys;
893 static void au1200_setmode(struct au1200fb_device *fbdev) argument
895 int plane = fbdev->plane;
902 au1200_setlocation(fbdev, plane, win->w[plane].xpos, win->w[plane].ypos);
907 | LCD_WINCTRL2_BX_N( fbdev->fb_info.fix.line_length)
995 struct au1200fb_device *fbdev = (struct au1200fb_device *)fbi; local
999 plane = fbdev->plane;
1016 if (fbdev->fb_len < screen_size)
1073 struct au1200fb_device *fbdev local
1177 struct au1200fb_device *fbdev = (struct au1200fb_device *) info; local
1490 au1200fb_init_fbinfo(struct au1200fb_device *fbdev) argument
1553 struct au1200fb_device *fbdev; local
1646 struct au1200fb_device *fbdev; local
1779 struct au1200fb_device *fbdev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb_main.c131 static void omapfb_rqueue_lock(struct omapfb_device *fbdev) argument
133 mutex_lock(&fbdev->rqueue_mutex);
136 static void omapfb_rqueue_unlock(struct omapfb_device *fbdev) argument
138 mutex_unlock(&fbdev->rqueue_mutex);
161 static int ctrl_init(struct omapfb_device *fbdev) argument
169 fbdev->mem_desc.region[i].size =
171 fbdev->mem_desc.region_cnt = i;
175 conf = fbdev->dev->platform_data;
176 fbdev->mem_desc = conf->mem_desc;
179 if (!fbdev
210 ctrl_cleanup(struct omapfb_device *fbdev) argument
221 struct omapfb_device *fbdev = plane->fbdev; local
280 struct omapfb_device *fbdev = plane->fbdev; local
359 struct omapfb_device *fbdev = plane->fbdev; local
398 struct omapfb_device *fbdev = plane->fbdev; local
514 struct omapfb_device *fbdev = plane->fbdev; local
630 struct omapfb_device *fbdev = plane->fbdev; local
655 struct omapfb_device *fbdev = plane->fbdev; local
682 struct omapfb_device *fbdev = plane->fbdev; local
705 struct omapfb_device *fbdev = plane->fbdev; local
724 struct omapfb_device *fbdev = plane->fbdev; local
742 struct omapfb_device *fbdev = plane->fbdev; local
799 struct omapfb_device *fbdev = plane->fbdev; local
827 struct omapfb_device *fbdev = plane->fbdev; local
875 struct omapfb_device *fbdev = plane->fbdev; local
951 struct omapfb_device *fbdev = plane->fbdev; local
962 omapfb_set_color_key(struct omapfb_device *fbdev, struct omapfb_color_key *ck) argument
977 omapfb_get_color_key(struct omapfb_device *fbdev, struct omapfb_color_key *ck) argument
1041 omapfb_notify_clients(struct omapfb_device *fbdev, unsigned long event) argument
1055 omapfb_set_update_mode(struct omapfb_device *fbdev, enum omapfb_update_mode mode) argument
1067 omapfb_get_update_mode(struct omapfb_device *fbdev) argument
1078 omapfb_get_caps(struct omapfb_device *fbdev, int plane, struct omapfb_caps *caps) argument
1087 omapfb_write_first_pixel(struct omapfb_device *fbdev, u16 pixval) argument
1113 struct omapfb_device *fbdev = plane->fbdev; local
1261 struct omapfb_device *fbdev = plane->fbdev; local
1301 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1321 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1368 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1377 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1392 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1411 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1444 struct omapfb_device *fbdev = dev_get_drvdata(dev); local
1462 omapfb_register_sysfs(struct omapfb_device *fbdev) argument
1490 omapfb_unregister_sysfs(struct omapfb_device *fbdev) argument
1506 fbinfo_init(struct omapfb_device *fbdev, struct fb_info *info) argument
1538 fbinfo_cleanup(struct omapfb_device *fbdev, struct fb_info *fbi) argument
1543 planes_cleanup(struct omapfb_device *fbdev) argument
1555 planes_init(struct omapfb_device *fbdev) argument
1592 omapfb_free_resources(struct omapfb_device *fbdev, int state) argument
1623 omapfb_find_ctrl(struct omapfb_device *fbdev) argument
1657 check_required_callbacks(struct omapfb_device *fbdev) argument
1686 struct omapfb_device *fbdev = NULL; local
1862 struct omapfb_device *fbdev = platform_get_drvdata(pdev); local
1878 struct omapfb_device *fbdev = platform_get_drvdata(pdev); local
1888 struct omapfb_device *fbdev = platform_get_drvdata(pdev); local
[all...]
H A Dlcdc.c72 struct omapfb_device *fbdev; member in struct:omap_lcd_controller
147 dev_err(lcdc.fbdev->dev, "timeout waiting for FRAME DONE\n");
158 dev_err(lcdc.fbdev->dev,
167 dev_err(lcdc.fbdev->dev,
174 * in lcdc.fbdev and fbdev->var.
185 struct omapfb_plane_struct *plane = lcdc.fbdev->fb_info[0]->par;
186 struct fb_var_screeninfo *var = &lcdc.fbdev->fb_info[0]->var;
218 dev_dbg(lcdc.fbdev->dev,
297 struct fb_var_screeninfo *var = &lcdc.fbdev
737 omap_lcdc_init(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_vram) argument
[all...]
H A Dhwa742.c133 struct omapfb_device *fbdev; member in struct:__anon16330
189 dev_dbg(hwa742.fbdev->dev, "hwa742: enabled pixel doubling\n");
194 dev_dbg(hwa742.fbdev->dev, "hwa742: disabled pixel doubling\n");
355 int scr_width = hwa742.fbdev->panel->x_res;
356 int scr_height = hwa742.fbdev->panel->y_res;
359 dev_dbg(hwa742.fbdev->dev, "x %d y %d w %d h %d scr_width %d "
504 dev_dbg(hwa742.fbdev->dev, "invalid update mode\n");
511 dev_dbg(hwa742.fbdev->dev, "invalid window flag\n");
578 dev_dbg(hwa742.fbdev->dev, "update_mode %d\n", hwa742.update_mode);
580 omapfb_notify_clients(hwa742.fbdev, OMAPFB_EVENT_READ
937 hwa742_init(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_vram) argument
[all...]
H A Domapfb.h71 struct omapfb_device *fbdev);
103 int (*init) (struct omapfb_device *fbdev);
137 int (*init) (struct omapfb_device *fbdev,
184 struct omapfb_device *fbdev; member in struct:omapfb_plane_struct
217 extern void omapfb_write_first_pixel(struct omapfb_device *fbdev, u16 pixval);
218 extern void omapfb_notify_clients(struct omapfb_device *fbdev,
H A Drfbi.c67 struct omapfb_device *fbdev; member in struct:__anon16333
86 rfbi.dss_ick = clk_get(&rfbi.fbdev->dssdev->dev, "ick");
88 dev_err(rfbi.fbdev->dev, "can't get ick\n");
92 rfbi.dss1_fck = clk_get(&rfbi.fbdev->dssdev->dev, "dss1_fck");
94 dev_err(rfbi.fbdev->dev, "can't get dss1_fck\n");
131 dev_dbg(rfbi.fbdev->dev, "Tick time %u ps\n", time);
133 dev_dbg(rfbi.fbdev->dev,
140 dev_dbg(rfbi.fbdev->dev,
229 dev_err(rfbi.fbdev->dev,
355 dev_dbg(rfbi.fbdev
517 rfbi_init(struct omapfb_device *fbdev) argument
[all...]
H A Dblizzard.c192 struct omapfb_device *fbdev; member in struct:blizzard_struct
232 dev_err(blizzard.fbdev->dev,
255 dev_err(blizzard.fbdev->dev,
270 dev_err(blizzard.fbdev->dev,
483 dev_dbg(blizzard.fbdev->dev, "pw %d ph %d\n",
493 dev_dbg(blizzard.fbdev->dev, "sw %d sh %d\n",
625 dev_dbg(blizzard.fbdev->dev,
724 dev_dbg(blizzard.fbdev->dev,
836 plane = blizzard.fbdev->fb_info[0]->par;
876 return blizzard_update_window_async(blizzard.fbdev
1492 blizzard_init(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_vram) argument
[all...]
H A Ddispc.c188 struct omapfb_device *fbdev; member in struct:__anon16327
361 dev_dbg(dispc.fbdev->dev, "plane %d channel %d paddr %#08x scr_width %d"
575 dev_dbg(dispc.fbdev->dev, "out_width %d out_height %d orig_width %d "
681 dev_err(dispc.fbdev->dev,
771 dev_warn(dispc.fbdev->dev, "pixclock %d kHz too low.\n",
789 struct lcd_panel *panel = dispc.fbdev->panel;
898 dev_err(dispc.fbdev->dev, "irq error status %04x\n",
919 dispc.dss_ick = clk_get(&dispc.fbdev->dssdev->dev, "ick");
921 dev_err(dispc.fbdev->dev, "can't get ick\n");
925 dispc.dss1_fck = clk_get(&dispc.fbdev
1373 omap_dispc_init(struct omapfb_device *fbdev, int ext_mode, struct omapfb_mem_desc *req_vram) argument
[all...]
H A Dsossi.c80 struct omapfb_device *fbdev; member in struct:__anon16335
226 dev_dbg(sossi.fbdev->dev, "Using TW0 = %d, TW1 = %d, div = %d\n",
415 dev_dbg(sossi.fbdev->dev,
442 dev_dbg(sossi.fbdev->dev, "tearsync %d line %d\n", enable, line);
571 static int sossi_init(struct omapfb_device *fbdev) argument
580 dev_err(fbdev->dev, "can't ioremap SoSSI\n");
584 sossi.fbdev = fbdev;
587 dpll1out_ck = clk_get(fbdev->dev, "ck_dpll1out");
589 dev_err(fbdev
[all...]
H A Dlcd_apollon.c34 struct omapfb_device *fbdev)
33 apollon_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) argument
H A Dlcd_h3.c31 static int h3_panel_init(struct lcd_panel *panel, struct omapfb_device *fbdev) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/kyro/
H A DMakefile8 STG4000InitDevice.o fbdev.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/riva/
H A DMakefile7 rivafb-objs := fbdev.o riva_hw.o nv_driver.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.c57 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi);
58 static int omapfb_get_recommended_bpp(struct omapfb2_device *fbdev,
740 * fbdev framework callbacks
1148 /*struct omapfb2_device *fbdev = ofbi->fbdev;*/
1166 if (fbdev->ctrl->setcolreg)
1167 r = fbdev->ctrl->setcolreg(regno, red, green, blue,
1233 struct omapfb2_device *fbdev = ofbi->fbdev; local
1241 omapfb_lock(fbdev);
1311 struct omapfb2_device *fbdev = ofbi->fbdev; local
1347 omapfb_free_all_fbmem(struct omapfb2_device *fbdev) argument
1366 struct omapfb2_device *fbdev = ofbi->fbdev; local
1430 struct omapfb2_device *fbdev = ofbi->fbdev; local
1583 omapfb_allocate_all_fbs(struct omapfb2_device *fbdev) argument
1647 struct omapfb2_device *fbdev = ofbi->fbdev; local
1721 omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi) argument
1827 fbinfo_cleanup(struct omapfb2_device *fbdev, struct fb_info *fbi) argument
1833 omapfb_free_resources(struct omapfb2_device *fbdev) argument
1864 omapfb_create_framebuffers(struct omapfb2_device *fbdev) argument
2047 omapfb_set_def_mode(struct omapfb2_device *fbdev, struct omap_dss_device *display, char *mode_str) argument
2074 omapfb_get_recommended_bpp(struct omapfb2_device *fbdev, struct omap_dss_device *dssdev) argument
2089 omapfb_parse_def_modes(struct omapfb2_device *fbdev) argument
2139 struct omapfb2_device *fbdev = NULL; local
2270 struct omapfb2_device *fbdev = platform_get_drvdata(pdev); local
[all...]
H A Domapfb-sysfs.c147 struct omapfb2_device *fbdev = ofbi->fbdev; local
153 omapfb_lock(fbdev);
159 for (ovlnum = 0; ovlnum < fbdev->num_overlays; ++ovlnum)
160 if (ovl == fbdev->overlays[ovlnum])
169 omapfb_unlock(fbdev);
175 static struct omapfb_info *get_overlay_fb(struct omapfb2_device *fbdev, argument
180 for (i = 0; i < fbdev->num_fbs; i++) {
181 struct omapfb_info *ofbi = FB2OFB(fbdev->fbs[i]);
197 struct omapfb2_device *fbdev local
441 struct omapfb2_device *fbdev = ofbi->fbdev; local
525 omapfb_create_sysfs(struct omapfb2_device *fbdev) argument
548 omapfb_remove_sysfs(struct omapfb2_device *fbdev) argument
[all...]
H A Domapfb.h68 struct omapfb2_device *fbdev; member in struct:omapfb_info
115 int omapfb_create_sysfs(struct omapfb2_device *fbdev);
116 void omapfb_remove_sysfs(struct omapfb2_device *fbdev);
143 static inline void omapfb_lock(struct omapfb2_device *fbdev) argument
145 mutex_lock(&fbdev->mtx);
148 static inline void omapfb_unlock(struct omapfb2_device *fbdev) argument
150 mutex_unlock(&fbdev->mtx);
H A Domapfb-ioctl.c48 struct omapfb2_device *fbdev = ofbi->fbdev; local
55 if (mem_idx >= fbdev->num_fbs)
58 return &fbdev->regions[mem_idx];
64 struct omapfb2_device *fbdev = ofbi->fbdev; local
177 dev_err(fbdev->dev, "setup_plane failed\n");
211 struct omapfb2_device *fbdev = ofbi->fbdev; local
231 for (i = 0; i < fbdev
302 struct omapfb2_device *fbdev = ofbi->fbdev; local
438 struct omapfb2_device *fbdev = ofbi->fbdev; local
468 struct omapfb2_device *fbdev = ofbi->fbdev; local
529 omapfb_get_ovl_colormode(struct omapfb2_device *fbdev, struct omapfb_ovl_colormode *mode) argument
594 struct omapfb2_device *fbdev = ofbi->fbdev; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_fb.c131 ifbdev->helper.fbdev = info;
227 if (ifbdev->helper.fbdev) {
228 info = ifbdev->helper.fbdev;
257 dev_priv->fbdev = ifbdev;
276 if (!dev_priv->fbdev)
279 intel_fbdev_destroy(dev, dev_priv->fbdev);
280 kfree(dev_priv->fbdev);
281 dev_priv->fbdev = NULL;
288 drm_fb_helper_hotplug_event(&dev_priv->fbdev->helper);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/nouveau/
H A Dnouveau_fbcon.c158 struct fb_info *info = nfbdev->helper.fbdev;
244 nfbdev->helper.fbdev = info;
344 if (nfbdev->helper.fbdev) {
345 info = nfbdev->helper.fbdev;
420 dev_priv->nfbdev->saved_flags = dev_priv->nfbdev->helper.fbdev->flags;
421 dev_priv->nfbdev->helper.fbdev->flags |= FBINFO_HWACCEL_DISABLED;
427 dev_priv->nfbdev->helper.fbdev->flags = dev_priv->nfbdev->saved_flags;
433 fb_set_suspend(dev_priv->nfbdev->helper.fbdev, state);

Completed in 272 milliseconds

12