Searched defs:stop_count (Results 1 - 6 of 6) sorted by relevance

/drivers/staging/comedi/drivers/
H A Daddi_apci_2032.c50 unsigned int stop_count; member in struct:apci2032_int_private
151 subpriv->stop_count = cmd->stop_arg;
218 subpriv->stop_count > 0) {
219 subpriv->stop_count--;
220 if (subpriv->stop_count == 0) {
H A Dmite.c556 u32 stop_count = cmd->stop_arg * cfc_bytes_per_scan(s); local
564 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_lb - stop_count) > 0)
565 nbytes_lb = stop_count;
567 if (cmd->stop_src == TRIG_COUNT && (int)(nbytes_ub - stop_count) > 0)
568 nbytes_ub = stop_count;
H A Dpcmuio.c133 unsigned int stop_count; member in struct:pcmuio_asic
352 if (chip->stop_count > 0) {
353 chip->stop_count--;
354 if (chip->stop_count == 0) {
490 chip->stop_count = cmd->stop_arg;
H A Dpcmmio.c193 unsigned int stop_count; member in struct:pcmmio_private
371 if (cmd->stop_src == TRIG_COUNT && devpriv->stop_count > 0) {
372 devpriv->stop_count--;
373 if (devpriv->stop_count == 0) {
484 devpriv->stop_count = cmd->stop_arg;
H A Dni_mio_common.c2420 unsigned int stop_count; local
2481 stop_count = cmd->stop_arg - 1;
2485 stop_count += num_adc_stages_611x;
2488 ni_stc_writel(dev, stop_count, AI_SC_Load_A_Registers);
2495 if (stop_count == 0) {
/drivers/media/usb/au0828/
H A Dau0828.h109 int stop_count; member in struct:au0828_dvb

Completed in 383 milliseconds