Home
last modified time | relevance | path

Searched refs:resume_pll (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/aty/
H A Datyfb.h322 void (*resume_pll)(const struct fb_info *info, union aty_pll *pll); member
H A Dmach64_ct.c649 .resume_pll = aty_resume_pll_ct,
H A Datyfb_base.c2122 if (par->pll_ops->resume_pll) in aty_resume_chip()
2123 par->pll_ops->resume_pll(info, &par->pll); in aty_resume_chip()
2611 if (par->pll_ops->resume_pll) in aty_init()
2612 par->pll_ops->resume_pll(info, &par->pll); in aty_init()