Searched refs:fb_info (Results 1 - 25 of 184) sorted by relevance

12345678

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/geode/
H A Dgeodefb.h18 void (*set_mode)(struct fb_info *);
19 void (*set_palette_reg)(struct fb_info *, unsigned, unsigned, unsigned, unsigned);
23 void (*set_dclk)(struct fb_info *);
24 void (*configure_display)(struct fb_info *);
25 int (*blank_display)(struct fb_info *, int blank_mode);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/
H A Dfbsysfs.c38 struct fb_info *framebuffer_alloc(size_t size, struct device *dev)
41 #define PADDING (BYTES_PER_LONG - (sizeof(struct fb_info) % BYTES_PER_LONG))
42 int fb_info_size = sizeof(struct fb_info);
43 struct fb_info *info;
54 info = (struct fb_info *) p;
80 void framebuffer_release(struct fb_info *info)
86 static int activate(struct fb_info *fb_info, struct fb_var_screeninfo *var) argument
92 fb_info->flags |= FBINFO_MISC_USEREVENT;
93 err = fb_set_var(fb_info, va
126 struct fb_info *fb_info = dev_get_drvdata(device); local
157 struct fb_info *fb_info = dev_get_drvdata(device); local
169 struct fb_info *fb_info = dev_get_drvdata(device); local
194 struct fb_info *fb_info = dev_get_drvdata(device); local
212 struct fb_info *fb_info = dev_get_drvdata(device); local
227 struct fb_info *fb_info = dev_get_drvdata(device); local
235 struct fb_info *fb_info = dev_get_drvdata(device); local
253 struct fb_info *fb_info = dev_get_drvdata(device); local
262 struct fb_info *fb_info = dev_get_drvdata(device); local
282 struct fb_info *fb_info = dev_get_drvdata(device); local
290 struct fb_info *fb_info = dev_get_drvdata(device); local
298 struct fb_info *fb_info = dev_get_drvdata(device); local
353 struct fb_info *fb_info = dev_get_drvdata(device); local
377 struct fb_info *fb_info = dev_get_drvdata(device); local
385 struct fb_info *fb_info = dev_get_drvdata(device); local
394 struct fb_info *fb_info = dev_get_drvdata(device); local
410 struct fb_info *fb_info = dev_get_drvdata(device); local
419 struct fb_info *fb_info = dev_get_drvdata(device); local
459 struct fb_info *fb_info = dev_get_drvdata(device); local
508 fb_init_device(struct fb_info *fb_info) argument
532 fb_cleanup_device(struct fb_info *fb_info) argument
551 fb_bl_default_curve(struct fb_info *fb_info, u8 off, u8 min, u8 max) argument
[all...]
H A Datafb.h4 void atafb_mfb_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
6 void atafb_mfb_fillrect(struct fb_info *info, u_long next_line, u32 color,
8 void atafb_mfb_linefill(struct fb_info *info, u_long next_line,
12 void atafb_iplan2p2_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
14 void atafb_iplan2p2_fillrect(struct fb_info *info, u_long next_line, u32 color,
16 void atafb_iplan2p2_linefill(struct fb_info *info, u_long next_line,
20 void atafb_iplan2p4_copyarea(struct fb_info *info, u_long next_line, int sy, int sx, int dy,
22 void atafb_iplan2p4_fillrect(struct fb_info *info, u_long next_line, u32 color,
24 void atafb_iplan2p4_linefill(struct fb_info *info, u_long next_line,
28 void atafb_iplan2p8_copyarea(struct fb_info *inf
[all...]
H A Dmaxinefb.c41 static struct fb_info fb_info; variable in typeref:struct:fb_info
90 unsigned blue, unsigned transp, struct fb_info *info)
152 fb_info.fbops = &maxinefb_ops;
153 fb_info.screen_base = (char *)maxinefb_fix.smem_start;
154 fb_info.var = maxinefb_defined;
155 fb_info.fix = maxinefb_fix;
156 fb_info.flags = FBINFO_DEFAULT;
158 fb_alloc_cmap(&fb_info.cmap, 256, 0);
160 if (register_framebuffer(&fb_info) <
[all...]
H A Dsbuslib.h21 struct fb_info *info,
23 int sbusfb_compat_ioctl(struct fb_info *info, unsigned int cmd,
H A Dmacfb.c58 struct fb_info *info) = NULL;
61 struct fb_info *info);
64 struct fb_info *fb_info);
67 struct fb_info *fb_info);
70 struct fb_info *fb_info);
73 struct fb_info *fb_info);
172 static struct fb_info fb_info; variable in typeref:struct:fb_info
484 macfb_setcolreg(unsigned regno, unsigned red, unsigned green, unsigned blue, unsigned transp, struct fb_info *fb_info) argument
[all...]
H A D68328fb.c62 static struct fb_info fb_info; variable in typeref:struct:fb_info
98 struct fb_info *info);
99 static int mc68x328fb_set_par(struct fb_info *info);
101 u_int transp, struct fb_info *info);
103 struct fb_info *info);
104 static int mc68x328fb_mmap(struct fb_info *info, struct vm_area_struct *vma);
140 struct fb_info *info)
272 static int mc68x328fb_set_par(struct fb_info *info)
286 u_int transp, struct fb_info *inf
[all...]
H A Dpvr2fb.c148 static struct fb_info *fb_info; variable in typeref:struct:fb_info
203 unsigned int transp, struct fb_info *info);
204 static int pvr2fb_blank(int blank, struct fb_info *info);
207 static int pvr2fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info);
208 static int pvr2fb_set_par(struct fb_info *info);
209 static void pvr2_update_display(struct fb_info *info);
210 static void pvr2_init_display(struct fb_info *info);
217 static ssize_t pvr2fb_write(struct fb_info *info, const char *buf,
268 struct pvr2fb_par *par = (struct pvr2fb_par *)fb_info
[all...]
H A Dacornfb.c85 static struct fb_info fb_info; variable in typeref:struct:fb_info
322 u_int trans, struct fb_info *info)
358 static void acornfb_set_timing(struct fb_info *info)
512 u_int trans, struct fb_info *info)
562 acornfb_adjust_timing(struct fb_info *info, struct fb_var_screeninfo *var, u_int fontht)
690 acornfb_update_dma(struct fb_info *info, struct fb_var_screeninfo *var)
702 acornfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
772 static int acornfb_set_par(struct fb_info *info)
847 acornfb_pan_display(struct fb_var_screeninfo *var, struct fb_info *inf
[all...]
H A Dg364fb.c73 static struct fb_info fb_info; variable in typeref:struct:fb_info
108 struct fb_info *info);
111 struct fb_info *info);
112 static int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor);
113 static int g364fb_blank(int blank, struct fb_info *info);
126 int g364fb_cursor(struct fb_info *info, struct fb_cursor *cursor)
151 struct fb_info *info)
163 static int g364fb_blank(int blank, struct fb_info *info)
176 u_int blue, u_int transp, struct fb_info *inf
[all...]
H A Dhpfb.c22 static struct fb_info fb_info = { variable in typeref:struct:fb_info
78 struct fb_info *info)
119 static int hpfb_blank(int blank, struct fb_info *info)
146 static void hpfb_copyarea(struct fb_info *info, const struct fb_copyarea *area)
151 static void hpfb_fillrect(struct fb_info *p, const struct fb_fillrect *region)
171 static int hpfb_sync(struct fb_info *info)
217 fb_info.fix.smem_start = (in_8(fb_regs + fboff) << 16);
220 fb_info.fix.smem_start += phys_base;
241 fb_info
[all...]
H A Ds3c2410fb.h29 struct fb_info *fb;
H A Dtx3912fb.c20 static struct fb_info fb_info; variable in typeref:struct:fb_info
63 struct fb_info *info);
82 static int tx3912fb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
95 static int tx3912fb_set_par(struct fb_info *info)
174 struct fb_info *info)
280 fb_info.fbops = &tx3912fb_ops;
281 fb_info.var = tx3912fb_var;
282 fb_info.fix = tx3912fb_fix;
283 fb_info
[all...]
H A Dskeletonfb.c16 * First the roles of struct fb_info and struct display have changed. Struct
19 * struct vc_data to data in a device independent way in struct fb_info. Then
21 * dependent state in the par field in struct fb_info and to change the
33 * fb_var_screeninfo and other data in fb_info pretty much eliminates the
102 * struct fb_info. Now the struct xxx_par represents the graphics
105 * every struct fb_info that represents a framebuffer on that card.
114 * fb_info. Their you would want to have *par point to a array of device
126 static struct fb_info info;
150 static int xxxfb_open(struct fb_info *info, int user)
169 static int xxxfb_release(struct fb_info *inf
[all...]
H A Dfb_defio.c34 struct fb_info *info = vma->vm_private_data;
54 struct fb_info *info = file->private_data;
68 struct fb_info *info = vma->vm_private_data;
92 static int fb_deferred_io_mmap(struct fb_info *info, struct vm_area_struct *vma)
103 struct fb_info *info = container_of(work, struct fb_info,
127 void fb_deferred_io_init(struct fb_info *info)
141 void fb_deferred_io_cleanup(struct fb_info *info)
H A Dhitfb.c48 static struct fb_info fb_info; variable in typeref:struct:fb_info
129 static void hitfb_fillrect(struct fb_info *p, const struct fb_fillrect *rect)
153 static void hitfb_copyarea(struct fb_info *p, const struct fb_copyarea *area)
162 struct fb_info *info)
175 int hitfb_blank(int blank_mode, struct fb_info *info)
212 unsigned blue, unsigned transp, struct fb_info *info)
235 static int hitfb_sync(struct fb_info *info)
242 static int hitfb_check_var(struct fb_var_screeninfo *var, struct fb_info *info)
293 static int hitfb_set_par(struct fb_info *inf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/i810/
H A Di810_main.h27 extern void i810fb_fillrect (struct fb_info *p,
29 extern void i810fb_copyarea (struct fb_info *p,
31 extern void i810fb_imageblit(struct fb_info *p, const struct fb_image *image);
32 extern int i810fb_sync (struct fb_info *p);
34 extern void i810fb_init_ringbuffer(struct fb_info *info);
35 extern void i810fb_load_front (u32 offset, struct fb_info *info);
39 extern int i810_probe_i2c_connector(struct fb_info *info, u8 **out_edid,
44 static inline int i810_probe_i2c_connector(struct fb_info *info, u8 **out_edid,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/nvidia/
H A Dnv_proto.h7 int NVCommonSetup(struct fb_info *info);
37 int nvidia_probe_i2c_connector(struct fb_info *info, int conn,
46 int nvidia_probe_of_connector(struct fb_info *info, int conn,
49 static inline int nvidia_probe_of_connector(struct fb_info *info, int conn,
57 extern void NVResetGraphics(struct fb_info *info);
58 extern void nvidiafb_copyarea(struct fb_info *info,
60 extern void nvidiafb_fillrect(struct fb_info *info,
62 extern void nvidiafb_imageblit(struct fb_info *info,
64 extern int nvidiafb_sync(struct fb_info *info);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/video/
H A Dmbxfb.h13 struct fb_info;
27 int (*probe)(struct fb_info *fb);
28 int (*remove)(struct fb_info *fb);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/linux/
H A Dfb.h194 #define FB_ACCELF_TEXT 1 /* (OBSOLETE) see fb_info.flags and vc_mode */
248 __u32 accel_flags; /* (OBSOLETE) see fb_info.flags */
397 struct fb_info;
501 /* The resolution of the passed in fb_info about to change */
503 /* The display on this fb_info is beeing suspended, no access to the
507 /* The display on this fb_info was resumed, you can restore the display
525 /* The resolution of the passed in fb_info about to change and
534 struct fb_info *info;
574 void (*writeio)(struct fb_info *info, void __iomem *dst, void *src, unsigned int size);
575 void (*readio) (struct fb_info *inf
789 struct fb_info { struct
[all...]
H A Dbacklight.h31 struct fb_info;
41 int (*check_fb)(struct fb_info *);
H A Dlcd.h31 struct fb_info;
50 int (*check_fb)(struct fb_info *);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-powerpc/
H A Dbacklight.h19 extern int pmac_backlight_curve_lookup(struct fb_info *info, int value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/console/
H A Dfbcon.h55 void (*bmove)(struct vc_data *vc, struct fb_info *info, int sy,
57 void (*clear)(struct vc_data *vc, struct fb_info *info, int sy,
59 void (*putcs)(struct vc_data *vc, struct fb_info *info,
62 void (*clear_margins)(struct vc_data *vc, struct fb_info *info,
64 void (*cursor)(struct vc_data *vc, struct fb_info *info, int mode,
66 int (*update_start)(struct fb_info *info);
67 int (*rotate_font)(struct fb_info *info, struct vc_data *vc);
148 * appropriate flags in fb_info->flags. For example,
175 extern void fbcon_set_tileops(struct vc_data *vc, struct fb_info *info);
178 extern int soft_cursor(struct fb_info *inf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/video/matrox/
H A Dmatroxfb_crtc2.h10 struct fb_info fbcon;

Completed in 214 milliseconds

12345678