Home
last modified time | relevance | path

Searched refs:dev_card (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c136 ptr->dev_card = xf86_lex_val.str; in xf86parseDeviceSection()
276 if (ptr->dev_card) in xf86printDeviceSection()
277 fprintf(cf, "\tCard \"%s\"\n", ptr->dev_card); in xf86printDeviceSection()
327 TestFree(ptr->dev_card); in xf86freeDeviceList()
H A Dxf86Parser.h209 const char *dev_card; member