Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c190 ptr->dev_clockchip = xf86_lex_val.str; in xf86parseDeviceSection()
292 if (ptr->dev_clockchip) in xf86printDeviceSection()
293 fprintf(cf, "\tClockChip \"%s\"\n", ptr->dev_clockchip); in xf86printDeviceSection()
330 TestFree(ptr->dev_clockchip); in xf86freeDeviceList()
H A Dxf86Parser.h216 const char *dev_clockchip; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c273 ptr->dev_clockchip = DevToConfig[screennum].GDev.clockchip; in configureDeviceSection()
H A Dxf86Config.c2077 devicep->clockchip = conf_device->dev_clockchip; in configDevice()