Home
last modified time | relevance | path

Searched refs:FBIOGATTR (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfbio.h92 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */ macro
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A Dfbio.h95 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */ macro
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_init.c288 if ((ioctl(fd, FBIOGATTR, &fbattr) < 0) && in xf86CloseConsole()
/OK3568_Linux_fs/kernel/drivers/video/fbdev/
H A Dsbuslib.c248 case FBIOGATTR: in sbusfb_compat_ioctl()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86sbusBus.c58 if (ioctl(fd, FBIOGATTR, &fbattr) < 0) { in CheckSbusDevice()