Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/comedi/drivers/
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()
Dni_pcidio.c473 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in ni_pcidio_insn_config()
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-6.12.1/include/uapi/linux/
Dcomedi.h351 INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS = 5005, enumerator
/linux-6.12.1/drivers/comedi/
Dcomedi_fops.c1239 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in check_insn_config_length()