Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c102 ptr->dev_chipid = -1; in xf86parseDeviceSection()
195 ptr->dev_chipid = xf86_lex_val.num; in xf86parseDeviceSection()
294 if (ptr->dev_chipid != -1) in xf86printDeviceSection()
295 fprintf(cf, "\tChipId 0x%x\n", ptr->dev_chipid); in xf86printDeviceSection()
H A Dxf86Parser.h219 int dev_chipid; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c278 ptr->dev_chipid = DevToConfig[screennum].GDev.chipID; in configureDeviceSection()
H A Dxf86Config.c2079 devicep->chipID = conf_device->dev_chipid; in configDevice()