Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/video/fbdev/aty/
Datyfb.h317 void (*get_pll) (const struct fb_info *info, union aty_pll * pll); member
Dmach64_ct.c648 .get_pll = aty_get_pll_ct,
Datyfb_base.c2495 if (par->pll_ops->get_pll) in aty_init()
2496 par->pll_ops->get_pll(info, &par->saved_pll); in aty_init()