Searched refs:setcursormap (Results 1 – 8 of 8) sorted by relevance
/linux-2.4.37.9/include/video/ |
D | sbusfb.h | 124 void (*setcursormap)(struct fb_info_sbusfb *, unsigned char *, unsigned char *, unsigned char *); member
|
/linux-2.4.37.9/drivers/video/ |
D | tcxfb.c | 320 fb->setcursormap = tcx_setcursormap; in tcxfb_init()
|
D | cgfourteenfb.c | 430 fb->setcursormap = cg14_setcursormap; in cgfourteenfb_init()
|
D | sbusfb.c | 396 (*fb->setcursormap) (fb, red, green, blue); in sbus_hw_scursor() 475 (*fb->setcursormap) (fb, hw_cursor_cmap, hw_cursor_cmap, hw_cursor_cmap); in sbusfb_cursor()
|
D | sun3fb.c | 273 (*fb->setcursormap) (fb, hw_cursor_cmap, hw_cursor_cmap, hw_cursor_cmap); in sun3fb_cursor()
|
D | leofb.c | 742 fb->setcursormap = leo_setcursormap; in leofb_init()
|
D | cgsixfb.c | 763 fb->setcursormap = cg6_setcursormap; in cgsixfb_init()
|
D | creatorfb.c | 872 fb->setcursormap = ffb_setcursormap; in creatorfb_init()
|