Home
last modified time | relevance | path

Searched refs:dev_board (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c126 ptr->dev_board = xf86_lex_val.str; in xf86parseDeviceSection()
272 if (ptr->dev_board) in xf86printDeviceSection()
273 fprintf(cf, "\tBoardName \"%s\"\n", ptr->dev_board); in xf86printDeviceSection()
325 TestFree(ptr->dev_board); in xf86freeDeviceList()
H A Dxf86Parser.h206 const char *dev_board; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2069 devicep->board = conf_device->dev_board; in configDevice()