Home
last modified time | relevance | path

Searched refs:consType (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/bsd/
H A Dbsd_VTsw.c48 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTRequest()
59 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchPending()
70 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchAway()
85 if (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT) { in xf86VTSwitchTo()
H A Dbsd_init.c207 switch (xf86Info.consType) { in xf86OpenConsole()
307 (xf86Info.consType == SYSCONS || xf86Info.consType == PCVT)) { in xf86OpenConsole()
334 xf86Info.consType = PCCONS; in xf86OpenPccons()
426 xf86Info.consType = SYSCONS; in xf86OpenSyscons()
522 xf86Info.consType = PCVT; in xf86OpenPcvt()
569 xf86Info.consType = WSCONS; in xf86OpenWScons()
587 switch (xf86Info.consType) { in xf86CloseConsole()
H A Di386_video.c286 switch (xf86Info.consType) { in xf86SetTVOut()
309 switch (xf86Info.consType) { in xf86SetRGBOut()
H A Dbsd_bell.c52 switch (xf86Info.consType) { in xf86OSRingBell()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Privstr.h71 int consType; /* Which console driver? */ member
H A Dxf86Globals.c114 .consType = -1,