sys/arm/broadcom/bcm2835/bcm2835_fb.c
121
static void bcmfb_update_margins(video_adapter_t *adp);
sys/arm/broadcom/bcm2835/bcm2835_fb.c
322
video_adapter_t* adp = scp->sc->adp;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
349
video_adapter_t *adp;
sys/arm/broadcom/bcm2835/bcm2835_fb.c
416
bcmfb_update_margins(video_adapter_t *adp)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
497
bcmfb_probe(int unit, video_adapter_t **adp, void *arg, int flags)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
504
bcmfb_init(int unit, video_adapter_t *adp, int flags)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
540
bcmfb_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
547
bcmfb_query_mode(video_adapter_t *adp, video_info_t *info)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
553
bcmfb_set_mode(video_adapter_t *adp, int mode)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
559
bcmfb_save_font(video_adapter_t *adp, int page, int size, int width,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
566
bcmfb_load_font(video_adapter_t *adp, int page, int size, int width,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
578
bcmfb_show_font(video_adapter_t *adp, int page)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
584
bcmfb_save_palette(video_adapter_t *adp, u_char *palette)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
590
bcmfb_load_palette(video_adapter_t *adp, u_char *palette)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
596
bcmfb_set_border(video_adapter_t *adp, int border)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
602
bcmfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
608
bcmfb_load_state(video_adapter_t *adp, void *p)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
614
bcmfb_set_win_org(video_adapter_t *adp, off_t offset)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
620
bcmfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
628
bcmfb_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
634
bcmfb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
641
bcmfb_blank_display(video_adapter_t *adp, int mode)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
654
bcmfb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
674
bcmfb_ioctl(video_adapter_t *adp, u_long cmd, caddr_t data)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
702
bcmfb_clear(video_adapter_t *adp)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
709
bcmfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
716
bcmfb_bitblt(video_adapter_t *adp, ...)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
723
bcmfb_diag(video_adapter_t *adp, int level)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
730
bcmfb_save_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
737
bcmfb_load_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
744
bcmfb_copy(video_adapter_t *adp, vm_offset_t src, vm_offset_t dst, int n)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
751
bcmfb_putp(video_adapter_t *adp, vm_offset_t off, uint32_t p, uint32_t a,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
759
bcmfb_putc(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
831
bcmfb_puts(video_adapter_t *adp, vm_offset_t off, u_int16_t *s, int len)
sys/arm/broadcom/bcm2835/bcm2835_fb.c
842
bcmfb_putm(video_adapter_t *adp, int x, int y, uint8_t *pixel_image,
sys/arm/broadcom/bcm2835/bcm2835_fb.c
92
video_adapter_t va;
sys/arm/ti/am335x/am335x_lcd_syscons.c
239
video_adapter_t* adp = scp->sc->adp;
sys/arm/ti/am335x/am335x_lcd_syscons.c
263
video_adapter_t* adp = scp->sc->adp;
sys/arm/ti/am335x/am335x_lcd_syscons.c
334
am335x_syscons_update_margins(video_adapter_t *adp)
sys/arm/ti/am335x/am335x_lcd_syscons.c
407
am335x_syscons_probe(int unit, video_adapter_t **adp, void *arg, int flags)
sys/arm/ti/am335x/am335x_lcd_syscons.c
414
am335x_syscons_init(int unit, video_adapter_t *adp, int flags)
sys/arm/ti/am335x/am335x_lcd_syscons.c
451
am335x_syscons_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/arm/ti/am335x/am335x_lcd_syscons.c
458
am335x_syscons_query_mode(video_adapter_t *adp, video_info_t *info)
sys/arm/ti/am335x/am335x_lcd_syscons.c
464
am335x_syscons_set_mode(video_adapter_t *adp, int mode)
sys/arm/ti/am335x/am335x_lcd_syscons.c
470
am335x_syscons_save_font(video_adapter_t *adp, int page, int size, int width,
sys/arm/ti/am335x/am335x_lcd_syscons.c
477
am335x_syscons_load_font(video_adapter_t *adp, int page, int size, int width,
sys/arm/ti/am335x/am335x_lcd_syscons.c
488
am335x_syscons_show_font(video_adapter_t *adp, int page)
sys/arm/ti/am335x/am335x_lcd_syscons.c
494
am335x_syscons_save_palette(video_adapter_t *adp, u_char *palette)
sys/arm/ti/am335x/am335x_lcd_syscons.c
500
am335x_syscons_load_palette(video_adapter_t *adp, u_char *palette)
sys/arm/ti/am335x/am335x_lcd_syscons.c
506
am335x_syscons_set_border(video_adapter_t *adp, int border)
sys/arm/ti/am335x/am335x_lcd_syscons.c
512
am335x_syscons_save_state(video_adapter_t *adp, void *p, size_t size)
sys/arm/ti/am335x/am335x_lcd_syscons.c
518
am335x_syscons_load_state(video_adapter_t *adp, void *p)
sys/arm/ti/am335x/am335x_lcd_syscons.c
524
am335x_syscons_set_win_org(video_adapter_t *adp, off_t offset)
sys/arm/ti/am335x/am335x_lcd_syscons.c
530
am335x_syscons_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/arm/ti/am335x/am335x_lcd_syscons.c
538
am335x_syscons_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/arm/ti/am335x/am335x_lcd_syscons.c
544
am335x_syscons_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/arm/ti/am335x/am335x_lcd_syscons.c
551
am335x_syscons_blank_display(video_adapter_t *adp, int mode)
sys/arm/ti/am335x/am335x_lcd_syscons.c
564
am335x_syscons_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/arm/ti/am335x/am335x_lcd_syscons.c
584
am335x_syscons_ioctl(video_adapter_t *adp, u_long cmd, caddr_t data)
sys/arm/ti/am335x/am335x_lcd_syscons.c
60
video_adapter_t va;
sys/arm/ti/am335x/am335x_lcd_syscons.c
612
am335x_syscons_clear(video_adapter_t *adp)
sys/arm/ti/am335x/am335x_lcd_syscons.c
619
am335x_syscons_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/arm/ti/am335x/am335x_lcd_syscons.c
626
am335x_syscons_bitblt(video_adapter_t *adp, ...)
sys/arm/ti/am335x/am335x_lcd_syscons.c
633
am335x_syscons_diag(video_adapter_t *adp, int level)
sys/arm/ti/am335x/am335x_lcd_syscons.c
640
am335x_syscons_save_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/arm/ti/am335x/am335x_lcd_syscons.c
647
am335x_syscons_load_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/arm/ti/am335x/am335x_lcd_syscons.c
654
am335x_syscons_copy(video_adapter_t *adp, vm_offset_t src, vm_offset_t dst, int n)
sys/arm/ti/am335x/am335x_lcd_syscons.c
661
am335x_syscons_putp(video_adapter_t *adp, vm_offset_t off, uint32_t p, uint32_t a,
sys/arm/ti/am335x/am335x_lcd_syscons.c
669
am335x_syscons_putc(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a)
sys/arm/ti/am335x/am335x_lcd_syscons.c
733
am335x_syscons_puts(video_adapter_t *adp, vm_offset_t off, u_int16_t *s, int len)
sys/arm/ti/am335x/am335x_lcd_syscons.c
744
am335x_syscons_putm(video_adapter_t *adp, int x, int y, uint8_t *pixel_image,
sys/dev/fb/fb.c
119
vid_init_struct(video_adapter_t *adp, char *name, int type, int unit)
sys/dev/fb/fb.c
129
vid_register(video_adapter_t *adp)
sys/dev/fb/fb.c
159
vid_unregister(video_adapter_t *adp)
sys/dev/fb/fb.c
233
vid_release(video_adapter_t *adp, void *id)
sys/dev/fb/fb.c
252
video_adapter_t
sys/dev/fb/fb.c
308
fb_dump_adp_info(char *driver, video_adapter_t *adp, int level)
sys/dev/fb/fb.c
332
fb_dump_mode_info(char *driver, video_adapter_t *adp, video_info_t *info,
sys/dev/fb/fb.c
376
fb_commonioctl(video_adapter_t *adp, u_long cmd, caddr_t arg)
sys/dev/fb/fb.c
62
static video_adapter_t *adp_ini;
sys/dev/fb/fb.c
63
static video_adapter_t **adapter = &adp_ini;
sys/dev/fb/fb.c
72
video_adapter_t **new_adp;
sys/dev/fb/fbreg.h
100
typedef int vi_query_mode_t(video_adapter_t *adp, video_info_t *info);
sys/dev/fb/fbreg.h
101
typedef int vi_set_mode_t(video_adapter_t *adp, int mode);
sys/dev/fb/fbreg.h
102
typedef int vi_save_font_t(video_adapter_t *adp, int page, int size, int width,
sys/dev/fb/fbreg.h
104
typedef int vi_load_font_t(video_adapter_t *adp, int page, int size, int width,
sys/dev/fb/fbreg.h
106
typedef int vi_show_font_t(video_adapter_t *adp, int page);
sys/dev/fb/fbreg.h
107
typedef int vi_save_palette_t(video_adapter_t *adp, u_char *palette);
sys/dev/fb/fbreg.h
108
typedef int vi_load_palette_t(video_adapter_t *adp, u_char *palette);
sys/dev/fb/fbreg.h
109
typedef int vi_set_border_t(video_adapter_t *adp, int border);
sys/dev/fb/fbreg.h
110
typedef int vi_save_state_t(video_adapter_t *adp, void *p, size_t size);
sys/dev/fb/fbreg.h
111
typedef int vi_load_state_t(video_adapter_t *adp, void *p);
sys/dev/fb/fbreg.h
112
typedef int vi_set_win_org_t(video_adapter_t *adp, off_t offset);
sys/dev/fb/fbreg.h
113
typedef int vi_read_hw_cursor_t(video_adapter_t *adp, int *col, int *row);
sys/dev/fb/fbreg.h
114
typedef int vi_set_hw_cursor_t(video_adapter_t *adp, int col, int row);
sys/dev/fb/fbreg.h
115
typedef int vi_set_hw_cursor_shape_t(video_adapter_t *adp, int base,
sys/dev/fb/fbreg.h
117
typedef int vi_blank_display_t(video_adapter_t *adp, int mode);
sys/dev/fb/fbreg.h
124
typedef int vi_mmap_t(video_adapter_t *adp, vm_ooffset_t offset,
sys/dev/fb/fbreg.h
126
typedef int vi_ioctl_t(video_adapter_t *adp, u_long cmd, caddr_t data);
sys/dev/fb/fbreg.h
127
typedef int vi_clear_t(video_adapter_t *adp);
sys/dev/fb/fbreg.h
128
typedef int vi_fill_rect_t(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/fbreg.h
130
typedef int vi_bitblt_t(video_adapter_t *adp, ...);
sys/dev/fb/fbreg.h
131
typedef int vi_diag_t(video_adapter_t *adp, int level);
sys/dev/fb/fbreg.h
132
typedef int vi_save_cursor_palette_t(video_adapter_t *adp, u_char *palette);
sys/dev/fb/fbreg.h
133
typedef int vi_load_cursor_palette_t(video_adapter_t *adp, u_char *palette);
sys/dev/fb/fbreg.h
134
typedef int vi_copy_t(video_adapter_t *adp, vm_offset_t src, vm_offset_t dst,
sys/dev/fb/fbreg.h
136
typedef int vi_putp_t(video_adapter_t *adp, vm_offset_t off, u_int32_t p,
sys/dev/fb/fbreg.h
139
typedef int vi_putc_t(video_adapter_t *adp, vm_offset_t off, u_int8_t c,
sys/dev/fb/fbreg.h
141
typedef int vi_puts_t(video_adapter_t *adp, vm_offset_t off, u_int16_t *s,
sys/dev/fb/fbreg.h
143
typedef int vi_putm_t(video_adapter_t *adp, int x, int y, u_int8_t *pixel_image,
sys/dev/fb/fbreg.h
269
int vid_register(video_adapter_t *adp);
sys/dev/fb/fbreg.h
270
int vid_unregister(video_adapter_t *adp);
sys/dev/fb/fbreg.h
272
void vid_init_struct(video_adapter_t *adp, char *name, int type,
sys/dev/fb/fbreg.h
277
int vid_release(video_adapter_t *adp, void *id);
sys/dev/fb/fbreg.h
279
video_adapter_t *vid_get_adapter(int index);
sys/dev/fb/fbreg.h
287
void fb_dump_adp_info(char *driver, video_adapter_t *adp, int level);
sys/dev/fb/fbreg.h
288
void fb_dump_mode_info(char *driver, video_adapter_t *adp,
sys/dev/fb/fbreg.h
291
int fb_commonioctl(video_adapter_t *adp, u_long cmd, caddr_t arg);
sys/dev/fb/fbreg.h
97
typedef int vi_probe_t(int unit, video_adapter_t **adpp, void *arg, int flags);
sys/dev/fb/fbreg.h
98
typedef int vi_init_t(int unit, video_adapter_t *adp, int flags);
sys/dev/fb/fbreg.h
99
typedef int vi_get_info_t(video_adapter_t *adp, int mode, video_info_t *info);
sys/dev/fb/s3_pci.c
155
s3lfb_probe(int unit, video_adapter_t **adpp, void *arg, int flags)
sys/dev/fb/s3_pci.c
161
s3lfb_init(int unit, video_adapter_t *adp, int flags)
sys/dev/fb/s3_pci.c
167
s3lfb_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/dev/fb/s3_pci.c
197
s3lfb_query_mode(video_adapter_t *adp, video_info_t *info)
sys/dev/fb/s3_pci.c
215
s3lfb_set_mode(video_adapter_t *adp, int mode)
sys/dev/fb/s3_pci.c
307
s3lfb_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/s3_pci.c
315
s3lfb_load_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/s3_pci.c
323
s3lfb_show_font(video_adapter_t *adp, int page)
sys/dev/fb/s3_pci.c
329
s3lfb_save_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/s3_pci.c
335
s3lfb_load_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/s3_pci.c
341
s3lfb_set_border(video_adapter_t *adp, int color)
sys/dev/fb/s3_pci.c
347
s3lfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/s3_pci.c
353
s3lfb_load_state(video_adapter_t *adp, void *p)
sys/dev/fb/s3_pci.c
359
s3lfb_set_origin(video_adapter_t *adp, off_t offset)
sys/dev/fb/s3_pci.c
365
s3lfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/dev/fb/s3_pci.c
371
s3lfb_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/dev/fb/s3_pci.c
377
s3lfb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/dev/fb/s3_pci.c
385
s3lfb_blank_display(video_adapter_t *adp, int mode)
sys/dev/fb/s3_pci.c
391
s3lfb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/dev/fb/s3_pci.c
398
s3lfb_clear(video_adapter_t *adp)
sys/dev/fb/s3_pci.c
404
s3lfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/s3_pci.c
410
s3lfb_bitblt(video_adapter_t *adp,...)
sys/dev/fb/s3_pci.c
416
s3lfb_ioctl(video_adapter_t *adp, u_long cmd, caddr_t arg)
sys/dev/fb/s3_pci.c
422
s3lfb_diag(video_adapter_t *adp, int level)
sys/dev/fb/s3_pci.c
466
video_adapter_t *adp;
sys/dev/fb/splash.c
167
splash_init(video_adapter_t *adp, int (*callback)(int, void *), void *arg)
sys/dev/fb/splash.c
192
splash_term(video_adapter_t *adp)
sys/dev/fb/splash.c
210
splash(video_adapter_t *adp, int on)
sys/dev/fb/splash.c
47
static video_adapter_t *splash_adp;
sys/dev/fb/splash_bmp.c
106
bmp_splash(video_adapter_t *adp, int on)
sys/dev/fb/splash_bmp.c
228
video_adapter_t *adp;
sys/dev/fb/splash_bmp.c
49
static int bmp_start(video_adapter_t *adp);
sys/dev/fb/splash_bmp.c
50
static int bmp_end(video_adapter_t *adp);
sys/dev/fb/splash_bmp.c
51
static int bmp_splash(video_adapter_t *adp, int on);
sys/dev/fb/splash_bmp.c
53
static int bmp_Draw(video_adapter_t *adp);
sys/dev/fb/splash_bmp.c
553
bmp_Draw(video_adapter_t *adp)
sys/dev/fb/splash_bmp.c
62
bmp_start(video_adapter_t *adp)
sys/dev/fb/splash_bmp.c
99
bmp_end(video_adapter_t *adp)
sys/dev/fb/splash_pcx.c
128
pcx_end(video_adapter_t *adp)
sys/dev/fb/splash_pcx.c
135
pcx_splash(video_adapter_t *adp, int on)
sys/dev/fb/splash_pcx.c
200
pcx_draw(video_adapter_t *adp)
sys/dev/fb/splash_pcx.c
46
static int pcx_start(video_adapter_t *adp);
sys/dev/fb/splash_pcx.c
47
static int pcx_end(video_adapter_t *adp);
sys/dev/fb/splash_pcx.c
48
static int pcx_splash(video_adapter_t *adp, int on);
sys/dev/fb/splash_pcx.c
50
static int pcx_draw(video_adapter_t *adp);
sys/dev/fb/splash_pcx.c
74
pcx_start(video_adapter_t *adp)
sys/dev/fb/splash_txt.c
105
txt_splash(video_adapter_t *adp, const int on)
sys/dev/fb/splash_txt.c
46
static int txt_init(video_adapter_t *adp);
sys/dev/fb/splash_txt.c
47
static int txt_end(video_adapter_t *adp);
sys/dev/fb/splash_txt.c
48
static int txt_splash(video_adapter_t * adp, const int on);
sys/dev/fb/splash_txt.c
86
txt_init(video_adapter_t *adp)
sys/dev/fb/splash_txt.c
98
txt_end(video_adapter_t *adp)
sys/dev/fb/splashreg.h
100
int splash_term(video_adapter_t *adp);
sys/dev/fb/splashreg.h
101
int splash(video_adapter_t *adp, int on);
sys/dev/fb/splashreg.h
98
int splash_init(video_adapter_t *adp, int (*callback)(int, void *),
sys/dev/fb/vesa.c
101
static video_adapter_t *vesa_adp;
sys/dev/fb/vesa.c
1118
video_adapter_t *adp;
sys/dev/fb/vesa.c
1199
vesa_probe(int unit, video_adapter_t **adpp, void *arg, int flags)
sys/dev/fb/vesa.c
1206
vesa_init(int unit, video_adapter_t *adp, int flags)
sys/dev/fb/vesa.c
1213
vesa_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/dev/fb/vesa.c
1237
vesa_query_mode(video_adapter_t *adp, video_info_t *info)
sys/dev/fb/vesa.c
1276
vesa_set_mode(video_adapter_t *adp, int mode)
sys/dev/fb/vesa.c
1415
vesa_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/vesa.c
1424
vesa_load_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/vesa.c
1433
vesa_show_font(video_adapter_t *adp, int page)
sys/dev/fb/vesa.c
1440
vesa_save_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/vesa.c
1454
vesa_load_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/vesa.c
1468
vesa_set_border(video_adapter_t *adp, int color)
sys/dev/fb/vesa.c
1475
vesa_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/vesa.c
1509
vesa_load_state(video_adapter_t *adp, void *p)
sys/dev/fb/vesa.c
1542
vesa_get_origin(video_adapter_t *adp, off_t *offset)
sys/dev/fb/vesa.c
1561
vesa_set_origin(video_adapter_t *adp, off_t offset)
sys/dev/fb/vesa.c
1601
vesa_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/dev/fb/vesa.c
1608
vesa_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/dev/fb/vesa.c
1615
vesa_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/dev/fb/vesa.c
1624
vesa_blank_display(video_adapter_t *adp, int mode)
sys/dev/fb/vesa.c
1632
vesa_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/dev/fb/vesa.c
1657
vesa_clear(video_adapter_t *adp)
sys/dev/fb/vesa.c
1664
vesa_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vesa.c
1671
vesa_bitblt(video_adapter_t *adp,...)
sys/dev/fb/vesa.c
1679
get_palette(video_adapter_t *adp, int base, int count,
sys/dev/fb/vesa.c
1715
set_palette(video_adapter_t *adp, int base, int count,
sys/dev/fb/vesa.c
1750
vesa_ioctl(video_adapter_t *adp, u_long cmd, caddr_t arg)
sys/dev/fb/vesa.c
1829
vesa_diag(video_adapter_t *adp, int level)
sys/dev/fb/vesa.c
230
static int vesa_get_origin(video_adapter_t *adp, off_t *offset);
sys/dev/fb/vga.c
1230
set_line_length(video_adapter_t *adp, int pixel)
sys/dev/fb/vga.c
1271
set_display_start(video_adapter_t *adp, int x, int y)
sys/dev/fb/vga.c
1367
vga_probe(int unit, video_adapter_t **adpp, void *arg, int flags)
sys/dev/fb/vga.c
1379
vga_init(int unit, video_adapter_t *adp, int flags)
sys/dev/fb/vga.c
1407
vga_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/dev/fb/vga.c
1457
vga_query_mode(video_adapter_t *adp, video_info_t *info)
sys/dev/fb/vga.c
1529
vga_set_mode(video_adapter_t *adp, int mode)
sys/dev/fb/vga.c
163
static video_adapter_t adapter_init_value[] = {
sys/dev/fb/vga.c
1666
set_font_mode(video_adapter_t *adp, u_char *buf)
sys/dev/fb/vga.c
1732
set_normal_mode(video_adapter_t *adp, u_char *buf)
sys/dev/fb/vga.c
1789
vga_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/vga.c
1869
vga_load_font(video_adapter_t *adp, int page, int fontsize, int fontwidth,
sys/dev/fb/vga.c
190
static video_adapter_t biosadapter[2];
sys/dev/fb/vga.c
1949
vga_show_font(video_adapter_t *adp, int page)
sys/dev/fb/vga.c
1976
vga_save_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/vga.c
1996
vga_save_palette2(video_adapter_t *adp, int base, int count,
sys/dev/fb/vga.c
2022
vga_load_palette(video_adapter_t *adp, u_char *palette)
sys/dev/fb/vga.c
2040
vga_load_palette2(video_adapter_t *adp, int base, int count,
sys/dev/fb/vga.c
2068
vga_set_border(video_adapter_t *adp, int color)
sys/dev/fb/vga.c
2098
vga_save_state(video_adapter_t *adp, void *p, size_t size)
sys/dev/fb/vga.c
2180
vga_load_state(video_adapter_t *adp, void *p)
sys/dev/fb/vga.c
2248
vga_set_origin(video_adapter_t *adp, off_t offset)
sys/dev/fb/vga.c
2264
vga_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/dev/fb/vga.c
2296
vga_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/dev/fb/vga.c
2330
vga_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/dev/fb/vga.c
2385
vga_blank_display(video_adapter_t *adp, int mode)
sys/dev/fb/vga.c
2468
vga_mmap_buf(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/dev/fb/vga.c
2490
planar_fill(video_adapter_t *adp, int val)
sys/dev/fb/vga.c
2515
packed_fill(video_adapter_t *adp, int val)
sys/dev/fb/vga.c
2533
direct_fill(video_adapter_t *adp, int val)
sys/dev/fb/vga.c
2561
vga_clear(video_adapter_t *adp)
sys/dev/fb/vga.c
2582
planar_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2651
packed_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2685
direct_fill_rect16(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2723
direct_fill_rect24(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2767
direct_fill_rect32(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2805
vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2835
vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/dev/fb/vga.c
2842
vga_bitblt(video_adapter_t *adp,...)
sys/dev/fb/vga.c
2851
get_palette(video_adapter_t *adp, int base, int count,
sys/dev/fb/vga.c
2890
set_palette(video_adapter_t *adp, int base, int count,
sys/dev/fb/vga.c
2918
vga_dev_ioctl(video_adapter_t *adp, u_long cmd, caddr_t arg)
sys/dev/fb/vga.c
3004
vga_diag(video_adapter_t *adp, int level)
sys/dev/fb/vga.c
402
static void clear_mode_map(video_adapter_t *adp, u_char *map[], int max,
sys/dev/fb/vga.c
411
static void fill_adapter_param(int code, video_adapter_t *adp);
sys/dev/fb/vga.c
413
static int verify_adapter(video_adapter_t *adp);
sys/dev/fb/vga.c
414
static void update_adapter_info(video_adapter_t *adp, video_info_t *info);
sys/dev/fb/vga.c
422
static int set_line_length(video_adapter_t *adp, int pixel);
sys/dev/fb/vga.c
423
static int set_display_start(video_adapter_t *adp, int x, int y);
sys/dev/fb/vga.c
433
static void set_font_mode(video_adapter_t *adp, u_char *buf);
sys/dev/fb/vga.c
434
static void set_normal_mode(video_adapter_t *adp, u_char *buf);
sys/dev/fb/vga.c
439
static void planar_fill(video_adapter_t *adp, int val);
sys/dev/fb/vga.c
440
static void packed_fill(video_adapter_t *adp, int val);
sys/dev/fb/vga.c
441
static void direct_fill(video_adapter_t *adp, int val);
sys/dev/fb/vga.c
443
static void planar_fill_rect(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/vga.c
445
static void packed_fill_rect(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/vga.c
447
static void direct_fill_rect16(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/vga.c
449
static void direct_fill_rect24(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/vga.c
451
static void direct_fill_rect32(video_adapter_t *adp, int val, int x, int y,
sys/dev/fb/vga.c
506
clear_mode_map(video_adapter_t *adp, u_char *map[], int max, int color)
sys/dev/fb/vga.c
706
fill_adapter_param(int code, video_adapter_t *adp)
sys/dev/fb/vga.c
737
verify_adapter(video_adapter_t *adp)
sys/dev/fb/vga.c
74
vga_probe_unit(int unit, video_adapter_t *buf, int flags)
sys/dev/fb/vga.c
76
video_adapter_t *adp;
sys/dev/fb/vga.c
802
update_adapter_info(video_adapter_t *adp, video_info_t *info)
sys/dev/fb/vga.c
891
video_adapter_t *adp;
sys/dev/syscons/blank/blank_saver.c
43
blank_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/blank/blank_saver.c
50
blank_init(video_adapter_t *adp)
sys/dev/syscons/blank/blank_saver.c
58
blank_term(video_adapter_t *adp)
sys/dev/syscons/daemon/daemon_saver.c
204
daemon_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/daemon/daemon_saver.c
352
daemon_init(video_adapter_t *adp)
sys/dev/syscons/daemon/daemon_saver.c
380
daemon_term(video_adapter_t *adp)
sys/dev/syscons/dragon/dragon_saver.c
106
dragon_update(video_adapter_t *adp)
sys/dev/syscons/dragon/dragon_saver.c
183
dragon_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/dragon/dragon_saver.c
208
dragon_init(video_adapter_t *adp)
sys/dev/syscons/dragon/dragon_saver.c
225
dragon_term(video_adapter_t *adp)
sys/dev/syscons/fade/fade_saver.c
45
fade_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/fade/fade_saver.c
81
fade_init(video_adapter_t *adp)
sys/dev/syscons/fade/fade_saver.c
90
fade_term(video_adapter_t *adp)
sys/dev/syscons/fire/fire_saver.c
113
fire_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/fire/fire_saver.c
139
fire_init(video_adapter_t *adp)
sys/dev/syscons/fire/fire_saver.c
181
fire_term(video_adapter_t *adp)
sys/dev/syscons/fire/fire_saver.c
68
fire_update(video_adapter_t *adp)
sys/dev/syscons/green/green_saver.c
43
green_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/green/green_saver.c
51
green_init(video_adapter_t *adp)
sys/dev/syscons/green/green_saver.c
59
green_term(video_adapter_t *adp)
sys/dev/syscons/logo/logo_saver.c
109
logo_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/logo/logo_saver.c
135
logo_init(video_adapter_t *adp)
sys/dev/syscons/logo/logo_saver.c
157
logo_term(video_adapter_t *adp)
sys/dev/syscons/logo/logo_saver.c
62
logo_blit(video_adapter_t *adp, int x, int y)
sys/dev/syscons/logo/logo_saver.c
91
logo_update(video_adapter_t *adp)
sys/dev/syscons/plasma/plasma_saver.c
153
plasma_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/plasma/plasma_saver.c
182
plasma_init(video_adapter_t *adp)
sys/dev/syscons/plasma/plasma_saver.c
218
plasma_term(video_adapter_t *adp)
sys/dev/syscons/plasma/plasma_saver.c
81
plasma_update(video_adapter_t *adp)
sys/dev/syscons/rain/rain_saver.c
139
rain_init(video_adapter_t *adp)
sys/dev/syscons/rain/rain_saver.c
164
rain_term(video_adapter_t *adp)
sys/dev/syscons/rain/rain_saver.c
66
rain_update(video_adapter_t *adp)
sys/dev/syscons/rain/rain_saver.c
78
rain_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/scgfbrndr.c
138
video_adapter_t *adp;
sys/dev/syscons/scgfbrndr.c
216
video_adapter_t *adp;
sys/dev/syscons/scgfbrndr.c
257
video_adapter_t *adp;
sys/dev/syscons/scvgarndr.c
549
video_adapter_t *adp;
sys/dev/syscons/scvidctl.c
478
video_adapter_t *adp;
sys/dev/syscons/snake/snake_saver.c
156
snake_init(video_adapter_t *adp)
sys/dev/syscons/snake/snake_saver.c
165
snake_term(video_adapter_t *adp)
sys/dev/syscons/snake/snake_saver.c
65
snake_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/star/star_saver.c
106
star_term(video_adapter_t *adp)
sys/dev/syscons/star/star_saver.c
53
star_saver(video_adapter_t *adp, int blank)
sys/dev/syscons/star/star_saver.c
99
star_init(video_adapter_t *adp)
sys/dev/syscons/syscons.c
3220
video_adapter_t *adp;
sys/dev/syscons/syscons.c
382
adapter_name(video_adapter_t *adp)
sys/dev/syscons/warp/warp_saver.c
125
warp_init(video_adapter_t *adp)
sys/dev/syscons/warp/warp_saver.c
150
warp_term(video_adapter_t *adp)
sys/dev/syscons/warp/warp_saver.c
67
warp_update(video_adapter_t *adp)
sys/dev/syscons/warp/warp_saver.c
98
warp_saver(video_adapter_t *adp, int blank)
sys/isa/vga_isa.c
141
video_adapter_t adp;
sys/powerpc/ofw/ofw_syscons.c
354
ofwfb_probe(int unit, video_adapter_t **adp, void *arg, int flags)
sys/powerpc/ofw/ofw_syscons.c
361
ofwfb_init(int unit, video_adapter_t *adp, int flags)
sys/powerpc/ofw/ofw_syscons.c
430
ofwfb_get_info(video_adapter_t *adp, int mode, video_info_t *info)
sys/powerpc/ofw/ofw_syscons.c
437
ofwfb_query_mode(video_adapter_t *adp, video_info_t *info)
sys/powerpc/ofw/ofw_syscons.c
444
ofwfb_set_mode(video_adapter_t *adp, int mode)
sys/powerpc/ofw/ofw_syscons.c
484
ofwfb_save_font(video_adapter_t *adp, int page, int size, int width,
sys/powerpc/ofw/ofw_syscons.c
492
ofwfb_load_font(video_adapter_t *adp, int page, int size, int width,
sys/powerpc/ofw/ofw_syscons.c
508
ofwfb_show_font(video_adapter_t *adp, int page)
sys/powerpc/ofw/ofw_syscons.c
515
ofwfb_save_palette(video_adapter_t *adp, u_char *palette)
sys/powerpc/ofw/ofw_syscons.c
522
ofwfb_load_palette(video_adapter_t *adp, u_char *palette)
sys/powerpc/ofw/ofw_syscons.c
529
ofwfb_set_border8(video_adapter_t *adp, int border)
sys/powerpc/ofw/ofw_syscons.c
572
ofwfb_set_border32(video_adapter_t *adp, int border)
sys/powerpc/ofw/ofw_syscons.c
579
ofwfb_set_border(video_adapter_t *adp, int border)
sys/powerpc/ofw/ofw_syscons.c
589
ofwfb_save_state(video_adapter_t *adp, void *p, size_t size)
sys/powerpc/ofw/ofw_syscons.c
596
ofwfb_load_state(video_adapter_t *adp, void *p)
sys/powerpc/ofw/ofw_syscons.c
603
ofwfb_set_win_org(video_adapter_t *adp, off_t offset)
sys/powerpc/ofw/ofw_syscons.c
610
ofwfb_read_hw_cursor(video_adapter_t *adp, int *col, int *row)
sys/powerpc/ofw/ofw_syscons.c
619
ofwfb_set_hw_cursor(video_adapter_t *adp, int col, int row)
sys/powerpc/ofw/ofw_syscons.c
626
ofwfb_set_hw_cursor_shape(video_adapter_t *adp, int base, int height,
sys/powerpc/ofw/ofw_syscons.c
633
ofwfb_blank_display8(video_adapter_t *adp, int mode)
sys/powerpc/ofw/ofw_syscons.c
658
ofwfb_blank_display32(video_adapter_t *adp, int mode)
sys/powerpc/ofw/ofw_syscons.c
675
ofwfb_blank_display(video_adapter_t *adp, int mode)
sys/powerpc/ofw/ofw_syscons.c
685
ofwfb_mmap(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr,
sys/powerpc/ofw/ofw_syscons.c
740
ofwfb_ioctl(video_adapter_t *adp, u_long cmd, caddr_t data)
sys/powerpc/ofw/ofw_syscons.c
747
ofwfb_clear(video_adapter_t *adp)
sys/powerpc/ofw/ofw_syscons.c
754
ofwfb_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy)
sys/powerpc/ofw/ofw_syscons.c
761
ofwfb_bitblt(video_adapter_t *adp, ...)
sys/powerpc/ofw/ofw_syscons.c
768
ofwfb_diag(video_adapter_t *adp, int level)
sys/powerpc/ofw/ofw_syscons.c
775
ofwfb_save_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/powerpc/ofw/ofw_syscons.c
782
ofwfb_load_cursor_palette(video_adapter_t *adp, u_char *palette)
sys/powerpc/ofw/ofw_syscons.c
789
ofwfb_copy(video_adapter_t *adp, vm_offset_t src, vm_offset_t dst, int n)
sys/powerpc/ofw/ofw_syscons.c
796
ofwfb_putp(video_adapter_t *adp, vm_offset_t off, uint32_t p, uint32_t a,
sys/powerpc/ofw/ofw_syscons.c
804
ofwfb_putc8(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a)
sys/powerpc/ofw/ofw_syscons.c
860
ofwfb_putc32(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a)
sys/powerpc/ofw/ofw_syscons.c
894
ofwfb_putc(video_adapter_t *adp, vm_offset_t off, uint8_t c, uint8_t a)
sys/powerpc/ofw/ofw_syscons.c
904
ofwfb_puts(video_adapter_t *adp, vm_offset_t off, u_int16_t *s, int len)
sys/powerpc/ofw/ofw_syscons.c
915
ofwfb_putm(video_adapter_t *adp, int x, int y, uint8_t *pixel_image,
sys/powerpc/ofw/ofw_syscons.c
927
ofwfb_putm8(video_adapter_t *adp, int x, int y, uint8_t *pixel_image,
sys/powerpc/ofw/ofw_syscons.c
963
ofwfb_putm32(video_adapter_t *adp, int x, int y, uint8_t *pixel_image,
sys/powerpc/ofw/ofw_syscons.h
33
video_adapter_t sc_va;