Searched refs:dev_dacSpeeds (Results 1 – 4 of 4) sorted by relevance
150 ptr->dev_dacSpeeds[i] = 0; in xf86parseDeviceSection()155 ptr->dev_dacSpeeds[0] = (int) (xf86_lex_val.realnum * 1000.0 + 0.5); in xf86parseDeviceSection()158 ptr->dev_dacSpeeds[i] = (int) in xf86parseDeviceSection()280 if (ptr->dev_dacSpeeds[0] > 0) { in xf86printDeviceSection()282 for (i = 0; i < CONF_MAXDACSPEEDS && ptr->dev_dacSpeeds[i] > 0; i++) in xf86printDeviceSection()283 fprintf(cf, "%g ", (double) (ptr->dev_dacSpeeds[i]) / 1000.0); in xf86printDeviceSection()
212 int dev_dacSpeeds[CONF_MAXDACSPEEDS]; member
269 ptr->dev_dacSpeeds[i] = DevToConfig[screennum].GDev.dacSpeeds[i]; in configureDeviceSection()
2087 devicep->dacSpeeds[i] = conf_device->dev_dacSpeeds[i]; in configDevice()