Home
last modified time | relevance | path

Searched refs:display (Results 1 – 25 of 204) sorted by relevance

123456789

/linux-2.4.37.9/drivers/video/
Dtx3912fb.c43 static struct display global_disp;
106 struct display *display; in tx3912fb_get_fix() local
112 display = &global_disp; in tx3912fb_get_fix()
114 display = &fb_display[con]; in tx3912fb_get_fix()
118 fix->type = display->type; in tx3912fb_get_fix()
119 fix->type_aux = display->type_aux; in tx3912fb_get_fix()
121 fix->ypanstep = display->ypanstep; in tx3912fb_get_fix()
122 fix->ywrapstep = display->ywrapstep; in tx3912fb_get_fix()
123 fix->visual = display->visual; in tx3912fb_get_fix()
124 fix->line_length = display->line_length; in tx3912fb_get_fix()
[all …]
Dq40fb.c52 static struct display disp[MAX_NR_CONSOLES];
262 struct display *display; in q40fb_ioctl()
265 display = &fb_display[con]; in q40fb_ioctl()
267 display = &disp[0]; in q40fb_ioctl()
275 display->scrollmode = i; in q40fb_ioctl()
277 q40_updatescrollmode(display); in q40fb_ioctl()
287 struct display *display; in q40fb_set_disp() local
292 display = &fb_display[con]; in q40fb_set_disp()
294 display = &disp[0]; in q40fb_set_disp()
298 display->screen_base = (char *)fix.smem_start; in q40fb_set_disp()
[all …]
Dvfb.c47 static struct display disp;
174 struct display *display; in vfb_set_var() local
176 display = &fb_display[con]; in vfb_set_var()
178 display = &disp; /* used during initialization */ in vfb_set_var()
187 var->xoffset = display->var.xoffset; in vfb_set_var()
188 var->yoffset = display->var.yoffset; in vfb_set_var()
228 oldxres = display->var.xres; in vfb_set_var()
229 oldyres = display->var.yres; in vfb_set_var()
230 oldvxres = display->var.xres_virtual; in vfb_set_var()
231 oldvyres = display->var.yres_virtual; in vfb_set_var()
[all …]
Dhpfb.c31 static struct display disp;
243 struct display *display; in hpfb_set_disp() local
246 display = &fb_display[con]; in hpfb_set_disp()
248 display = &disp; /* used during initialization */ in hpfb_set_disp()
252 display->screen_base = (char *)fix.smem_start; in hpfb_set_disp()
253 display->visual = fix.visual; in hpfb_set_disp()
254 display->type = fix.type; in hpfb_set_disp()
255 display->type_aux = fix.type_aux; in hpfb_set_disp()
256 display->ypanstep = fix.ypanstep; in hpfb_set_disp()
257 display->ywrapstep = fix.ywrapstep; in hpfb_set_disp()
[all …]
Ddnfb.c129 static struct display disp[MAX_NR_CONSOLES];
264 struct display *display; in dn_fb_set_disp() local
269 display=&fb_display[con]; in dn_fb_set_disp()
271 display=&disp[0]; in dn_fb_set_disp()
276 display->screen_base = (u_char *)fix.smem_start; in dn_fb_set_disp()
277 display->visual = fix.visual; in dn_fb_set_disp()
278 display->type = fix.type; in dn_fb_set_disp()
279 display->type_aux = fix.type_aux; in dn_fb_set_disp()
280 display->ypanstep = fix.ypanstep; in dn_fb_set_disp()
281 display->ywrapstep = fix.ywrapstep; in dn_fb_set_disp()
[all …]
Ddn_cfb4.c129 static struct display disp[MAX_NR_CONSOLES];
264 struct display *display; in dn_fb_set_disp() local
270 display=&fb_display[con]; in dn_fb_set_disp()
272 display=&disp[0]; in dn_fb_set_disp()
277 display->screen_base = (u_char *)fix.smem_start; in dn_fb_set_disp()
279 display->visual = fix.visual; in dn_fb_set_disp()
280 display->type = fix.type; in dn_fb_set_disp()
281 display->type_aux = fix.type_aux; in dn_fb_set_disp()
282 display->ypanstep = fix.ypanstep; in dn_fb_set_disp()
283 display->ywrapstep = fix.ywrapstep; in dn_fb_set_disp()
[all …]
Dpmag-ba-fb.c65 static struct display disp;
317 struct display *display; in pmagbafb_set_disp() local
320 display = &fb_display[con]; in pmagbafb_set_disp()
322 display = &disp; /* used during initialization */ in pmagbafb_set_disp()
326 display->screen_base = (char *) fix.smem_start; in pmagbafb_set_disp()
327 display->visual = fix.visual; in pmagbafb_set_disp()
328 display->type = fix.type; in pmagbafb_set_disp()
329 display->type_aux = fix.type_aux; in pmagbafb_set_disp()
330 display->ypanstep = fix.ypanstep; in pmagbafb_set_disp()
331 display->ywrapstep = fix.ywrapstep; in pmagbafb_set_disp()
[all …]
Dpmagb-b-fb.c68 static struct display disp;
320 struct display *display; in pmagbbfb_set_disp() local
323 display = &fb_display[con]; in pmagbbfb_set_disp()
325 display = &disp; /* used during initialization */ in pmagbbfb_set_disp()
329 display->screen_base = (char *) fix.smem_start; in pmagbbfb_set_disp()
330 display->visual = fix.visual; in pmagbbfb_set_disp()
331 display->type = fix.type; in pmagbbfb_set_disp()
332 display->type_aux = fix.type_aux; in pmagbbfb_set_disp()
333 display->ypanstep = fix.ypanstep; in pmagbbfb_set_disp()
334 display->ywrapstep = fix.ywrapstep; in pmagbbfb_set_disp()
[all …]
/linux-2.4.37.9/drivers/char/
Dlcd.c132 struct lcd_display display; in lcd_ioctl() local
136 display.cursor_address = ( LCDReadInst ); in lcd_ioctl()
137 display.cursor_address = ( display.cursor_address & 0x07F ); in lcd_ioctl()
138 if(copy_to_user((struct lcd_display*)arg, &display, sizeof(struct lcd_display))) in lcd_ioctl()
146 struct lcd_display display; in lcd_ioctl() local
148 if(copy_from_user(&display, (struct lcd_display*)arg, sizeof(struct lcd_display))) in lcd_ioctl()
151 a = (display.cursor_address | kLCD_Addr ); in lcd_ioctl()
161 struct lcd_display display; in lcd_ioctl() local
165 display.character = LCDReadData; in lcd_ioctl()
167 if(copy_to_user((struct lcd_display*)arg, &display, sizeof(struct lcd_display))) in lcd_ioctl()
[all …]
/linux-2.4.37.9/include/video/
Dfbcon-vga-planes.h22 extern void fbcon_vga_planes_setup(struct display *p);
23 extern void fbcon_vga_planes_bmove(struct display *p, int sy, int sx, int dy, int dx,
25 extern void fbcon_vga_planes_clear(struct vc_data *conp, struct display *p, int sy,
27 extern void fbcon_vga_planes_putc(struct vc_data *conp, struct display *p, int c,
29 extern void fbcon_ega_planes_putc(struct vc_data *conp, struct display *p, int c,
31 extern void fbcon_vga_planes_putcs(struct vc_data *conp, struct display *p,
33 extern void fbcon_ega_planes_putcs(struct vc_data *conp, struct display *p,
35 extern void fbcon_vga_planes_revc(struct display *p, int xx, int yy);
Dfbcon-cfb16.h21 extern void fbcon_cfb16_setup(struct display *p);
22 extern void fbcon_cfb16_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_cfb16_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb16_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb16_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb16_revc(struct display *p, int xx, int yy);
31 extern void fbcon_cfb16_clear_margins(struct vc_data *conp, struct display *p,
Dfbcon-cfb24.h21 extern void fbcon_cfb24_setup(struct display *p);
22 extern void fbcon_cfb24_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_cfb24_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb24_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb24_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb24_revc(struct display *p, int xx, int yy);
31 extern void fbcon_cfb24_clear_margins(struct vc_data *conp, struct display *p,
Dfbcon-cfb32.h21 extern void fbcon_cfb32_setup(struct display *p);
22 extern void fbcon_cfb32_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_cfb32_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb32_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb32_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb32_revc(struct display *p, int xx, int yy);
31 extern void fbcon_cfb32_clear_margins(struct vc_data *conp, struct display *p,
Dfbcon-cfb8.h21 extern void fbcon_cfb8_setup(struct display *p);
22 extern void fbcon_cfb8_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_cfb8_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb8_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb8_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb8_revc(struct display *p, int xx, int yy);
31 extern void fbcon_cfb8_clear_margins(struct vc_data *conp, struct display *p,
Dfbcon-afb.h21 extern void fbcon_afb_setup(struct display *p);
22 extern void fbcon_afb_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_afb_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_afb_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_afb_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_afb_revc(struct display *p, int xx, int yy);
Dfbcon-cfb2.h21 extern void fbcon_cfb2_setup(struct display *p);
22 extern void fbcon_cfb2_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_cfb2_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb2_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb2_revc(struct display *p, int xx, int yy);
Dfbcon-cfb4.h21 extern void fbcon_cfb4_setup(struct display *p);
22 extern void fbcon_cfb4_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_cfb4_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_cfb4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_cfb4_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_cfb4_revc(struct display *p, int xx, int yy);
Dfbcon-hga.h21 extern void fbcon_hga_setup(struct display *p);
22 extern void fbcon_hga_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_hga_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_hga_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_hga_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_hga_revc(struct display *p, int xx, int yy);
Dfbcon-ilbm.h21 extern void fbcon_ilbm_setup(struct display *p);
22 extern void fbcon_ilbm_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_ilbm_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_ilbm_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_ilbm_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_ilbm_revc(struct display *p, int xx, int yy);
Dfbcon-iplan2p2.h21 extern void fbcon_iplan2p2_setup(struct display *p);
22 extern void fbcon_iplan2p2_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_iplan2p2_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p2_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p2_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_iplan2p2_revc(struct display *p, int xx, int yy);
Dfbcon-iplan2p4.h21 extern void fbcon_iplan2p4_setup(struct display *p);
22 extern void fbcon_iplan2p4_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_iplan2p4_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p4_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p4_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_iplan2p4_revc(struct display *p, int xx, int yy);
Dfbcon-iplan2p8.h21 extern void fbcon_iplan2p8_setup(struct display *p);
22 extern void fbcon_iplan2p8_bmove(struct display *p, int sy, int sx, int dy,
24 extern void fbcon_iplan2p8_clear(struct vc_data *conp, struct display *p,
26 extern void fbcon_iplan2p8_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_iplan2p8_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_iplan2p8_revc(struct display *p, int xx, int yy);
Dfbcon-mac.h21 extern void fbcon_mac_setup(struct display *p);
22 extern void fbcon_mac_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_mac_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_mac_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_mac_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_mac_revc(struct display *p, int xx, int yy);
Dfbcon-mfb.h21 extern void fbcon_mfb_setup(struct display *p);
22 extern void fbcon_mfb_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_mfb_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_mfb_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_mfb_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_mfb_revc(struct display *p, int xx, int yy);
Dfbcon-vga.h21 extern void fbcon_vga_setup(struct display *p);
22 extern void fbcon_vga_bmove(struct display *p, int sy, int sx, int dy, int dx,
24 extern void fbcon_vga_clear(struct vc_data *conp, struct display *p, int sy,
26 extern void fbcon_vga_putc(struct vc_data *conp, struct display *p, int c,
28 extern void fbcon_vga_putcs(struct vc_data *conp, struct display *p,
30 extern void fbcon_vga_revc(struct display *p, int xx, int yy);

123456789