Searched refs:FBIOGATTR (Results 1 – 5 of 5) sorted by relevance
92 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */ macro
95 #define FBIOGATTR _IOR('F', 6, struct fbgattr) /* supported */ macro
288 if ((ioctl(fd, FBIOGATTR, &fbattr) < 0) && in xf86CloseConsole()
248 case FBIOGATTR: in sbusfb_compat_ioctl()
58 if (ioctl(fd, FBIOGATTR, &fbattr) < 0) { in CheckSbusDevice()