Searched refs:fb_info_aty (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/video/aty/ |
D | atyfb.h | 101 struct fb_info_aty { struct 103 struct fb_info_aty *next; argument 224 const struct fb_info_aty *info) in aty_ld_le32() 243 const struct fb_info_aty *info) in aty_st_le32_sr() 253 const struct fb_info_aty *info) in aty_st_le32() 272 const struct fb_info_aty *info) in aty_ld_8() 280 const struct fb_info_aty *info) in aty_st_8() 291 extern u8 aty_ld_pll(int offset, const struct fb_info_aty *info) stdcall; 298 int (*set_dac)(const struct fb_info_aty *info, const union aty_pll *pll, 314 int (*var_to_pll)(const struct fb_info_aty *info, u32 vclk_per, u8 bpp, [all …]
|
D | mach64_accel.c | 33 void aty_reset_engine(const struct fb_info_aty *info) in aty_reset_engine() 47 static void reset_GTC_3D_engine(const struct fb_info_aty *info) in reset_GTC_3D_engine() 57 void aty_init_engine(const struct atyfb_par *par, struct fb_info_aty *info) in aty_init_engine() 177 struct fb_info_aty *info) in draw_rect() 188 struct fb_info_aty *info) in aty_rectcopy() 227 struct fb_info_aty *info) in aty_rectfill() 257 struct fb_info_aty *fb = (struct fb_info_aty *)(p->fb_info); in fbcon_aty_bmove() 272 (struct fb_info_aty *)p->fb_info); in fbcon_aty_bmove() 280 struct fb_info_aty *fb = (struct fb_info_aty *)(p->fb_info); in fbcon_aty_clear() 297 (struct fb_info_aty *)p->fb_info); in fbcon_aty_clear() [all …]
|
D | mach64_gx.c | 49 static void aty_dac_waste4(const struct fb_info_aty *info) in aty_dac_waste4() 59 static void aty_StrobeClock(const struct fb_info_aty *info) in aty_StrobeClock() 76 static void aty_st_514(int offset, u8 val, const struct fb_info_aty *info) in aty_st_514() 87 static int aty_set_dac_514(const struct fb_info_aty *info, in aty_set_dac_514() 126 static int aty_var_to_pll_514(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_514() 157 static u32 aty_pll_514_to_var(const struct fb_info_aty *info, in aty_pll_514_to_var() 169 static void aty_set_pll_514(const struct fb_info_aty *info, in aty_set_pll_514() 198 static int aty_set_dac_ATI68860_B(const struct fb_info_aty *info, in aty_set_dac_ATI68860_B() 276 static int aty_set_dac_ATT21C498(const struct fb_info_aty *info, in aty_set_dac_ATT21C498() 327 static int aty_var_to_pll_18818(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_18818() [all …]
|
D | mach64_ct.c | 19 static void aty_st_pll(int offset, u8 val, const struct fb_info_aty *info) stdcall; 21 static int aty_valid_pll_ct(const struct fb_info_aty *info, u32 vclk_per, 23 static int aty_dsp_gt(const struct fb_info_aty *info, u8 bpp, u32 stretch, 25 static int aty_var_to_pll_ct(const struct fb_info_aty *info, u32 vclk_per, 27 static u32 aty_pll_ct_to_var(const struct fb_info_aty *info, 87 u8 stdcall aty_ld_pll(int offset, const struct fb_info_aty *info) in aty_ld_pll() 99 static void stdcall aty_st_pll(int offset, u8 val, const struct fb_info_aty *info) in aty_st_pll() 132 static int aty_dsp_gt(const struct fb_info_aty *info, u8 bpp, in aty_dsp_gt() 218 static int aty_valid_pll_ct(const struct fb_info_aty *info, u32 vclk_per, in aty_valid_pll_ct() 239 static int aty_var_to_pll_ct(const struct fb_info_aty *info, u32 vclk_per, in aty_var_to_pll_ct() [all …]
|
D | mach64_cursor.c | 48 void aty_set_cursor_color(struct fb_info_aty *fb) in aty_set_cursor_color() 78 void aty_set_cursor_shape(struct fb_info_aty *fb) in aty_set_cursor_shape() 114 aty_set_cursor(struct fb_info_aty *fb, int on) in aty_set_cursor() 171 struct fb_info_aty *fb = (struct fb_info_aty *)dev_addr; in aty_cursor_timer_handler() 192 struct fb_info_aty *fb = (struct fb_info_aty *)p->fb_info; in atyfb_cursor() 231 struct aty_cursor * __init aty_init_cursor(struct fb_info_aty *fb) in aty_init_cursor() 281 struct fb_info_aty *fb = (struct fb_info_aty *)d->fb_info; in atyfb_set_font()
|
D | atyfb_base.c | 181 static int aty_init(struct fb_info_aty *info, const char *name); 187 static void aty_set_crtc(const struct fb_info_aty *info, 189 static int aty_var_to_crtc(const struct fb_info_aty *info, 196 struct fb_info_aty *info); 199 const struct fb_info_aty *info, 203 const struct fb_info_aty *info); 205 const struct fb_info_aty *info); 208 const struct fb_info_aty *info); 209 static void atyfb_set_dispsw(struct display *disp, struct fb_info_aty *info, 217 static int read_aty_sense(const struct fb_info_aty *info); [all …]
|