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

/linux-master/drivers/video/fbdev/aty/
H A Dmach64_cursor.c197 int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops) argument
222 atyfb_ops->fb_cursor = atyfb_cursor;
H A Datyfb.h343 extern int aty_init_cursor(struct fb_info *info, struct fb_ops *atyfb_ops);
H A Datyfb_base.c300 static struct fb_ops atyfb_ops = { variable in typeref:struct:fb_ops
1337 atyfb_ops.fb_sync = atyfb_sync;
1340 atyfb_ops.fb_sync = NULL;
2641 info->fbops = &atyfb_ops;
2737 aty_init_cursor(info, &atyfb_ops);

Completed in 206 milliseconds