Home
last modified time | relevance | path

Searched refs:dev_ramdac (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c146 ptr->dev_ramdac = xf86_lex_val.str; in xf86parseDeviceSection()
278 if (ptr->dev_ramdac) in xf86printDeviceSection()
279 fprintf(cf, "\tRamDac \"%s\"\n", ptr->dev_ramdac); in xf86printDeviceSection()
329 TestFree(ptr->dev_ramdac); in xf86freeDeviceList()
H A Dxf86Parser.h211 const char *dev_ramdac; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c267 ptr->dev_ramdac = DevToConfig[screennum].GDev.ramdac; in configureDeviceSection()
H A Dxf86Config.c2071 devicep->ramdac = conf_device->dev_ramdac; in configDevice()