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

/xsrc/external/mit/xf86-video-wsfb/dist/src/
H A Dwsfb_driver.c378 int default_depth, bitsperpixel, wstype; local in function:WsfbPreInit
409 if (ioctl(fPtr->fd, WSDISPLAYIO_GTYPE, &wstype) == -1) {
413 wstype = WSDISPLAY_TYPE_UNKNOWN;
442 if (wstype == WSDISPLAY_TYPE_SUN24 ||
443 wstype == WSDISPLAY_TYPE_SUNCG12 ||
444 wstype == WSDISPLAY_TYPE_SUNCG14 ||
445 wstype == WSDISPLAY_TYPE_SUNTCX ||
446 wstype == WSDISPLAY_TYPE_SUNFFB ||
447 wstype == WSDISPLAY_TYPE_XVR1000 ||
448 wstype
952 int wstype; local in function:WsfbScreenInit
[all...]
/xsrc/external/mit/xf86-video-crime/dist/src/
H A Dcrime_driver.c308 int i, fd, entity, wstype; local in function:CrimeProbe
322 if (ioctl(fd, WSDISPLAYIO_GTYPE, &wstype) == -1)
324 if (wstype != WSDISPLAY_TYPE_CRIME)
381 int default_depth, wstype; local in function:CrimePreInit
418 if (ioctl(fPtr->fd, WSDISPLAYIO_GTYPE, &wstype) == -1) {
/xsrc/external/mit/xf86-video-ngle/dist/src/
H A Dngle_driver.c251 int i, fd, entity, wstype; local in function:NGLEProbe
267 if (ioctl(fd, WSDISPLAYIO_GTYPE, &wstype) == -1)
270 if (wstype != WSDISPLAY_TYPE_STI)

Completed in 4 milliseconds