Symbol: tdfx_par
drivers/video/fbdev/tdfxfb.c
1042
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
1170
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1185
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1204
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1212
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1220
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1235
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1250
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1258
struct tdfx_par *par = chan->par;
drivers/video/fbdev/tdfxfb.c
1321
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
1333
static void tdfxfb_delete_i2c_busses(struct tdfx_par *par)
drivers/video/fbdev/tdfxfb.c
1344
static int tdfxfb_probe_i2c_connector(struct tdfx_par *par,
drivers/video/fbdev/tdfxfb.c
1373
struct tdfx_par *default_par;
drivers/video/fbdev/tdfxfb.c
1389
info = framebuffer_alloc(sizeof(struct tdfx_par), &pdev->dev);
drivers/video/fbdev/tdfxfb.c
160
static inline u8 vga_inb(struct tdfx_par *par, u32 reg)
drivers/video/fbdev/tdfxfb.c
1609
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
165
static inline void vga_outb(struct tdfx_par *par, u32 reg, u8 val)
drivers/video/fbdev/tdfxfb.c
170
static inline void gra_outb(struct tdfx_par *par, u32 idx, u8 val)
drivers/video/fbdev/tdfxfb.c
178
static inline void seq_outb(struct tdfx_par *par, u32 idx, u8 val)
drivers/video/fbdev/tdfxfb.c
186
static inline u8 seq_inb(struct tdfx_par *par, u32 idx)
drivers/video/fbdev/tdfxfb.c
193
static inline void crt_outb(struct tdfx_par *par, u32 idx, u8 val)
drivers/video/fbdev/tdfxfb.c
201
static inline u8 crt_inb(struct tdfx_par *par, u32 idx)
drivers/video/fbdev/tdfxfb.c
208
static inline void att_outb(struct tdfx_par *par, u32 idx, u8 val)
drivers/video/fbdev/tdfxfb.c
215
static inline void vga_disable_video(struct tdfx_par *par)
drivers/video/fbdev/tdfxfb.c
225
static inline void vga_enable_video(struct tdfx_par *par)
drivers/video/fbdev/tdfxfb.c
235
static inline void vga_enable_palette(struct tdfx_par *par)
drivers/video/fbdev/tdfxfb.c
242
static inline u32 tdfx_inl(struct tdfx_par *par, unsigned int reg)
drivers/video/fbdev/tdfxfb.c
247
static inline void tdfx_outl(struct tdfx_par *par, unsigned int reg, u32 val)
drivers/video/fbdev/tdfxfb.c
252
static inline void banshee_make_room(struct tdfx_par *par, int size)
drivers/video/fbdev/tdfxfb.c
262
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
279
static inline void do_setpalentry(struct tdfx_par *par, unsigned regno, u32 c)
drivers/video/fbdev/tdfxfb.c
339
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
402
static unsigned long do_lfb_size(struct tdfx_par *par, unsigned short dev_id)
drivers/video/fbdev/tdfxfb.c
437
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
545
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
743
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
790
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
828
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
847
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
890
struct tdfx_par *par = info->par;
drivers/video/fbdev/tdfxfb.c
947
struct tdfx_par *par = info->par;
include/video/tdfx.h
187
struct tdfx_par;
include/video/tdfx.h
190
struct tdfx_par *par;