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:RIO_MPORT_ANY
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/rapidio/
H
A
D
rio.h
14
#define
RIO_MPORT_ANY
(-1)
macro
H
A
D
rio.c
1955
* (
RIO_MPORT_ANY
= set for all available mports)
1960
* if
RIO_MPORT_ANY
is specified).
1963
* In case of
RIO_MPORT_ANY
skips mports with valid scan routines (no error).
1973
if ((mport_id !=
RIO_MPORT_ANY
&& mport_id >= RIO_MAX_MPORTS) ||
in rio_register_scan()
1981
* the same mport ID (including
RIO_MPORT_ANY
). Multiple enumerators
in rio_register_scan()
2016
} else if (mport_id ==
RIO_MPORT_ANY
&& !port->nscan)
in rio_register_scan()
2032
* unregistered (
RIO_MPORT_ANY
= apply to all mports that use
2037
* device. If
RIO_MPORT_ANY
is specified, removes the specified operations from
2047
if (mport_id !=
RIO_MPORT_ANY
&& mport_id >= RIO_MAX_MPORTS)
in rio_unregister_scan()
2054
(mport_id ==
RIO_MPORT_ANY
in rio_unregister_scan()
[all...]
H
A
D
rio-sysfs.c
297
if (val ==
RIO_MPORT_ANY
) {
in scan_store()
H
A
D
rio-scan.c
1146
if (rio_register_scan(
RIO_MPORT_ANY
, &rio_scan_ops))
in rio_basic_attach()
/kernel/linux/linux-6.6/drivers/rapidio/
H
A
D
rio.h
14
#define
RIO_MPORT_ANY
(-1)
macro
H
A
D
rio.c
1890
* (
RIO_MPORT_ANY
= set for all available mports)
1895
* if
RIO_MPORT_ANY
is specified).
1898
* In case of
RIO_MPORT_ANY
skips mports with valid scan routines (no error).
1908
if ((mport_id !=
RIO_MPORT_ANY
&& mport_id >= RIO_MAX_MPORTS) ||
in rio_register_scan()
1916
* the same mport ID (including
RIO_MPORT_ANY
). Multiple enumerators
in rio_register_scan()
1951
} else if (mport_id ==
RIO_MPORT_ANY
&& !port->nscan)
in rio_register_scan()
1967
* unregistered (
RIO_MPORT_ANY
= apply to all mports that use
1972
* device. If
RIO_MPORT_ANY
is specified, removes the specified operations from
1982
if (mport_id !=
RIO_MPORT_ANY
&& mport_id >= RIO_MAX_MPORTS)
in rio_unregister_scan()
1989
(mport_id ==
RIO_MPORT_ANY
in rio_unregister_scan()
[all...]
H
A
D
rio-sysfs.c
297
if (val ==
RIO_MPORT_ANY
) {
in scan_store()
H
A
D
rio-scan.c
1146
if (rio_register_scan(
RIO_MPORT_ANY
, &rio_scan_ops))
in rio_basic_attach()
Completed in 10 milliseconds