Home
last modified time | relevance | path

Searched refs:FBIOSCURSOR (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfbio.h109 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfbio.h112 #define FBIOSCURSOR _IOW('F', 24, struct fbcursor) macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bus/
H A DSbus.c700 ioctl(psdp->fd, FBIOSCURSOR, &fbcursor); in xf86SbusHideOsHwCursor()
722 ioctl(psdp->fd, FBIOSCURSOR, &fbcursor); in xf86SbusSetOsHwCursorCmap()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c240 return info->fbops->fb_ioctl(info, FBIOSCURSOR, (unsigned long)p); in fbiogscursor()