Home
last modified time | relevance | path

Searched refs:INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/comedi/drivers/
H A Dcomedi_test.c656 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in waveform_ai_insn_config()
683 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in waveform_ao_insn_config()
H A Dni_pcidio.c473 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in ni_pcidio_insn_config()
H A Dni_mio_common.c2518 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in ni_ai_insn_config()
2863 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in ni_ao_insn_config()
3517 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in ni_m_series_dio_insn_config()
/linux/include/uapi/linux/
H A Dcomedi.h351 INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS = 5005, enumerator
/linux/drivers/comedi/
H A Dcomedi_fops.c1239 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in check_insn_config_length()