Home
last modified time | relevance | path

Searched refs:soft_cursor (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/fbdev/core/
H A Dsoftcursor.c22 int soft_cursor(struct fb_info *info, struct fb_cursor *cursor) in soft_cursor() function
78 EXPORT_SYMBOL(soft_cursor);
H A Dfbcon.h228 extern int soft_cursor(struct fb_info *info, struct fb_cursor *cursor);
H A Dfbcon_cw.c364 soft_cursor(info, &cursor); in cw_cursor()
H A Dbitblit.c377 soft_cursor(info, &cursor); in bit_cursor()
H A Dfbcon_ccw.c381 soft_cursor(info, &cursor); in ccw_cursor()
H A Dfbcon_ud.c404 soft_cursor(info, &cursor); in ud_cursor()