Home
last modified time | relevance | path

Searched refs:stop_mode (Results 1 – 10 of 10) sorted by relevance

/drivers/staging/meilhaus/
Dme6000_ao.c145 int stop_mode, int flags);
1316 instance->stop_mode = ME6000_AO_ACQ_STOP_MODE; in me6000_ao_io_stream_config()
1319 instance->stop_mode = ME6000_AO_SCAN_STOP_MODE; in me6000_ao_io_stream_config()
1322 instance->stop_mode = ME6000_AO_INF_STOP_MODE; in me6000_ao_io_stream_config()
1557 if (instance->stop_mode == ME6000_AO_SCAN_STOP_MODE) { in me6000_ao_io_stream_start()
1637 if ((instance->stop_mode == ME6000_AO_INF_STOP_MODE) in me6000_ao_io_stream_start()
1794 if ((instance->stop_mode != ME6000_AO_INF_STOP_MODE) in me6000_ao_io_stream_start()
1992 int stop_mode, int flags) in me6000_ao_io_stream_stop() argument
2008 if ((stop_mode != ME_STOP_MODE_IMMEDIATE) in me6000_ao_io_stream_stop()
2009 && (stop_mode != ME_STOP_MODE_LAST_VALUE)) { in me6000_ao_io_stream_stop()
[all …]
Dme6000_ao.h134 int stop_mode; /**< The user defined stop condition flag. */ member
Dme4600_ao.h202 int stop_mode; /**< The user defined stop condition flag. */ member
Dmesubdevice.h129 int stop_mode, int flags);
Dme4600_ao.c167 int stop_mode, int flags);
1280 instance->stop_mode = ME4600_AO_ACQ_STOP_MODE; in me4600_ao_io_stream_config()
1283 instance->stop_mode = ME4600_AO_SCAN_STOP_MODE; in me4600_ao_io_stream_config()
1286 instance->stop_mode = ME4600_AO_INF_STOP_MODE; in me4600_ao_io_stream_config()
1525 if (instance->stop_mode == ME4600_AO_SCAN_STOP_MODE) { in me4600_ao_io_stream_start()
1604 if ((instance->stop_mode == ME4600_AO_INF_STOP_MODE) in me4600_ao_io_stream_start()
1756 if ((instance->stop_mode != ME4600_AO_INF_STOP_MODE) in me4600_ao_io_stream_start()
1948 int stop_mode, int flags) in me4600_ao_io_stream_stop() argument
1964 if ((stop_mode != ME_STOP_MODE_IMMEDIATE) in me4600_ao_io_stream_stop()
1965 && (stop_mode != ME_STOP_MODE_LAST_VALUE)) { in me4600_ao_io_stream_stop()
[all …]
Dmedevice.h186 int stop_mode, int flags);
Dmesubdevice.c150 int stop_mode, int flags) in me_subdevice_io_stream_stop() argument
Dme4600_ai.c99 int stop_mode, int flags);
2144 int stop_mode, int flags) in me4600_ai_io_stream_stop() argument
2162 if ((stop_mode != ME_STOP_MODE_IMMEDIATE) in me4600_ai_io_stream_stop()
2163 && (stop_mode != ME_STOP_MODE_LAST_VALUE)) { in me4600_ai_io_stream_stop()
2175 if (stop_mode == ME_STOP_MODE_IMMEDIATE) { in me4600_ai_io_stream_stop()
2185 } else if (stop_mode == ME_STOP_MODE_LAST_VALUE) { in me4600_ai_io_stream_stop()
Dmedevice.c620 int subdevice, int stop_mode, int flags) in me_device_io_stream_stop() argument
646 filep, stop_mode, flags); in me_device_io_stream_stop()
Dmedummy.c180 int subdevice, int stop_mode, int flags) in medummy_io_stream_stop() argument