Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/comedi/drivers/
Dcomedi_test.c634 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in waveform_ai_insn_config()
661 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in waveform_ao_insn_config()
Dni_pcidio.c473 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in ni_pcidio_insn_config()
Dni_mio_common.c2503 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in ni_ai_insn_config()
2848 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in ni_ao_insn_config()
3502 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in ni_m_series_dio_insn_config()
/Linux-v6.6/include/uapi/linux/
Dcomedi.h351 INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS = 5005, enumerator
/Linux-v6.6/drivers/comedi/
Dcomedi_fops.c1239 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in check_insn_config_length()