Searched refs:stop_mode (Results 1 – 10 of 10) sorted by relevance
/drivers/staging/meilhaus/ |
D | me6000_ao.c | 145 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 …]
|
D | me6000_ao.h | 134 int stop_mode; /**< The user defined stop condition flag. */ member
|
D | me4600_ao.h | 202 int stop_mode; /**< The user defined stop condition flag. */ member
|
D | mesubdevice.h | 129 int stop_mode, int flags);
|
D | me4600_ao.c | 167 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 …]
|
D | medevice.h | 186 int stop_mode, int flags);
|
D | mesubdevice.c | 150 int stop_mode, int flags) in me_subdevice_io_stream_stop() argument
|
D | me4600_ai.c | 99 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()
|
D | medevice.c | 620 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()
|
D | medummy.c | 180 int subdevice, int stop_mode, int flags) in medummy_io_stream_stop() argument
|