Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86Crtc.c470 OPTION_DISABLE, enumerator
489 {OPTION_DISABLE, "Disable", OPTV_BOOLEAN, {0}, FALSE},
565 if (xf86GetOptValBool(output->options, OPTION_DISABLE, &disable) && disable) { in xf86OutputEnabled()