Lines Matching refs:tdfx_par

177 static inline u8 vga_inb(struct tdfx_par *par, u32 reg)  in vga_inb()
182 static inline void vga_outb(struct tdfx_par *par, u32 reg, u8 val) in vga_outb()
187 static inline void gra_outb(struct tdfx_par *par, u32 idx, u8 val) in gra_outb()
195 static inline void seq_outb(struct tdfx_par *par, u32 idx, u8 val) in seq_outb()
203 static inline u8 seq_inb(struct tdfx_par *par, u32 idx) in seq_inb()
210 static inline void crt_outb(struct tdfx_par *par, u32 idx, u8 val) in crt_outb()
218 static inline u8 crt_inb(struct tdfx_par *par, u32 idx) in crt_inb()
225 static inline void att_outb(struct tdfx_par *par, u32 idx, u8 val) in att_outb()
234 static inline void vga_disable_video(struct tdfx_par *par) in vga_disable_video()
244 static inline void vga_enable_video(struct tdfx_par *par) in vga_enable_video()
254 static inline void vga_enable_palette(struct tdfx_par *par) in vga_enable_palette()
261 static inline u32 tdfx_inl(struct tdfx_par *par, unsigned int reg) in tdfx_inl()
266 static inline void tdfx_outl(struct tdfx_par *par, unsigned int reg, u32 val) in tdfx_outl()
271 static inline void banshee_make_room(struct tdfx_par *par, int size) in banshee_make_room()
281 struct tdfx_par *par = info->par; in banshee_wait_idle()
298 static inline void do_setpalentry(struct tdfx_par *par, unsigned regno, u32 c) in do_setpalentry()
358 struct tdfx_par *par = info->par; in do_write_regs()
421 static unsigned long do_lfb_size(struct tdfx_par *par, unsigned short dev_id) in do_lfb_size()
456 struct tdfx_par *par = info->par; in tdfxfb_check_var()
563 struct tdfx_par *par = info->par; in tdfxfb_set_par()
761 struct tdfx_par *par = info->par; in tdfxfb_setcolreg()
808 struct tdfx_par *par = info->par; in tdfxfb_blank()
846 struct tdfx_par *par = info->par; in tdfxfb_pan_display()
865 struct tdfx_par *par = info->par; in tdfxfb_fillrect()
908 struct tdfx_par *par = info->par; in tdfxfb_copyarea()
965 struct tdfx_par *par = info->par; in tdfxfb_imageblit()
1060 struct tdfx_par *par = info->par; in tdfxfb_cursor()
1188 struct tdfx_par *par = chan->par; in tdfxfb_i2c_setscl()
1203 struct tdfx_par *par = chan->par; in tdfxfb_i2c_setsda()
1222 struct tdfx_par *par = chan->par; in tdfxfb_i2c_getscl()
1230 struct tdfx_par *par = chan->par; in tdfxfb_i2c_getsda()
1238 struct tdfx_par *par = chan->par; in tdfxfb_ddc_setscl()
1253 struct tdfx_par *par = chan->par; in tdfxfb_ddc_setsda()
1268 struct tdfx_par *par = chan->par; in tdfxfb_ddc_getscl()
1276 struct tdfx_par *par = chan->par; in tdfxfb_ddc_getsda()
1340 struct tdfx_par *par = info->par; in tdfxfb_create_i2c_busses()
1352 static void tdfxfb_delete_i2c_busses(struct tdfx_par *par) in tdfxfb_delete_i2c_busses()
1363 static int tdfxfb_probe_i2c_connector(struct tdfx_par *par, in tdfxfb_probe_i2c_connector()
1392 struct tdfx_par *default_par; in tdfxfb_probe()
1404 info = framebuffer_alloc(sizeof(struct tdfx_par), &pdev->dev); in tdfxfb_probe()
1630 struct tdfx_par *par = info->par; in tdfxfb_remove()