Searched refs:TRIG_NONE (Results 1 - 25 of 52) sorted by relevance

123

/linux-master/drivers/comedi/drivers/
H A Daio_iiro_16.c111 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Damplc_pc236_common.c78 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Daddi_apci_1032.c201 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Ddt2814.c157 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
184 else /* TRIG_NONE */
H A Dcomedi_parport.c156 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Ddmm32at.c272 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
307 else /* TRIG_NONE */
382 if (cmd->stop_src == TRIG_NONE || cmd->stop_arg > 1) {
H A Dni_at_a2150.c178 if (cmd->stop_src == TRIG_NONE) {
405 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
435 else /* TRIG_NONE */
H A Dpcl726.c168 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Daddi_apci_2032.c89 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
111 else /* TRIG_NONE */
H A Dme4000.c683 } else if (cmd->stop_src == TRIG_NONE &&
718 TRIG_NONE | TRIG_COUNT);
719 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE | TRIG_COUNT);
793 else /* TRIG_NONE */
H A Dni_tiocmd.c256 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Ddt2811.c404 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
433 else /* TRIG_NONE */
H A Dadl_pci7x3x.c198 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Dpcl711.c283 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
316 else /* TRIG_NONE */
H A Dni_pcidio.c540 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
581 else /* TRIG_NONE */
714 if (cmd->stop_src == TRIG_NONE) {
H A Ddt282x.c644 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
670 else /* TRIG_EXT | TRIG_NONE */
809 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
833 else /* TRIG_EXT | TRIG_NONE */
H A Ddas1800.c49 * TRIG_NONE command runs until canceled
648 TRIG_COUNT | TRIG_EXT | TRIG_NONE);
693 case TRIG_NONE:
H A Drtd520.c701 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
796 else /* TRIG_NONE */
920 case TRIG_NONE: /* stop when cancel is called */
H A Dpcl818.c645 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
677 else /* TRIG_NONE */
768 if (cmd->stop_src == TRIG_NONE ||
H A Damplc_pci224.c29 * - stop_src TRIG_COUNT TRIG_EXT TRIG_NONE
674 TRIG_COUNT | TRIG_EXT | TRIG_NONE);
775 case TRIG_NONE:
H A Dcomedi_test.c268 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
312 else /* cmd->stop_src == TRIG_NONE */
559 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
583 else /* cmd->stop_src == TRIG_NONE */
H A Daddi_apci_1500.c382 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_NONE);
H A Dquatech_daqp_cs.c386 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
437 else /* TRIG_NONE */
H A Dpcmmio.c478 err |= comedi_check_trigger_src(&cmd->stop_src, TRIG_COUNT | TRIG_NONE);
503 else /* TRIG_NONE */
/linux-master/include/uapi/linux/
H A Dcomedi.h159 #define TRIG_NONE 0x00000001 /* never trigger */ macro
573 * %TRIG_NONE - never trigger (often used as a @stop_src value).

Completed in 214 milliseconds

123