Lines Matching refs:BlockHandler
269 pScreen->BlockHandler = xf86_config->BlockHandler;
270 (*pScreen->BlockHandler) (screenNum, blockData, pTimeout, pReadmask);
272 xf86_config->BlockHandler = pScreen->BlockHandler;
273 pScreen->BlockHandler = xf86RotateBlockHandler;
460 if (!xf86_config->BlockHandler) {
461 xf86_config->BlockHandler = pScreen->BlockHandler;
462 pScreen->BlockHandler = xf86RotateBlockHandler;