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:rangelist
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/
H
A
D
pcl726.c
144
const struct comedi_lrange *
rangelist
[12];
member
344
devpriv->
rangelist
[i] = board->ao_ranges[opt];
in pcl726_attach()
346
devpriv->
rangelist
[i] = &range_unknown;
in pcl726_attach()
364
s->range_table_list = devpriv->
rangelist
;
in pcl726_attach()
/kernel/linux/linux-6.6/drivers/comedi/drivers/
H
A
D
pcl726.c
143
const struct comedi_lrange *
rangelist
[12];
member
345
devpriv->
rangelist
[i] = board->ao_ranges[opt];
in pcl726_attach()
347
devpriv->
rangelist
[i] = &range_unknown;
in pcl726_attach()
365
s->range_table_list = devpriv->
rangelist
;
in pcl726_attach()
/kernel/linux/linux-5.10/drivers/staging/comedi/
H
A
D
comedi_fops.c
1073
if (it->
rangelist
) {
in do_chaninfo_ioctl()
1083
if (put_user(x, it->
rangelist
+ i))
in do_chaninfo_ioctl()
2851
compat_uptr_t
rangelist
; /* 32-bit 'unsigned int *' */
member
2909
chaninfo.
rangelist
= compat_ptr(chaninfo32.
rangelist
);
in compat_chaninfo()
H
A
D
comedi.h
620
* @
rangelist
: Optional pointer to per-channel range types.
629
* subdevice flag is set. The @
rangelist
member must be %NULL unless the
637
unsigned int __user *
rangelist
;
member
/kernel/linux/linux-6.6/drivers/comedi/
H
A
D
comedi_fops.c
1077
if (it->
rangelist
) {
in do_chaninfo_ioctl()
1087
if (put_user(x, it->
rangelist
+ i))
in do_chaninfo_ioctl()
2856
compat_uptr_t
rangelist
; /* 32-bit 'unsigned int *' */
member
2914
chaninfo.
rangelist
= compat_ptr(chaninfo32.
rangelist
);
in compat_chaninfo()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
comedi.h
620
* @
rangelist
: Optional pointer to per-channel range types.
629
* subdevice flag is set. The @
rangelist
member must be %NULL unless the
637
unsigned int __user *
rangelist
;
member
Completed in 18 milliseconds