Home
last modified time | relevance | path

Searched refs:conf_device_lst (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A Dread.c136 HANDLE_LIST(conf_device_lst, xf86parseDeviceSection, in xf86readConfigFile()
299 xf86freeDeviceList(p->conf_device_lst); in xf86freeConfig()
H A Dwrite.c117 xf86printDeviceSection(cf, cptr->conf_device_lst); in doWriteConfigFile()
H A DScreen.c520 xf86findDevice(screen->scrn_device_str, p->conf_device_lst); in xf86validateScreen()
524 xf86findDevice(screen->scrn_gpu_device_str[i], p->conf_device_lst); in xf86validateScreen()
H A Dxf86Parser.h425 XF86ConfDevicePtr conf_device_lst; member
H A DLayout.c508 p->conf_device_lst); in xf86validateLayout()
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c649 xf86config->conf_device_lst = (XF86ConfDevicePtr) xf86addListItem((glp) in DoConfigure()
651 conf_device_lst, in DoConfigure()
H A Dxf86Config.c1712 if ((!conf_screen->scrn_device) && (xf86configptr->conf_device_lst)) { in configScreen()
1713 FIND_SUITABLE (XF86ConfDevicePtr, xf86configptr->conf_device_lst, conf_screen->scrn_device); in configScreen()
1725 xf86configptr->conf_device_lst) { in configScreen()
1726 XF86ConfDevicePtr sdevice = xf86configptr->conf_device_lst->list.next; in configScreen()