Searched refs:resume_pll (Results 1 – 3 of 3) sorted by relevance
321 void (*resume_pll)(const struct fb_info *info, union aty_pll *pll); member
650 .resume_pll = aty_resume_pll_ct,
2132 if (par->pll_ops->resume_pll) in aty_resume_chip()2133 par->pll_ops->resume_pll(info, &par->pll); in aty_resume_chip()2616 if (par->pll_ops->resume_pll) in aty_init()2617 par->pll_ops->resume_pll(info, &par->pll); in aty_init()