Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DDevice.c108 ptr->dev_comment = xf86addComment(ptr->dev_comment, xf86_lex_val.str); in xf86parseDeviceSection()
111 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
119 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
124 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
129 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
134 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
139 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
144 if (xf86getSubToken(&(ptr->dev_comment)) != STRING) in xf86parseDeviceSection()
151 if (xf86getSubToken(&(ptr->dev_comment)) != NUMBER) { in xf86parseDeviceSection()
157 if (xf86getSubToken(&(ptr->dev_comment)) == NUMBER) in xf86parseDeviceSection()
[all …]
H A Dxf86Parser.h224 char *dev_comment; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c292 ptr->dev_comment = xnfstrdup(descrip); in configureDeviceSection()
293 if (ptr->dev_comment) { in configureDeviceSection()
301 int len = strlen(ptr->dev_comment) + strlen(prefix) + in configureDeviceSection()
310 ptr->dev_comment = realloc(ptr->dev_comment, len); in configureDeviceSection()
311 if (!ptr->dev_comment) in configureDeviceSection()
313 p_e = ptr->dev_comment + strlen(ptr->dev_comment); in configureDeviceSection()