Lines Matching refs:video_adapter_t

74 vga_probe_unit(int unit, video_adapter_t *buf, int flags)  in vga_probe_unit()
76 video_adapter_t *adp; in vga_probe_unit()
163 static video_adapter_t adapter_init_value[] = {
190 static video_adapter_t biosadapter[2];
402 static void clear_mode_map(video_adapter_t *adp, u_char *map[], int max,
411 static void fill_adapter_param(int code, video_adapter_t *adp);
413 static int verify_adapter(video_adapter_t *adp);
414 static void update_adapter_info(video_adapter_t *adp, video_info_t *info);
422 static int set_line_length(video_adapter_t *adp, int pixel);
423 static int set_display_start(video_adapter_t *adp, int x, int y);
433 static void set_font_mode(video_adapter_t *adp, u_char *buf);
434 static void set_normal_mode(video_adapter_t *adp, u_char *buf);
439 static void planar_fill(video_adapter_t *adp, int val);
440 static void packed_fill(video_adapter_t *adp, int val);
441 static void direct_fill(video_adapter_t *adp, int val);
443 static void planar_fill_rect(video_adapter_t *adp, int val, int x, int y,
445 static void packed_fill_rect(video_adapter_t *adp, int val, int x, int y,
447 static void direct_fill_rect16(video_adapter_t *adp, int val, int x, int y,
449 static void direct_fill_rect24(video_adapter_t *adp, int val, int x, int y,
451 static void direct_fill_rect32(video_adapter_t *adp, int val, int x, int y,
506 clear_mode_map(video_adapter_t *adp, u_char *map[], int max, int color) in clear_mode_map()
706 fill_adapter_param(int code, video_adapter_t *adp) in fill_adapter_param()
737 verify_adapter(video_adapter_t *adp) in verify_adapter()
802 update_adapter_info(video_adapter_t *adp, video_info_t *info) in update_adapter_info()
891 video_adapter_t *adp; in probe_adapters()
1230 set_line_length(video_adapter_t *adp, int pixel) in set_line_length()
1271 set_display_start(video_adapter_t *adp, int x, int y) in set_display_start()
1367 vga_probe(int unit, video_adapter_t **adpp, void *arg, int flags) in vga_probe()
1379 vga_init(int unit, video_adapter_t *adp, int flags) in vga_init()
1407 vga_get_info(video_adapter_t *adp, int mode, video_info_t *info) in vga_get_info()
1457 vga_query_mode(video_adapter_t *adp, video_info_t *info) in vga_query_mode()
1529 vga_set_mode(video_adapter_t *adp, int mode) in vga_set_mode()
1666 set_font_mode(video_adapter_t *adp, u_char *buf) in set_font_mode()
1732 set_normal_mode(video_adapter_t *adp, u_char *buf) in set_normal_mode()
1789 vga_save_font(video_adapter_t *adp, int page, int fontsize, int fontwidth, in vga_save_font()
1869 vga_load_font(video_adapter_t *adp, int page, int fontsize, int fontwidth, in vga_load_font()
1949 vga_show_font(video_adapter_t *adp, int page) in vga_show_font()
1976 vga_save_palette(video_adapter_t *adp, u_char *palette) in vga_save_palette()
1996 vga_save_palette2(video_adapter_t *adp, int base, int count, in vga_save_palette2()
2022 vga_load_palette(video_adapter_t *adp, u_char *palette) in vga_load_palette()
2040 vga_load_palette2(video_adapter_t *adp, int base, int count, in vga_load_palette2()
2068 vga_set_border(video_adapter_t *adp, int color) in vga_set_border()
2098 vga_save_state(video_adapter_t *adp, void *p, size_t size) in vga_save_state()
2180 vga_load_state(video_adapter_t *adp, void *p) in vga_load_state()
2248 vga_set_origin(video_adapter_t *adp, off_t offset) in vga_set_origin()
2264 vga_read_hw_cursor(video_adapter_t *adp, int *col, int *row) in vga_read_hw_cursor()
2296 vga_set_hw_cursor(video_adapter_t *adp, int col, int row) in vga_set_hw_cursor()
2330 vga_set_hw_cursor_shape(video_adapter_t *adp, int base, int height, in vga_set_hw_cursor_shape()
2385 vga_blank_display(video_adapter_t *adp, int mode) in vga_blank_display()
2468 vga_mmap_buf(video_adapter_t *adp, vm_ooffset_t offset, vm_paddr_t *paddr, in vga_mmap_buf()
2490 planar_fill(video_adapter_t *adp, int val) in planar_fill()
2515 packed_fill(video_adapter_t *adp, int val) in packed_fill()
2533 direct_fill(video_adapter_t *adp, int val) in direct_fill()
2561 vga_clear(video_adapter_t *adp) in vga_clear()
2582 planar_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in planar_fill_rect()
2651 packed_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in packed_fill_rect()
2685 direct_fill_rect16(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect16()
2723 direct_fill_rect24(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect24()
2767 direct_fill_rect32(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in direct_fill_rect32()
2805 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in vga_fill_rect()
2835 vga_fill_rect(video_adapter_t *adp, int val, int x, int y, int cx, int cy) in vga_fill_rect()
2842 vga_bitblt(video_adapter_t *adp,...) in vga_bitblt()
2851 get_palette(video_adapter_t *adp, int base, int count, in get_palette()
2890 set_palette(video_adapter_t *adp, int base, int count, in set_palette()
2918 vga_dev_ioctl(video_adapter_t *adp, u_long cmd, caddr_t arg) in vga_dev_ioctl()
3004 vga_diag(video_adapter_t *adp, int level) in vga_diag()