Searched refs:xf86NameCmp (Results 1 – 10 of 10) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 255 if (xf86NameCmp(s, "Odd") == 0) { in xf86SetSerial() 258 else if (xf86NameCmp(s, "Even") == 0) { in xf86SetSerial() 262 else if (xf86NameCmp(s, "None") == 0) { in xf86SetSerial() 282 if (xf86NameCmp(s, "Xoff") == 0) { in xf86SetSerial() 285 else if (xf86NameCmp(s, "Xon") == 0) { in xf86SetSerial() 288 else if (xf86NameCmp(s, "XonXoff") == 0) { in xf86SetSerial() 291 else if (xf86NameCmp(s, "None") == 0) { in xf86SetSerial()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Config.c | 457 if (xf86NameCmp(modulearray[i], modulearray[count]) == 0) { in xf86DriverlistFromConfig() 515 if (xf86NameCmp(modulearray[i], modulearray[count]) == 0) { in xf86InputDriverlistFromConfig() 802 if (!xf86NameCmp(s, "flush")) { in configServerFlags() 806 else if (!xf86NameCmp(s, "sync")) { in configServerFlags() 834 if (!xf86NameCmp(s, "minimal")) { in configServerFlags() 837 else if (!xf86NameCmp(s, "typical")) { in configServerFlags() 840 else if (!xf86NameCmp(s, "all")) { in configServerFlags() 2143 xf86NameCmp(val, "enable") == 0 || in configExtensions() 2144 xf86NameCmp(val, "enabled") == 0 || in configExtensions() 2145 xf86NameCmp(val, "on") == 0 || in configExtensions() [all …]
|
| H A D | xf86Option.c | 608 if (!xf86NameCmp(end, "Hz")) in ParseOptionValue() 610 else if (!xf86NameCmp(end, "kHz") || !xf86NameCmp(end, "k")) in ParseOptionValue() 612 else if (!xf86NameCmp(end, "MHz") || !xf86NameCmp(end, "M")) in ParseOptionValue() 893 xf86NameCmp(const char *s1, const char *s2) in xf86NameCmp() function
|
| H A D | xf86Bus.c | 265 if (!xf86NameCmp(p, "pci") || !xf86NameCmp(p, "agp")) in StringToBusType() 267 if (!xf86NameCmp(p, "sbus")) in StringToBusType() 269 if (!xf86NameCmp(p, "platform")) in StringToBusType()
|
| H A D | xf86Helper.c | 137 xf86NameCmp(name, xf86InputDriverList[i]->driverName) == 0) in xf86LookupInputDriver() 1231 for (i = 0; table[i].token >= 0 && xf86NameCmp(string, table[i].name); i++); in xf86StringToToken() 1329 && (xf86NameCmp(screensecptr->device->driver, drivername) == 0) in xf86MatchDevice() 1339 && (xf86NameCmp(screensecptr->gpu_devices[k]->driver, drivername) == 0) in xf86MatchDevice() 1355 !xf86NameCmp(gdp->driver, drivername)) { in xf86MatchDevice() 1656 if (!xf86NameCmp(adaptor->ports[i].identifier, port_name)) in xf86FindXvOptions()
|
| H A D | xf86Opt.h | 141 extern _X_EXPORT int xf86NameCmp(const char *s1, const char *s2);
|
| H A D | xf86Xinput.c | 232 if (!xf86NameCmp(schemeStr, "predictable")) in ApplyAccelerationSettings() 235 if (!xf86NameCmp(schemeStr, "lightweight")) in ApplyAccelerationSettings() 238 if (!xf86NameCmp(schemeStr, "none")) in ApplyAccelerationSettings()
|
| H A D | xf86AutoConfig.c | 151 if (xf86NameCmp(md->matches[j], driver) == 0) { in xf86AddMatchedDriver()
|
| H A D | xf86Init.c | 1388 if (!xf86NameCmp(name, "keyboard")) { in xf86LoadModules()
|
| H A D | xf86pciBus.c | 886 if (xf86NameCmp(c->name, instances[i].dev->chipset) == 0) in xf86MatchPciInstances()
|