Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/comedi/drivers/
Dcomedi_test.c632 if (data[0] == INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS) { in waveform_ai_insn_config()
659 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-6.1.9/include/uapi/linux/
Dcomedi.h351 INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS = 5005, enumerator
/linux-6.1.9/drivers/comedi/
Dcomedi_fops.c1234 case INSN_CONFIG_GET_CMD_TIMING_CONSTRAINTS: in check_insn_config_length()