Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c131 ptr->dev_chipset = xf86_lex_val.str; in xf86parseDeviceSection()
274 if (ptr->dev_chipset) in xf86printDeviceSection()
275 fprintf(cf, "\tChipSet \"%s\"\n", ptr->dev_chipset); in xf86printDeviceSection()
326 TestFree(ptr->dev_chipset); in xf86freeDeviceList()
H A Dxf86Parser.h207 const char *dev_chipset; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c264 ptr->dev_chipset = DevToConfig[screennum].GDev.chipset; in configureDeviceSection()
H A Dxf86Config.c2070 devicep->chipset = conf_device->dev_chipset; in configDevice()