HomeSort by: relevance | last modified time | path
    Searched refs:dmxNumInputs (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxinput.c 69 if (!dmxNumInputs)
72 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++)
90 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++)
104 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++)
dmxinput.h 132 extern int dmxNumInputs; /**< Number of #dmxInputs */
dmxinit.c 78 int dmxNumInputs;
602 for (i = 0; i < dmxNumInputs; i++) dmxInputFree(&dmxInputs[i]);
608 dmxNumInputs = 0;
636 if (!dmxNumInputs)
dmxextension.c 167 /** Return the total number of devices, not just #dmxNumInputs. The
174 for (total = i = 0; i < dmxNumInputs; i++) total += dmxInputs[i].numDevs;
188 for (i = 0; i < dmxNumInputs; i++) {
231 for (i = 0; i < dmxNumInputs; i++) {
238 for (i = 0; i < dmxNumInputs; i++) {
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
dmxdetach.c 49 for (i = 0; i < dmxNumInputs; i++) {
dmxsigio.c 70 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) {
195 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++)
206 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++)
dmxinputinit.c 274 for (i = 0; i < dmxNumInputs; i++) {
312 for (i = 0; i < dmxNumInputs; i++) {
342 for (i = 0; i < dmxNumInputs; i++) {
1089 for (j = 0; j < dmxNumInputs; j++) {
1165 for (i = 0; i < dmxNumInputs; i++) {
1185 for (i = 0; i < dmxNumInputs; i++) {
1232 for (i = 0; i < dmxNumInputs; i++) {
1257 for (i = 0; i < dmxNumInputs; i++) {
dmxevents.c 269 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) {
dmxconsole.c 968 for (i = 0, dmxInput = &dmxInputs[0]; i < dmxNumInputs; i++, dmxInput++) {
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
dmxconfig.c 216 (dmxNumInputs+1) * sizeof(*dmxInputs))))
219 dmxNumInputs, name);
221 dmxInput = &dmxInputs[dmxNumInputs];
225 dmxInput->inputIdx = dmxNumInputs;
228 ++dmxNumInputs;
410 if (dmxNumInputs) return;

Completed in 14 milliseconds