Searched refs:get_pll (Results 1 – 3 of 3) sorted by relevance
318 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
648 .get_pll = aty_get_pll_ct,
2394 if(par->pll_ops->get_pll) in aty_init()2395 par->pll_ops->get_pll(info, &saved_pll); in aty_init()