Home
last modified time | relevance | path

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

/drivers/video/fbdev/aty/
Dmach64_cursor.c197 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) in aty_init_cursor() argument
222 atyfb_ops->fb_cursor = atyfb_cursor; in aty_init_cursor()
Datyfb.h343 extern int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops);
Datyfb_base.c300 static struct fb_ops atyfb_ops = { variable
1334 atyfb_ops.fb_sync = atyfb_sync; in atyfb_set_par()
1337 atyfb_ops.fb_sync = NULL; in atyfb_set_par()
2638 info->fbops = &atyfb_ops; in aty_init()
2734 aty_init_cursor(info, &atyfb_ops); in aty_init()