Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c331 GDevPtr configured_device; in InitOutput() local
417 configured_device = xf86ConfigLayout.screens->screen->device; in InitOutput()
418 if ((!configured_device) || (!configured_device->driver)) { in InitOutput()
419 if (!autoConfigDevice(configured_device)) { in InitOutput()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog145549 xfree86: move declaration of configured_device to start of function.