Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/int10/
H A Dhelper_mem.c202 void *configOptions = NULL; in xf86HandleInt10Options() local
206 !pScrn || !(configOptions = pScrn->options)) && pEnt->device) in xf86HandleInt10Options()
207 configOptions = pEnt->device->options; in xf86HandleInt10Options()
209 if (configOptions) { in xf86HandleInt10Options()
214 xf86ProcessOptions(pScrn->scrnIndex, configOptions, options); in xf86HandleInt10Options()