Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DVideo.c80 TestFree(ptr->vp_comment); in xf86freeVideoPortList()
99 ptr->vp_comment = xf86addComment(ptr->vp_comment, xf86_lex_val.str); in xf86parseVideoPortSubSection()
102 if (xf86getSubToken(&(ptr->vp_comment)) != STRING) in xf86parseVideoPortSubSection()
239 if (pptr->vp_comment) in xf86printVideoAdaptorSection()
240 fprintf(cf, "%s", pptr->vp_comment); in xf86printVideoAdaptorSection()
H A Dxf86Parser.h139 char *vp_comment; member