Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DScreen.c311 ptr->scrn_monitor_str = xf86_lex_val.str; in xf86parseScreenSection()
394 if (ptr->scrn_monitor_str) in xf86printScreenSection()
395 fprintf(cf, "\tMonitor \"%s\"\n", ptr->scrn_monitor_str); in xf86printScreenSection()
483 TestFree(ptr->scrn_monitor_str); in xf86freeScreenList()
510 xf86findMonitor(screen->scrn_monitor_str, p->conf_monitor_lst); in xf86validateScreen()
511 if (screen->scrn_monitor_str) { in xf86validateScreen()
H A Dxf86Parser.h269 const char *scrn_monitor_str; member
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c205 ptr->scrn_monitor_str = tmp; in configureScreenSection()