Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86DPMS.c79 enabled = xf86CheckBoolOption(pScrn->options, "dpms", FALSE); in xf86DPMSInit()
H A Dxf86Opt.h89 extern _X_EXPORT int xf86CheckBoolOption(XF86OptionPtr list, const char *name,
H A Dxf86Config.c1038 xf86CheckBoolOption(indp->options, "CorePointer", FALSE)) { in checkCoreInputDevices()
1044 xf86CheckBoolOption(indp->options, "CoreKeyboard", FALSE)) { in checkCoreInputDevices()
1086 xf86CheckBoolOption(p->inp_option_lst, "CorePointer", FALSE)) { in checkCoreInputDevices()
1185 xf86CheckBoolOption(p->inp_option_lst, "CoreKeyboard", FALSE)) { in checkCoreInputDevices()
H A Dxf86platformBus.c325 if (xf86CheckBoolOption(cl->option_lst, "PrimaryGPU", FALSE)) { in xf86platformProbe()
H A Dxf86Option.c288 xf86CheckBoolOption(XF86OptionPtr optlist, const char *name, int deflt) in xf86CheckBoolOption() function
H A Dxf86Xinput.c725 ignore = xf86CheckBoolOption(cl->option_lst, "Ignore", FALSE); in IgnoreInputClass()
/OK3568_Linux_fs/external/xserver/hw/xfree86/parser/
H A DLayout.c66 extern int xf86CheckBoolOption(void *optlist, const char *name, int deflt);
439 if (xf86CheckBoolOption in xf86layoutAddInputDevices()