Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/video/fbdev/aty/
Datyfb.h319 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
Dmach64_ct.c648 .get_pll = aty_get_pll_ct,
Datyfb_base.c2490 if (par->pll_ops->get_pll) in aty_init()
2491 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()