Searched refs:stop_count (Results 1 – 4 of 4) sorted by relevance
317 u32 stop_count = cmd->stop_arg * comedi_bytes_per_scan(s); in mite_sync_output_dma() local321 bool finite_regen = (cmd->stop_src == TRIG_NONE && stop_count != 0); in mite_sync_output_dma()326 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0) in mite_sync_output_dma()327 nbytes_lb = stop_count; in mite_sync_output_dma()329 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0) in mite_sync_output_dma()330 nbytes_ub = stop_count; in mite_sync_output_dma()332 if ((!finite_regen || stop_count > old_alloc_count) && in mite_sync_output_dma()
2186 unsigned int stop_count; in ni_ai_cmd() local2246 stop_count = cmd->stop_arg - 1; in ni_ai_cmd()2250 stop_count += num_adc_stages_611x; in ni_ai_cmd()2253 ni_stc_writel(dev, stop_count, NISTC_AI_SC_LOADA_REG); in ni_ai_cmd()2262 if (stop_count == 0) { in ni_ai_cmd()
277 dvb->start_count, dvb->stop_count); in au0828_dvb_start_feed()306 dvb->stop_count++; in au0828_dvb_stop_feed()308 dvb->start_count, dvb->stop_count); in au0828_dvb_stop_feed()485 dvb->stop_count = 0; in dvb_register()
109 int stop_count; member