Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:nscans
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/
H
A
D
drivers.c
461
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
D
comedidev.h
1008
unsigned int
nscans
);
/kernel/linux/linux-6.6/drivers/comedi/
H
A
D
drivers.c
460
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
D
comedidev.h
1007
unsigned int
nscans
);
Completed in 6 milliseconds