Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DMonitor.c415 ptr->mon_comment = xf86addComment(ptr->mon_comment, xf86_lex_val.str); in xf86parseMonitorSection()
418 if (xf86getSubToken(&(ptr->mon_comment)) != STRING) in xf86parseMonitorSection()
426 if (xf86getSubToken(&(ptr->mon_comment)) != STRING) in xf86parseMonitorSection()
431 if (xf86getSubToken(&(ptr->mon_comment)) != STRING) in xf86parseMonitorSection()
444 if (xf86getSubToken(&(ptr->mon_comment)) != NUMBER) in xf86parseMonitorSection()
447 if (xf86getSubToken(&(ptr->mon_comment)) != NUMBER) in xf86parseMonitorSection()
453 if (xf86getSubToken(&(ptr->mon_comment)) != NUMBER) in xf86parseMonitorSection()
459 switch (token = xf86getSubToken(&(ptr->mon_comment))) { in xf86parseMonitorSection()
465 if (xf86getSubToken(&(ptr->mon_comment)) != NUMBER || in xf86parseMonitorSection()
470 if ((token = xf86getSubToken(&(ptr->mon_comment))) == COMMA) in xf86parseMonitorSection()
[all …]
H A Dxf86Parser.h196 char *mon_comment; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c506 if (ptr->mon_comment) { in configureDDCMonitorSection()
507 len = strlen(ptr->mon_comment); in configureDDCMonitorSection()
512 if ((ptr->mon_comment = in configureDDCMonitorSection()
513 realloc(ptr->mon_comment, in configureDDCMonitorSection()
515 strcpy(ptr->mon_comment + len, displaySize_string); in configureDDCMonitorSection()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog114757 …var_assign: Assigned "ptr->mon_comment" to storage allocated by "realloc(ptr->mon_comment, len + s…