Searched refs:fbi (Results 1 - 25 of 44) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dsa1100fb.c393 sa1100fb_get_machine_info(struct sa1100fb_info *fbi) argument
420 fbi->rgb[RGB_16] = &h3600_rgb_16;
453 static void set_ctrlr_state(struct sa1100fb_info *fbi, u_int state);
455 static inline void sa1100fb_schedule_work(struct sa1100fb_info *fbi, u_int state) argument
468 if (fbi->task_state == C_ENABLE && state == C_REENABLE)
470 if (fbi->task_state == C_DISABLE && state == C_ENABLE)
474 fbi->task_state = state;
475 schedule_work(&fbi->task);
505 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
508 if (regno < fbi
526 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
603 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
674 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
751 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
780 struct sa1100fb_info *fbi = (struct sa1100fb_info *)info; local
836 sa1100fb_activate_var(struct fb_var_screeninfo *var, struct sa1100fb_info *fbi) argument
944 __sa1100fb_backlight_power(struct sa1100fb_info *fbi, int on) argument
952 __sa1100fb_lcd_power(struct sa1100fb_info *fbi, int on) argument
960 sa1100fb_setup_gpio(struct sa1100fb_info *fbi) argument
992 sa1100fb_enable_controller(struct sa1100fb_info *fbi) argument
1024 sa1100fb_disable_controller(struct sa1100fb_info *fbi) argument
1050 struct sa1100fb_info *fbi = dev_id; local
1067 set_ctrlr_state(struct sa1100fb_info *fbi, u_int state) argument
1165 struct sa1100fb_info *fbi = container_of(w, struct sa1100fb_info, task); local
1177 sa1100fb_min_dma_period(struct sa1100fb_info *fbi) argument
1191 struct sa1100fb_info *fbi = TO_INF(nb, freq_transition); local
1213 struct sa1100fb_info *fbi = TO_INF(nb, freq_policy); local
1243 struct sa1100fb_info *fbi = platform_get_drvdata(dev); local
1251 struct sa1100fb_info *fbi = platform_get_drvdata(dev); local
1269 sa1100fb_map_video_memory(struct sa1100fb_info *fbi) argument
1300 struct sa1100fb_info *fbi; local
1382 struct sa1100fb_info *fbi; local
[all...]
H A Dpxafb.c82 static void set_ctrlr_state(struct pxafb_info *fbi, u_int state);
83 static void setup_base_frame(struct pxafb_info *fbi,
85 static int setup_frame_dma(struct pxafb_info *fbi, int dma, int pal,
91 lcd_readl(struct pxafb_info *fbi, unsigned int off) argument
93 return __raw_readl(fbi->mmio_base + off);
97 lcd_writel(struct pxafb_info *fbi, unsigned int off, unsigned long val) argument
99 __raw_writel(val, fbi->mmio_base + off);
102 static inline void pxafb_schedule_work(struct pxafb_info *fbi, u_int state) argument
117 if (fbi->task_state == C_ENABLE && state == C_REENABLE)
119 if (fbi
140 struct pxafb_info *fbi = (struct pxafb_info *)info; local
185 struct pxafb_info *fbi = (struct pxafb_info *)info; local
407 pxafb_adjust_timing(struct pxafb_info *fbi, struct fb_var_screeninfo *var) argument
458 struct pxafb_info *fbi = (struct pxafb_info *)info; local
496 struct pxafb_info *fbi = (struct pxafb_info *)info; local
535 struct pxafb_info *fbi = (struct pxafb_info *)info; local
568 struct pxafb_info *fbi = (struct pxafb_info *)info; local
873 init_pxafb_overlay(struct pxafb_info *fbi, struct pxafb_layer *ofb, int id) argument
907 pxafb_overlay_init(struct pxafb_info *fbi) argument
932 pxafb_overlay_exit(struct pxafb_info *fbi) argument
943 pxafb_overlay_init(struct pxafb_info *fbi) argument
944 pxafb_overlay_exit(struct pxafb_info *fbi) argument
977 get_pcd(struct pxafb_info *fbi, unsigned int pixclock) argument
996 set_hsync_time(struct pxafb_info *fbi, unsigned int pcd) argument
1012 struct pxafb_info *fbi = dev_get_drvdata(dev); local
1022 setup_frame_dma(struct pxafb_info *fbi, int dma, int pal, unsigned long start, size_t size) argument
1064 setup_base_frame(struct pxafb_info *fbi, struct fb_var_screeninfo *var, int branch) argument
1087 setup_smart_dma(struct pxafb_info *fbi) argument
1107 struct pxafb_info *fbi = container_of(info, struct pxafb_info, fb); local
1164 struct pxafb_info *fbi = container_of(info, struct pxafb_info, fb); local
1190 setup_smart_timing(struct pxafb_info *fbi, struct fb_var_screeninfo *var) argument
1219 struct pxafb_info *fbi = arg; local
1254 pxafb_smart_init(struct pxafb_info *fbi) argument
1285 pxafb_smart_init(struct pxafb_info *fbi) argument
1288 setup_parallel_timing(struct pxafb_info *fbi, struct fb_var_screeninfo *var) argument
1330 pxafb_activate_var(struct fb_var_screeninfo *var, struct pxafb_info *fbi) argument
1379 __pxafb_backlight_power(struct pxafb_info *fbi, int on) argument
1387 __pxafb_lcd_power(struct pxafb_info *fbi, int on) argument
1395 pxafb_enable_controller(struct pxafb_info *fbi) argument
1423 pxafb_disable_controller(struct pxafb_info *fbi) argument
1453 struct pxafb_info *fbi = dev_id; local
1489 set_ctrlr_state(struct pxafb_info *fbi, u_int state) argument
1588 struct pxafb_info *fbi = local
1606 struct pxafb_info *fbi = TO_INF(nb, freq_transition); local
1629 struct pxafb_info *fbi = TO_INF(nb, freq_policy); local
1653 struct pxafb_info *fbi = dev_get_drvdata(dev); local
1661 struct pxafb_info *fbi = dev_get_drvdata(dev); local
1673 pxafb_init_video_memory(struct pxafb_info *fbi) argument
1691 pxafb_decode_mach_info(struct pxafb_info *fbi, struct pxafb_mach_info *inf) argument
1758 struct pxafb_info *fbi; local
2057 struct pxafb_info *fbi; local
2226 struct pxafb_info *fbi = platform_get_drvdata(dev); local
[all...]
H A Dimxfb.c244 struct imxfb_info *fbi = info->par; local
248 if (regno < fbi->palette_size) {
253 writel(val, fbi->regs + 0x800 + (regno << 2));
262 struct imxfb_info *fbi = info->par; local
272 if (fbi->cmap_inverse) {
313 static const struct imx_fb_videomode *imxfb_find_mode(struct imxfb_info *fbi) argument
318 for (i = 0, m = &fbi->mode[0]; i < fbi->num_modes; i++, m++) {
333 struct imxfb_info *fbi = info->par; local
345 imxfb_mode = imxfb_find_mode(fbi);
436 struct imxfb_info *fbi = info->par; local
463 struct imxfb_info *fbi = bl_get_data(bl); local
470 struct imxfb_info *fbi = bl_get_data(bl); local
494 imxfb_init_backlight(struct imxfb_info *fbi) argument
520 imxfb_exit_backlight(struct imxfb_info *fbi) argument
527 imxfb_enable_controller(struct imxfb_info *fbi) argument
550 imxfb_disable_controller(struct imxfb_info *fbi) argument
566 struct imxfb_info *fbi = info->par; local
603 struct imxfb_info *fbi = info->par; local
674 struct imxfb_info *fbi = info->par; local
685 struct imxfb_info *fbi = info->par; local
701 struct imxfb_info *fbi = info->par; local
750 struct imxfb_info *fbi; local
893 struct imxfb_info *fbi = info->par; local
926 struct imxfb_info *fbi = info->par; local
[all...]
H A Dmx3fb.c239 struct fb_info *fbi; member in struct:mx3fb_data
296 static void sdc_fb_init(struct mx3fb_info *fbi) argument
298 struct mx3fb_data *mx3fb = fbi->mx3fb;
307 static uint32_t sdc_fb_uninit(struct mx3fb_info *fbi) argument
309 struct mx3fb_data *mx3fb = fbi->mx3fb;
676 static int mx3fb_blank(int blank, struct fb_info *fbi);
677 static int mx3fb_map_video_memory(struct fb_info *fbi, unsigned int mem_len,
679 static int mx3fb_unmap_video_memory(struct fb_info *fbi);
686 static int mx3fb_set_fix(struct fb_info *fbi) argument
688 struct fb_fix_screeninfo *fix = &fbi
720 __set_par(struct fb_info *fbi, bool lock) argument
815 mx3fb_set_par(struct fb_info *fbi) argument
838 mx3fb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
938 mx3fb_setcolreg(unsigned int regno, unsigned int red, unsigned int green, unsigned int blue, unsigned int trans, struct fb_info *fbi) argument
984 __blank(int blank, struct fb_info *fbi) argument
1012 mx3fb_blank(int blank, struct fb_info *fbi) argument
1036 mx3fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
1231 mx3fb_map_video_memory(struct fb_info *fbi, unsigned int mem_len, bool lock) argument
1277 mx3fb_unmap_video_memory(struct fb_info *fbi) argument
1296 struct fb_info *fbi; local
1333 struct fb_info *fbi; local
1433 release_fbi(struct fb_info *fbi) argument
1516 struct fb_info *fbi = mx3fb->fbi; local
[all...]
H A Dep93xx-fb.c124 static inline unsigned int ep93xxfb_readl(struct ep93xx_fbi *fbi, argument
127 return __raw_readl(fbi->mmio_base + off);
130 static inline void ep93xxfb_writel(struct ep93xx_fbi *fbi, argument
133 __raw_writel(val, fbi->mmio_base + off);
139 static inline void ep93xxfb_out_locked(struct ep93xx_fbi *fbi, argument
146 ep93xxfb_writel(fbi, 0xaa, EP93XXFB_SWLOCK);
147 ep93xxfb_writel(fbi, val, reg);
152 struct ep93xx_fbi *fbi = info->par; local
156 attribs |= fbi->mach_info->flags;
157 ep93xxfb_out_locked(fbi, attrib
162 struct ep93xx_fbi *fbi = info->par; local
231 struct ep93xx_fbi *fbi = info->par; local
274 struct ep93xx_fbi *fbi = info->par; local
327 struct ep93xx_fbi *fbi = info->par; local
356 struct ep93xx_fbi *fbi = info->par; local
444 struct ep93xx_fbi *fbi = info->par; local
490 struct ep93xx_fbi *fbi; local
604 struct ep93xx_fbi *fbi = info->par; local
[all...]
H A Dnuc900fb.c51 struct nuc900fb_info *fbi = info->par; local
52 void __iomem *regs = fbi->io;
63 writel(fbi->regs.lcd_va_fbctrl, regs + REG_LCM_VA_FBCTRL);
64 writel(fbi->regs.lcd_va_scale, regs + REG_LCM_VA_SCALE);
70 static unsigned int nuc900fb_calc_pixclk(struct nuc900fb_info *fbi, argument
73 unsigned long clk = fbi->clk_rate;
82 dev_dbg(fbi->dev, "pixclk %ld, divisor is %lld\n", pixclk, div);
93 struct nuc900fb_info *fbi = info->par; local
94 struct nuc900fb_mach_info *mach_info = fbi->dev->platform_data;
100 dev_dbg(fbi
226 struct nuc900fb_info *fbi = info->par; local
360 struct nuc900fb_info *fbi = info->par; local
392 struct nuc900fb_info *fbi = info->par; local
413 struct nuc900fb_info *fbi = info->par; local
420 struct nuc900fb_info *fbi = dev_id; local
471 nuc900fb_cpufreq_register(struct nuc900fb_info *fbi) argument
478 nuc900fb_cpufreq_deregister(struct nuc900fb_info *fbi) argument
490 nuc900fb_cpufreq_register(struct nuc900fb_info *fbi) argument
504 struct nuc900fb_info *fbi; local
679 struct nuc900fb_info *fbi = info->par; local
692 struct nuc900fb_info *fbi = fbinfo->par; local
734 struct nuc900fb_info *fbi = fbinfo->par; local
[all...]
H A Dpxa168fb.c165 static void set_mode(struct pxa168fb_info *fbi, struct fb_var_screeninfo *var, argument
168 struct fb_info *info = fbi->info;
197 struct pxa168fb_info *fbi = info->par; local
207 fbi->pix_fmt = pix_fmt;
243 static void set_clock_divider(struct pxa168fb_info *fbi, argument
261 dev_err(fbi->dev, "Input refresh or pixclock is wrong.\n");
277 divider_int = clk_get_rate(fbi->clk) / needed_pixclk;
281 dev_warn(fbi->dev, "Warning: clock source is too slow."
290 writel(x, fbi->reg_base + LCD_CFG_SCLK_DIV);
293 static void set_dma_control0(struct pxa168fb_info *fbi) argument
328 set_dma_control1(struct pxa168fb_info *fbi, int sync) argument
352 struct pxa168fb_info *fbi = info->par; local
365 struct pxa168fb_info *fbi = info->par; local
390 struct pxa168fb_info *fbi = info->par; local
403 struct pxa168fb_info *fbi = info->par; local
494 struct pxa168fb_info *fbi = info->par; local
519 struct pxa168fb_info *fbi = info->par; local
537 struct pxa168fb_info *fbi = dev_id; local
565 struct pxa168fb_info *fbi = info->par; local
606 struct pxa168fb_info *fbi = 0; local
[all...]
H A Dsm501fb.c153 struct fb_info *fbi; local
168 fbi = inf->fb[HEAD_CRT];
177 if (fbi && ptr < smem_len)
188 fbi = inf->fb[HEAD_PANEL];
189 if (fbi) {
190 par = fbi->par;
201 fbi = inf->fb[HEAD_CRT];
202 ptr = fbi ? smem_len : 0;
204 fbi = inf->fb[HEAD_PANEL];
205 if (fbi) {
257 sm501fb_setup_gamma(struct sm501fb_info *fbi, unsigned long palette) argument
412 struct sm501fb_info *fbi = par->info; local
508 struct sm501fb_info *fbi = par->info; local
562 struct sm501fb_info *fbi = par->info; local
592 struct sm501fb_info *fbi = par->info; local
613 struct sm501fb_info *fbi = par->info; local
693 sm501fb_panel_power(struct sm501fb_info *fbi, int to) argument
783 struct sm501fb_info *fbi = par->info; local
897 struct sm501fb_info *fbi = par->info; local
947 struct sm501fb_info *fbi = par->info; local
978 struct sm501fb_info *fbi = par->info; local
1021 struct sm501fb_info *fbi = par->info; local
1256 struct sm501fb_info *fbi = par->info; local
1274 struct sm501fb_info *fbi = par->info; local
1359 struct sm501fb_info *fbi = par->info; local
1452 sm501_init_cursor(struct fb_info *fbi, unsigned int reg_base) argument
1789 struct fb_info *fbi; local
1820 struct fb_info *fbi = info->fb[head]; local
1829 struct fb_info *fbi = info->fb[head]; local
2002 struct fb_info *fbi = info->fb[head]; local
2049 struct fb_info *fbi = info->fb[head]; local
[all...]
H A Ds3c2410fb.c54 static int is_s3c2412(struct s3c2410fb_info *fbi) argument
56 return (fbi->drv_type == DRV_S3C2412);
66 struct s3c2410fb_info *fbi = info->par; local
67 void __iomem *regs = fbi->io;
90 static unsigned int s3c2410fb_calc_pixclk(struct s3c2410fb_info *fbi, argument
93 unsigned long clk = fbi->clk_rate;
118 struct s3c2410fb_info *fbi = info->par; local
119 struct s3c2410fb_mach_info *mach_info = fbi->dev->platform_data;
165 fbi->regs.lcdcon5 = display->lcdcon5;
167 fbi
247 const struct s3c2410fb_info *fbi = info->par; local
307 const struct s3c2410fb_info *fbi = info->par; local
368 struct s3c2410fb_info *fbi = info->par; local
447 schedule_palette_update(struct s3c2410fb_info *fbi, unsigned int regno, unsigned int val) argument
483 struct s3c2410fb_info *fbi = info->par; local
530 s3c2410fb_lcd_enable(struct s3c2410fb_info *fbi, int enable) argument
562 struct s3c2410fb_info *fbi = info->par; local
636 struct s3c2410fb_info *fbi = info->par; local
662 struct s3c2410fb_info *fbi = info->par; local
682 struct s3c2410fb_info *fbi = info->par; local
721 s3c2410fb_write_palette(struct s3c2410fb_info *fbi) argument
749 struct s3c2410fb_info *fbi = dev_id; local
[all...]
H A Dau1200fb.c958 static void au1200fb_update_fbinfo(struct fb_info *fbi) argument
964 if (fbi->var.bits_per_pixel <= 8) {
966 fbi->fix.visual = FB_VISUAL_PSEUDOCOLOR;
967 fbi->fix.line_length = fbi->var.xres_virtual /
968 (8/fbi->var.bits_per_pixel);
971 fbi->fix.visual = FB_VISUAL_TRUECOLOR;
972 fbi->fix.line_length = fbi->var.xres_virtual * (fbi
992 au1200fb_fb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
1071 au1200fb_fb_set_par(struct fb_info *fbi) argument
1084 au1200fb_fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *fbi) argument
1140 au1200fb_fb_blank(int blank_mode, struct fb_info *fbi) argument
1492 struct fb_info *fbi = &fbdev->fb_info; local
[all...]
H A Dbfin-lq035q1-fb.c206 static int bfin_lq035q1_calc_timing(struct bfin_lq035q1fb_info *fbi) argument
216 switch (fbi->disp_info->ppi_mode) {
218 fbi->lcd_bpp = 16;
223 fbi->lcd_bpp = 16;
228 fbi->lcd_bpp = 24;
240 fbi->h_actpix = (LCD_X_RES * clocks_per_pix); /* active horizontal pixel */
241 fbi->h_period = (336 * clocks_per_pix); /* HS period */
242 fbi->h_pulse = (2 * clocks_per_pix); /* HS pulse width */
243 fbi->h_start = (7 * clocks_per_pix + cpld_pipeline_delay_cor); /* first valid pixel */
245 fbi
252 bfin_lq035q1_config_ppi(struct bfin_lq035q1fb_info *fbi) argument
297 bfin_lq035q1_init_timers(struct bfin_lq035q1fb_info *fbi) argument
316 bfin_lq035q1_config_dma(struct bfin_lq035q1fb_info *fbi) argument
387 struct bfin_lq035q1fb_info *fbi = info->par; local
415 struct bfin_lq035q1fb_info *fbi = info->par; local
437 struct bfin_lq035q1fb_info *fbi = info->par; local
[all...]
H A Dau1100fb.c123 static int au1100fb_fb_blank(int blank_mode, struct fb_info *fbi) argument
125 struct au1100fb_device *fbdev = to_au1100fb_device(fbi);
127 print_dbg("fb_blank %d %p", blank_mode, fbi);
266 int au1100fb_fb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *fbi) argument
272 fbdev = to_au1100fb_device(fbi);
278 if (fbi->var.grayscale) {
284 if (fbi->fix.visual == FB_VISUAL_TRUECOLOR) {
289 palette = (u32*)fbi->pseudo_palette;
291 red >>= (16 - fbi->var.red.length);
292 green >>= (16 - fbi
325 au1100fb_fb_pan_display(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
372 au1100fb_fb_rotate(struct fb_info *fbi, int angle) argument
393 au1100fb_fb_mmap(struct fb_info *fbi, struct vm_area_struct *vma) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb_bl.c40 bl_lvl = mfd->fbi->bl_curve[bl_lvl];
54 struct fb_info *fbi; local
57 fbi = mfd->fbi;
63 backlight_device_register(name, fbi->dev, mfd,
66 fbi->bl_dev = pbd;
67 fb_bl_default_curve(fbi,
75 fbi->bl_dev = NULL;
H A Dmdp_dma_tv.c46 struct fb_info *fbi; local
59 fbi = mfd->fbi;
63 bpp = fbi->var.bits_per_pixel / 8;
64 buf = (uint8 *) fbi->fix.smem_start;
65 buf += fbi->var.xoffset * bpp +
66 fbi->var.yoffset * fbi->fix.line_length;
115 struct fb_info *fbi = mfd->fbi; local
[all...]
H A Dmdp4_overlay_mddi.c109 struct fb_info *fbi; local
111 fbi = mfd->fbi;
112 pipe->src_height = fbi->var.yres;
113 pipe->src_width = fbi->var.xres;
114 pipe->src_h = fbi->var.yres;
115 pipe->src_w = fbi->var.xres;
118 pipe->dst_h = fbi->var.yres;
119 pipe->dst_w = fbi->var.xres;
123 pipe->srcp0_ystride = fbi
128 struct fb_info *fbi; local
[all...]
H A Dmdp4_overlay_lcdc.c86 struct fb_info *fbi; local
100 fbi = mfd->fbi;
101 var = &fbi->var;
106 bpp = fbi->var.bits_per_pixel / 8;
107 buf = (uint8 *) fbi->fix.smem_start;
108 buf += fbi->var.xoffset * bpp +
109 fbi->var.yoffset * fbi->fix.line_length;
135 pipe->src_height = fbi
278 struct fb_info *fbi = mfd->fbi; local
[all...]
H A Dmdp_dma_lcdc.c93 struct fb_info *fbi; local
109 fbi = mfd->fbi;
110 var = &fbi->var;
115 bpp = fbi->var.bits_per_pixel / 8;
116 buf = (uint8 *) fbi->fix.smem_start;
117 buf += fbi->var.xoffset * bpp + fbi->var.yoffset * fbi->fix.line_length;
167 MDP_OUTP(MDP_BASE + dma_base + 0x4, ((fbi
321 struct fb_info *fbi = mfd->fbi; local
[all...]
H A Dlcdc.c95 panel_pixclock_freq = mfd->fbi->var.pixclock;
115 clk_set_rate(mdp_lcdc_pclk_clk, mfd->fbi->var.pixclock);
116 clk_set_rate(mdp_lcdc_pad_pclk_clk, mfd->fbi->var.pixclock);
127 struct fb_info *fbi; local
182 fbi = mfd->fbi;
183 fbi->var.pixclock = mfd->panel_info.clk_rate;
184 fbi->var.left_margin = mfd->panel_info.lcdc.h_back_porch;
185 fbi->var.right_margin = mfd->panel_info.lcdc.h_front_porch;
186 fbi
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mb862xx/
H A Dmb862xxfb.c110 struct fb_info *fbi)
114 if (fbi->dev)
115 dev_dbg(fbi->dev, "%s\n", __func__);
144 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT) {
150 r = d_pitch(&fbi->var) % GC_L0M_L0W_UNIT;
153 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT)
202 static int mb862xxfb_set_par(struct fb_info *fbi) argument
204 struct mb862xxfb_par *par = fbi->par;
209 mb862xxfb_init_accel(fbi, fbi
109 mb862xxfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
285 mb862xxfb_blank(int mode, struct fb_info *fbi) argument
326 mb862xxfb_init_fbinfo(struct fb_info *fbi) argument
432 struct fb_info *fbi = dev_get_drvdata(dev); local
674 struct fb_info *fbi = dev_get_drvdata(&ofdev->dev); local
995 struct fb_info *fbi = pci_get_drvdata(pdev); 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-sysfs.c40 struct fb_info *fbi = dev_get_drvdata(dev); local
41 struct omapfb_info *ofbi = FB2OFB(fbi);
50 struct fb_info *fbi = dev_get_drvdata(dev); local
51 struct omapfb_info *ofbi = FB2OFB(fbi);
61 if (!lock_fb_info(fbi))
84 unlock_fb_info(fbi);
93 struct fb_info *fbi = dev_get_drvdata(dev); local
94 struct omapfb_info *ofbi = FB2OFB(fbi);
103 struct fb_info *fbi = dev_get_drvdata(dev); local
104 struct omapfb_info *ofbi = FB2OFB(fbi);
145 struct fb_info *fbi = dev_get_drvdata(dev); local
195 struct fb_info *fbi = dev_get_drvdata(dev); local
337 struct fb_info *fbi = dev_get_drvdata(dev); local
360 struct fb_info *fbi = dev_get_drvdata(dev); local
430 struct fb_info *fbi = dev_get_drvdata(dev); local
439 struct fb_info *fbi = dev_get_drvdata(dev); local
498 struct fb_info *fbi = dev_get_drvdata(dev); local
507 struct fb_info *fbi = dev_get_drvdata(dev); local
[all...]
H A Domapfb.h110 void set_fb_fix(struct fb_info *fbi);
111 int check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var);
112 int omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type);
113 int omapfb_apply_changes(struct fb_info *fbi, int init);
118 int omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg);
120 int omapfb_update_window(struct fb_info *fbi,
126 int omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl,
130 static inline struct omap_dss_device *fb2display(struct fb_info *fbi) argument
132 struct omapfb_info *ofbi = FB2OFB(fbi);
H A Domapfb-main.c57 static int omapfb_fb_init(struct omapfb2_device *fbdev, struct fb_info *fbi);
62 static void draw_pixel(struct fb_info *fbi, int x, int y, unsigned color) argument
64 struct fb_var_screeninfo *var = &fbi->var;
65 struct fb_fix_screeninfo *fix = &fbi->fix;
66 void __iomem *addr = fbi->screen_base;
97 static void fill_fb(struct fb_info *fbi) argument
99 struct fb_var_screeninfo *var = &fbi->var;
102 void __iomem *addr = fbi->screen_base;
108 DBG("fill_fb %dx%d, line_len %d bytes\n", w, h, fbi->fix.line_length);
113 draw_pixel(fbi,
496 setup_vrfb_rotation(struct fb_info *fbi) argument
595 set_fb_fix(struct fb_info *fbi) argument
659 check_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var) argument
743 omapfb_open(struct fb_info *fbi, int user) argument
748 omapfb_release(struct fb_info *fbi, int user) argument
830 omapfb_setup_overlay(struct fb_info *fbi, struct omap_overlay *ovl, u16 posx, u16 posy, u16 outw, u16 outh) argument
927 omapfb_apply_changes(struct fb_info *fbi, int init) argument
995 omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
1012 omapfb_set_par(struct fb_info *fbi) argument
1035 omapfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
1086 omapfb_mmap(struct fb_info *fbi, struct vm_area_struct *vma) argument
1144 _setcolreg(struct fb_info *fbi, u_int regno, u_int red, u_int green, u_int blue, u_int transp, int update_hw_pal) argument
1230 omapfb_blank(int blank, struct fb_info *fbi) argument
1308 omapfb_free_fbmem(struct fb_info *fbi) argument
1340 clear_fb_info(struct fb_info *fbi) argument
1354 struct fb_info *fbi = fbdev->fbs[i]; local
1362 omapfb_alloc_fbmem(struct fb_info *fbi, unsigned long size, unsigned long paddr) argument
1426 omapfb_alloc_fbmem_display(struct fb_info *fbi, unsigned long size, unsigned long paddr) argument
1644 omapfb_realloc_fbmem(struct fb_info *fbi, unsigned long size, int type) argument
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
1874 struct fb_info *fbi; local
1927 struct fb_info *fbi = fbdev->fbs[i]; local
1954 struct fb_info *fbi = fbdev->fbs[i]; local
1992 struct fb_info fbi; local
[all...]
H A Domapfb-ioctl.c61 static int omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) argument
63 struct omapfb_info *ofbi = FB2OFB(fbi);
109 set_fb_fix(fbi);
115 r = omapfb_setup_overlay(fbi, ovl, pi->pos_x, pi->pos_y,
162 set_fb_fix(fbi);
182 static int omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) argument
184 struct omapfb_info *ofbi = FB2OFB(fbi);
208 static int omapfb_setup_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) argument
210 struct omapfb_info *ofbi = FB2OFB(fbi);
247 r = omapfb_realloc_fbmem(fbi, siz
261 omapfb_query_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) argument
277 omapfb_update_window_nolock(struct fb_info *fbi, u32 x, u32 y, u32 w, u32 h) argument
298 omapfb_update_window(struct fb_info *fbi, u32 x, u32 y, u32 w, u32 h) argument
318 omapfb_set_update_mode(struct fb_info *fbi, enum omapfb_update_mode mode) argument
350 omapfb_get_update_mode(struct fb_info *fbi, enum omapfb_update_mode *mode) argument
434 omapfb_set_color_key(struct fb_info *fbi, struct omapfb_color_key *ck) argument
464 omapfb_get_color_key(struct fb_info *fbi, struct omapfb_color_key *ck) argument
494 omapfb_memory_read(struct fb_info *fbi, struct omapfb_memory_read *mr) argument
575 omapfb_wait_for_go(struct fb_info *fbi) argument
591 omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/omap/
H A Domapfb_main.c216 static int ctrl_change_mode(struct fb_info *fbi) argument
220 struct omapfb_plane_struct *plane = fbi->par;
222 struct fb_var_screeninfo *var = &fbi->var;
224 offset = var->yoffset * fbi->fix.line_length +
354 static int omapfb_update_full_screen(struct fb_info *fbi);
356 static int omapfb_blank(int blank, struct fb_info *fbi) argument
358 struct omapfb_plane_struct *plane = fbi->par;
390 r = omapfb_update_full_screen(fbi);
395 static void omapfb_sync(struct fb_info *fbi) argument
397 struct omapfb_plane_struct *plane = fbi
410 set_fb_fix(struct fb_info *fbi, int from_init) argument
505 set_fb_var(struct fb_info *fbi, struct fb_var_screeninfo *var) argument
627 omapfb_rotate(struct fb_info *fbi, int rotate) argument
651 omapfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
679 omapfb_mirror(struct fb_info *fbi, int mirror) argument
702 omapfb_check_var(struct fb_var_screeninfo *var, struct fb_info *fbi) argument
721 omapfb_set_par(struct fb_info *fbi) argument
735 omapfb_update_window_async(struct fb_info *fbi, struct omapfb_update_window *win, void (*callback)(void *), void *callback_data) argument
783 omapfb_update_win(struct fb_info *fbi, struct omapfb_update_window *win) argument
796 omapfb_update_full_screen(struct fb_info *fbi) argument
824 omapfb_setup_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) argument
864 omapfb_query_plane(struct fb_info *fbi, struct omapfb_plane_info *pi) argument
872 omapfb_setup_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) argument
948 omapfb_query_mem(struct fb_info *fbi, struct omapfb_mem_info *mi) argument
1109 omapfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg) argument
1538 fbinfo_cleanup(struct omapfb_device *fbdev, struct fb_info *fbi) argument
1557 struct fb_info *fbi; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/mbx/
H A Dmbxfb.c688 static void __devinit setup_memc(struct fb_info *fbi) argument
714 tmp = readl(fbi->screen_base);
718 static void enable_clocks(struct fb_info *fbi) argument
747 static void __devinit setup_graphics(struct fb_info *fbi) argument
752 gsctrl = GSCTRL_GAMMA_EN | Gsctrl_Width(fbi->var.xres) |
753 Gsctrl_Height(fbi->var.yres);
754 switch (fbi->var.bits_per_pixel) {
756 if (fbi->var.green.length == 5)
781 static void __devinit setup_display(struct fb_info *fbi) argument
786 if (fbi
795 enable_controller(struct fb_info *fbi) argument
859 struct fb_info *fbi = platform_get_drvdata(dev); local
884 struct fb_info *fbi; local
1011 struct fb_info *fbi = platform_get_drvdata(dev); local
[all...]

Completed in 283 milliseconds

12