Searched refs:pll_timing (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/drivers/video/ |
D | sstfb.h | 302 struct pll_timing { struct 313 int (*set_pll) (struct sstfb_info *sst_info, const struct pll_timing *t, const int clock); argument 334 struct pll_timing pll;
|
D | sstfb.c | 201 static int sst_calc_pll(const int freq, int *freq_out, struct pll_timing *t); 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… 1244 static int sst_calc_pll(const int freq, int *freq_out, struct pll_timing *t) in sst_calc_pll() 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() 1611 struct pll_timing gfx_timings; in sst_init() 1711 struct pll_timing gfx_timings; in sst_shutdown()
|