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:flaglist
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/staging/comedi/
H
A
D
comedi_fops.c
1070
if (it->
flaglist
)
in do_chaninfo_ioctl()
1071
return -EINVAL; /*
flaglist
not supported */
in do_chaninfo_ioctl()
2850
compat_uptr_t
flaglist
; /* 32-bit 'unsigned int *' */
member
2908
chaninfo.
flaglist
= compat_ptr(chaninfo32.
flaglist
);
in compat_chaninfo()
H
A
D
comedi.h
619
* @
flaglist
: Optional pointer to per-channel flags.
628
* flag is set. The @
flaglist
member must be %NULL unless the %SDF_FLAGS
636
unsigned int __user *
flaglist
;
member
/kernel/linux/linux-6.6/drivers/comedi/
H
A
D
comedi_fops.c
1074
if (it->
flaglist
)
in do_chaninfo_ioctl()
1075
return -EINVAL; /*
flaglist
not supported */
in do_chaninfo_ioctl()
2855
compat_uptr_t
flaglist
; /* 32-bit 'unsigned int *' */
member
2913
chaninfo.
flaglist
= compat_ptr(chaninfo32.
flaglist
);
in compat_chaninfo()
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
comedi.h
619
* @
flaglist
: Optional pointer to per-channel flags.
628
* flag is set. The @
flaglist
member must be %NULL unless the %SDF_FLAGS
636
unsigned int __user *
flaglist
;
member
Completed in 16 milliseconds