Searched refs:TRIG_NONE (Results 1 – 25 of 52) sorted by relevance
123
/Linux-v6.6/drivers/comedi/drivers/ |
D | amplc_pc236_common.c | 78 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in pc236_intr_cmdtest()
|
D | aio_iiro_16.c | 111 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in aio_iiro_16_cos_cmdtest()
|
D | dmm32at.c | 272 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in dmm32at_ai_cmdtest() 382 if (cmd->stop_src == TRIG_NONE || cmd->stop_arg > 1) { in dmm32at_ai_cmd()
|
D | comedi_parport.c | 156 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in parport_intr_cmdtest()
|
D | ni_at_a2150.c | 178 if (cmd->stop_src == TRIG_NONE) { in a2150_interrupt() 405 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in a2150_ai_cmdtest()
|
D | addi_apci_1032.c | 201 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in apci1032_cos_cmdtest()
|
D | dt2814.c | 157 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in dt2814_ai_cmdtest()
|
D | comedi_test.c | 262 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in waveform_ai_cmdtest() 540 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in waveform_ao_cmdtest()
|
D | me4000.c | 683 } else if (cmd->stop_src == TRIG_NONE && in me4000_ai_do_cmd() 718 TRIG_NONE | TRIG_COUNT); in me4000_ai_do_cmd_test() 719 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE | TRIG_COUNT); in me4000_ai_do_cmd_test()
|
D | addi_apci_2032.c | 89 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in apci2032_int_cmdtest()
|
D | pcl726.c | 168 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in pcl726_intr_cmdtest()
|
D | ni_pcidio.c | 540 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in ni_pcidio_cmdtest() 714 if (cmd->stop_src == TRIG_NONE) { in ni_pcidio_cmd()
|
D | amplc_pci224.c | 674 TRIG_COUNT | TRIG_EXT | TRIG_NONE); in pci224_ao_cmdtest() 775 case TRIG_NONE: in pci224_ao_cmdtest()
|
D | ni_tiocmd.c | 256 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in ni_tio_cmdtest()
|
D | pcl818.c | 645 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in ai_cmdtest() 768 if (cmd->stop_src == TRIG_NONE || in pcl818_ai_cancel()
|
D | dt2811.c | 404 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in dt2811_ai_cmdtest()
|
D | pcl711.c | 283 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in pcl711_ai_cmdtest()
|
D | adl_pci7x3x.c | 198 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE); in adl_pci7x3x_asy_cmdtest()
|
D | rtd520.c | 701 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in rtd_ai_cmdtest() 920 case TRIG_NONE: /* stop when cancel is called */ in rtd_ai_cmd()
|
D | dt282x.c | 644 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in dt282x_ai_cmdtest() 809 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in dt282x_ao_cmdtest()
|
D | das1800.c | 648 TRIG_COUNT | TRIG_EXT | TRIG_NONE); in das1800_ai_cmdtest() 693 case TRIG_NONE: in das1800_ai_cmdtest()
|
D | pcmuio.c | 481 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in pcmuio_cmdtest()
|
D | das16m1.c | 179 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE); in das16m1_ai_cmdtest()
|
D | ni_labpc_common.c | 514 stop_mask = TRIG_COUNT | TRIG_NONE; in labpc_ai_cmdtest() 575 case TRIG_NONE: in labpc_ai_cmdtest()
|
/Linux-v6.6/include/uapi/linux/ |
D | comedi.h | 159 #define TRIG_NONE 0x00000001 /* never trigger */ macro
|
123