Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxinputinit.c704 dmxLocal->isCore = 1; in dmxAddDevice()
709 dmxLocal->isCore = 1; in dmxAddDevice()
736 if (dmxLocal->isCore && dmxLocal->type == DMX_LOCAL_MOUSE) { in dmxAddDevice()
749 dmxLocal->isCore in dmxAddDevice()
1091 if (local->isCore && local->type == DMX_LOCAL_MOUSE) in dmxInputFreeLocal()
1093 if (local->isCore && local->type == DMX_LOCAL_KEYBOARD) in dmxInputFreeLocal()
1185 dmxInput->devs[i]->isCore in dmxInputLogDevices()
1209 dmxLocal->isCore in dmxInputDetach()
1289 dmxLocal->isCore in dmxInputAttachOld()
1299 dmxInputAttachConsole(const char *name, int isCore, int *id) in dmxInputAttachConsole() argument
[all …]
H A Ddmxinputinit.h227 int isCore; /**< Is a DMX core device */ member
281 extern int dmxInputAttachConsole(const char *name, int isCore, int *id);
282 extern int dmxInputAttachBackend(int physicalScreen, int isCore, int *id);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.h85 int isCore; member
H A Ddmx.c821 .isCore = attr.isCore, in ProcDMXGetInputAttributes()
H A Ddmxextension.c206 attr->isCore = ! !dmxLocal->isCore; in dmxGetInputAttributes()
/OK3568_Linux_fs/external/xserver/hw/dmx/doc/
H A DDMXSpec-v1.txt209 isCore: BOOL
229 For local devices, all other fields returned, except isCore and
243 If isCore is True, then this device is active as a true core input
403 1 BOOL isCore
H A DDMXSpec.txt465 isCore: BOOL
491 For local devices, all other fields returned, except isCore and
505 If isCore is True, then this device is active as a true core input
821 1 BOOL isCore
/OK3568_Linux_fs/external/xserver/hw/dmx/examples/
H A Ddmxinfo.c146 if (iinfo->isCore) in core()
H A Dxinput.c48 if (iinf->isCore) in core()