Home
last modified time | relevance | path

Searched refs:nscans (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/staging/comedi/
H A Ddrivers.c461 unsigned int nscans) in __comedi_nscans_left()
472 if (nscans > scans_left) in __comedi_nscans_left()
473 nscans = scans_left; in __comedi_nscans_left()
475 return nscans; in __comedi_nscans_left()
481 * @nscans: The expected number of scans or 0 for all available scans.
483 * If @nscans is 0, it is set to the number of scans available in the
486 * If the async command has a stop_src of %TRIG_COUNT, the @nscans will be
493 unsigned int nscans) in comedi_nscans_left()
495 if (nscans == 0) { in comedi_nscans_left()
498 nscans in comedi_nscans_left()
460 __comedi_nscans_left(struct comedi_subdevice *s, unsigned int nscans) __comedi_nscans_left() argument
492 comedi_nscans_left(struct comedi_subdevice *s, unsigned int nscans) comedi_nscans_left() argument
561 unsigned int nscans = async->scan_progress / scan_length; comedi_inc_scan_progress() local
[all...]
H A Dcomedidev.h1008 unsigned int nscans);
/kernel/linux/linux-6.6/drivers/comedi/
H A Ddrivers.c460 unsigned int nscans) in __comedi_nscans_left()
471 if (nscans > scans_left) in __comedi_nscans_left()
472 nscans = scans_left; in __comedi_nscans_left()
474 return nscans; in __comedi_nscans_left()
480 * @nscans: The expected number of scans or 0 for all available scans.
482 * If @nscans is 0, it is set to the number of scans available in the
485 * If the async command has a stop_src of %TRIG_COUNT, the @nscans will be
492 unsigned int nscans) in comedi_nscans_left()
494 if (nscans == 0) { in comedi_nscans_left()
497 nscans in comedi_nscans_left()
459 __comedi_nscans_left(struct comedi_subdevice *s, unsigned int nscans) __comedi_nscans_left() argument
491 comedi_nscans_left(struct comedi_subdevice *s, unsigned int nscans) comedi_nscans_left() argument
560 unsigned int nscans = async->scan_progress / scan_length; comedi_inc_scan_progress() local
[all...]
/kernel/linux/linux-6.6/include/linux/comedi/
H A Dcomedidev.h1007 unsigned int nscans);

Completed in 6 milliseconds