Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c237 if (dmxLocal->sendsCore) { /* Do for all core devices */ in dmxChangePointerControl()
244 if (dmxInput->devs[j]->sendsCore) in dmxChangePointerControl()
279 if (dmxLocal->sendsCore) { /* Do for all core devices */ in dmxKeyboardKbdCtrlProc()
286 if (dmxInput->devs[j]->sendsCore) in dmxKeyboardKbdCtrlProc()
315 if (dmxLocal->sendsCore) { /* Do for all core devices */ in dmxKeyboardBellProc()
322 if (dmxInput->devs[j]->sendsCore) in dmxKeyboardBellProc()
443 if (info.numRelAxes && dmxLocal->sendsCore) { in dmxDeviceOnOff()
702 if (dmxLocal->sendsCore) { in dmxAddDevice()
751 : (dmxLocal->sendsCore ? " [sends core events]" : "")); in dmxAddDevice()
779 dmxLocal->sendsCore = dmxInput->core; in dmxInputCopyLocal()
[all …]
H A Ddmxevents.c125 if (dmxLocal->sendsCore) in dmxCheckFunctionKeys()
147 if (type == KeyPress && dmxLocal->sendsCore) in dmxCheckFunctionKeys()
272 && dmxInput->devs[j]->sendsCore in dmxCoreMotion()
596 if (!dmxLocal->sendsCore) { in dmxMotion()
713 if (dmxLocal->sendsCore && dmxLocal != dmxLocalCoreKeyboard) in dmxEnqueue()
746 if (dmxLocal->sendsCore) in dmxEnqueue()
776 if (dmxLocal->sendsCore) in dmxCheckSpecialKeys()
783 if (!dmxLocal->sendsCore) in dmxCheckSpecialKeys()
H A Ddmxinputinit.h228 int sendsCore; /**< Sends DMX core events */ member
H A Ddmxconsole.c322 if (priv->dmxLocal->sendsCore) { in dmxConsoleUpdateFineCursor()
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.h86 int sendsCore; member
H A Ddmx.c183 attr->sendsCore = ! !value; in dmxSetInputAttribute()
822 .sendsCore = attr.sendsCore, in ProcDMXGetInputAttributes()
H A Ddmxextension.c207 attr->sendsCore = ! !dmxLocal->sendsCore; in dmxGetInputAttributes()
270 retcode = dmxInputAttachConsole(attr->name, attr->sendsCore, id); in dmxAddInput()
273 attr->sendsCore, id); in dmxAddInput()
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec-v1.txt210 sendsCore: BOOL
230 sendsCore, are invalid.
244 device and will send core events. If sendsCore is True, then this
404 1 BOOL sendsCore
H A DDMXSpec.txt466 sendsCore: BOOL
492 sendsCore, are invalid.
506 device and will send core events. If sendsCore is True, then this
822 1 BOOL sendsCore
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxinfo.c148 else if (iinfo->sendsCore) in core()
H A Dxinput.c50 else if (iinf->sendsCore) in core()