Lines Matching refs:sstfb_info

179                           struct sstfb_info *sst_info);
182 const struct sstfb_info *sst_info);
185 const struct sstfb_info *sst_info);
187 static void sstfb_test16(struct sstfb_info *sst_info);
190 static void sstfb_test32(struct sstfb_info *sst_info);
194 static int sst_get_memsize(struct sstfb_info *sst_info, u_long *memsize);
197 static int sst_detect_dactype(struct sstfb_info *sst_info);
198 static int sst_detect_att(struct sstfb_info *sst_info);
199 static int sst_detect_ti(struct sstfb_info *sst_info);
200 static int sst_detect_ics(struct sstfb_info *sst_info);
202 static int sst_set_pll_att_ti(struct sstfb_info *sst_info, const struct pll_timing *t, const int cl…
203 static int sst_set_pll_ics(struct sstfb_info *sst_info, const struct pll_timing *t, const int clock…
204 static void sst_set_vidmod_att_ti(struct sstfb_info *sst_info, const int bpp);
205 static void sst_set_vidmod_ics(struct sstfb_info *sst_info, const int bpp);
206 static int sst_init(struct sstfb_info *sst_info);
207 static void sst_shutdown(struct sstfb_info *sst_info);
469 #define sst_info ((struct sstfb_info *) info) in sstfb_install_cmap()
486 #define sst_info ((struct sstfb_info *) info) in sstfb_getcolreg()
503 #define sst_info ((struct sstfb_info *) info) in sstfb_setcolreg()
554 const struct sstfb_info *sst_info) in sstfb_decode_var()
685 const struct sstfb_info *sst_info) in sstfb_encode_var()
772 #define sst_info ((struct sstfb_info *) info) in sstfb_get_fix()
806 #define sst_info ((struct sstfb_info *) info) in sstfb_get_var()
820 #define sst_info ((struct sstfb_info *) info) in sstfb_set_var()
916 #define sst_info ((struct sstfb_info *) info) in sstfb_set_cmap()
940 #define sst_info ((struct sstfb_info *) info) in sstfb_get_cmap()
970 #define sst_info ((struct sstfb_info *) info) in sstfb_ioctl()
1055 static int __devinit sst_get_memsize(struct sstfb_info *sst_info, u_long *memsize) in sst_get_memsize()
1125 static int __devinit sst_detect_dactype(struct sstfb_info * sst_info) in sst_detect_dactype()
1143 static int __devinit sst_detect_att(struct sstfb_info * sst_info) in sst_detect_att()
1168 static int __devinit sst_detect_ti(struct sstfb_info * sst_info) in sst_detect_ti()
1204 static int __devinit sst_detect_ics(struct sstfb_info * sst_info) in sst_detect_ics()
1290 static int sst_set_pll_att_ti(struct sstfb_info * sst_info, const struct pll_timing *t, const int c… in sst_set_pll_att_ti()
1344 static int sst_set_pll_ics(struct sstfb_info * sst_info, const struct pll_timing *t, const int cloc… in sst_set_pll_ics()
1382 static int sstfb_set_par(const struct sstfb_par * par, struct sstfb_info * sst_info) in sstfb_set_par()
1556 static void sst_set_vidmod_att_ti(struct sstfb_info * sst_info, const int bpp) in sst_set_vidmod_att_ti()
1591 static void sst_set_vidmod_ics(struct sstfb_info * sst_info, const int bpp) in sst_set_vidmod_ics()
1609 static int __devinit sst_init(struct sstfb_info *sst_info) in sst_init()
1708 static void __devexit sst_shutdown(struct sstfb_info *sst_info) in sst_shutdown()
1805 struct sstfb_info * sst_info; in sstfb_probe()
1822 sst_info = (struct sstfb_info*)kmalloc(sizeof(*sst_info), GFP_KERNEL); in sstfb_probe()
1938 struct sstfb_info * sst_info; in sstfb_remove()
1958 #define sst_info ((struct sstfb_info *) info) in sstfbcon_switch()
1996 static void sstfb_test16(struct sstfb_info *sst_info) in sstfb_test16()
2039 static void sstfb_test32(struct sstfb_info *sst_info) in sstfb_test32()
2109 void __Dump_regs (struct sstfb_info * sst_info)