Lines Matching defs:mode
57 u8 mode[MTS64_NUM_INPUT_PORTS];
120 #define MTS64_CMD_COM_OPEN 0xf8 /* setting the communication mode */
121 #define MTS64_CMD_COM_CLOSE1 0xff /* clearing communication mode */
222 * Opens the device (set communication mode)
236 * Close device (clear communication mode)
316 * Note, that readout mode has to be enabled.
408 * assumptions: communication mode is on
731 mts->mode[substream->number] |= MTS64_MODE_INPUT_TRIGGERED;
733 mts->mode[substream->number] &= ~MTS64_MODE_INPUT_TRIGGERED;
833 if (mts->mode[substream->number] & MTS64_MODE_INPUT_TRIGGERED)