get_pll           320 drivers/video/fbdev/aty/atyfb.h 	void (*get_pll)   (const struct fb_info *info, union aty_pll * pll);
get_pll          2455 drivers/video/fbdev/aty/atyfb_base.c 	if (par->pll_ops->get_pll)
get_pll          2456 drivers/video/fbdev/aty/atyfb_base.c 		par->pll_ops->get_pll(info, &par->saved_pll);
get_pll           647 drivers/video/fbdev/aty/mach64_ct.c 	.get_pll	= aty_get_pll_ct,