Searched refs:dmxNumInputs (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxinput.c | 71 if (!dmxNumInputs) in InitInput() 74 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) in InitInput() 95 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) in ProcessInputEvents() 110 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) in dmxUpdateWindowInfo()
|
| H A D | dmxinput.h | 113 extern int dmxNumInputs; /**< Number of #dmxInputs */
|
| H A D | dmxinit.c | 82 int dmxNumInputs; variable 587 for (i = 0; i < dmxNumInputs; i++) in InitOutput() 594 dmxNumInputs = 0; in InitOutput() 622 if (!dmxNumInputs) in InitOutput()
|
| H A D | dmxextension.c | 182 for (total = i = 0; i < dmxNumInputs; i++) in dmxGetInputCount() 199 for (i = 0; i < dmxNumInputs; i++) { in dmxGetInputAttributes() 245 for (i = 0; i < dmxNumInputs; i++) { in dmxAdjustCursorBoundaries() 254 for (i = 0; i < dmxNumInputs; i++) { in dmxAdjustCursorBoundaries()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxconfig.c | 237 if (!(dmxInputs = reallocarray(dmxInputs, dmxNumInputs + 1, in dmxConfigAddInput() 241 dmxNumInputs, name); in dmxConfigAddInput() 243 dmxInput = &dmxInputs[dmxNumInputs]; in dmxConfigAddInput() 247 dmxInput->inputIdx = dmxNumInputs; in dmxConfigAddInput() 250 ++dmxNumInputs; in dmxConfigAddInput() 466 if (dmxNumInputs) in dmxConfigConfigInputs()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/input/ |
| H A D | dmxinputinit.c | 238 for (i = 0; i < dmxNumInputs; i++) { in dmxChangePointerControl() 280 for (i = 0; i < dmxNumInputs; i++) { in dmxKeyboardKbdCtrlProc() 316 for (i = 0; i < dmxNumInputs; i++) { in dmxKeyboardBellProc() 1139 for (j = 0; j < dmxNumInputs; j++) { in dmxInputLogDevices() 1225 for (i = 0; i < dmxNumInputs; i++) { in dmxInputDetachAll() 1250 for (i = 0; i < dmxNumInputs; i++) { in dmxInputLocateId() 1304 for (i = 0; i < dmxNumInputs; i++) { in dmxInputAttachConsole() 1330 for (i = 0; i < dmxNumInputs; i++) { in dmxInputAttachBackend()
|
| H A D | dmxdetach.c | 50 for (i = 0; i < dmxNumInputs; i++) { in dmxInputDetach()
|
| H A D | dmxevents.c | 267 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) { in dmxCoreMotion()
|
| H A D | dmxconsole.c | 1017 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) { in dmxDump()
|