Home
last modified time | relevance | path

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

/openbmc/linux/drivers/comedi/drivers/
H A Dcomedi_test.c454 unsigned int scans_avail = 0; in waveform_ao_timer() local
464 scans_avail = comedi_nscans_left(s, 0); in waveform_ao_timer()
465 if (scans_avail > scans_since) in waveform_ao_timer()
466 scans_avail = scans_since; in waveform_ao_timer()
467 if (scans_avail) { in waveform_ao_timer()
469 if (scans_avail > 1) { in waveform_ao_timer()
474 (scans_avail - 1)); in waveform_ao_timer()
499 (u64)scans_avail * devpriv->ao_scan_period; in waveform_ao_timer()
504 } else if (scans_avail < scans_since) { in waveform_ao_timer()