Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxinput.c71 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 Ddmxinput.h113 extern int dmxNumInputs; /**< Number of #dmxInputs */
H A Ddmxinit.c82 int dmxNumInputs; variable
587 for (i = 0; i < dmxNumInputs; i++) in InitOutput()
594 dmxNumInputs = 0; in InitOutput()
622 if (!dmxNumInputs) in InitOutput()
H A Ddmxextension.c182 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 Ddmxconfig.c237 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 Ddmxinputinit.c238 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 Ddmxdetach.c50 for (i = 0; i < dmxNumInputs; i++) { in dmxInputDetach()
H A Ddmxevents.c267 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) { in dmxCoreMotion()
H A Ddmxconsole.c1017 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) { in dmxDump()