Searched refs:isCore (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 704 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 D | dmxinputinit.h | 227 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 D | dmxextension.h | 85 int isCore; member
|
| H A D | dmx.c | 821 .isCore = attr.isCore, in ProcDMXGetInputAttributes()
|
| H A D | dmxextension.c | 206 attr->isCore = ! !dmxLocal->isCore; in dmxGetInputAttributes()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/doc/ |
| H A D | DMXSpec-v1.txt | 209 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 D | DMXSpec.txt | 465 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 D | dmxinfo.c | 146 if (iinfo->isCore) in core()
|
| H A D | xinput.c | 48 if (iinf->isCore) in core()
|