Searched refs:wstype (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/wscons/
H A DSDL_wsconsvideo.c151 int wstype; local
178 if (ioctl(private->fd, WSDISPLAYIO_GTYPE, &wstype) == -1) {
187 if (wstype == WSDISPLAY_TYPE_SUN24 ||
188 wstype == WSDISPLAY_TYPE_SUNCG12 ||
189 wstype == WSDISPLAY_TYPE_SUNCG14 ||
190 wstype == WSDISPLAY_TYPE_SUNTCX ||
191 wstype == WSDISPLAY_TYPE_SUNFFB) {
196 } else if (wstype == WSDISPLAY_TYPE_PXALCD) {

Completed in 88 milliseconds