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:STAT_COMPLETE
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/
H
A
D
ether1.c
525
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
530
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
542
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
547
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
559
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
564
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
576
&
STAT_COMPLETE
)
in ether1_init_for_open()
[all...]
H
A
D
ether1.h
256
#define
STAT_COMPLETE
(1 << 15)
macro
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/
H
A
D
ether1.c
525
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
530
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
542
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
547
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
559
&
STAT_COMPLETE
) == 0) {
in ether1_init_for_open()
564
if ((status & (
STAT_COMPLETE
| STAT_OK)) != (
STAT_COMPLETE
| STAT_OK)) {
in ether1_init_for_open()
576
&
STAT_COMPLETE
)
in ether1_init_for_open()
[all...]
H
A
D
ether1.h
256
#define
STAT_COMPLETE
(1 << 15)
macro
/kernel/linux/linux-5.10/drivers/fsi/
H
A
D
cf-fsi-fw.h
93
#define
STAT_COMPLETE
0x01
macro
H
A
D
fsi-master-ast-cf.c
329
} while(stat <
STAT_COMPLETE
|| stat == 0xff);
in do_copro_command()
331
if (stat ==
STAT_COMPLETE
)
in do_copro_command()
/kernel/linux/linux-6.6/drivers/fsi/
H
A
D
cf-fsi-fw.h
93
#define
STAT_COMPLETE
0x01
macro
H
A
D
fsi-master-ast-cf.c
329
} while(stat <
STAT_COMPLETE
|| stat == 0xff);
in do_copro_command()
331
if (stat ==
STAT_COMPLETE
)
in do_copro_command()
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H
A
D
spc.c
93
#define
STAT_COMPLETE
(type) ((1 << 0) << (type << 2))
macro
95
#define RESPONSE_MASK(type) (
STAT_COMPLETE
(type) | STAT_ERR(type))
318
ret = info->cur_rsp_stat &
STAT_COMPLETE
(req_type) ? 0 : -EIO;
in ve_spc_waitforcompletion()
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H
A
D
spc.c
85
#define
STAT_COMPLETE
(type) ((1 << 0) << (type << 2))
macro
87
#define RESPONSE_MASK(type) (
STAT_COMPLETE
(type) | STAT_ERR(type))
310
ret = info->cur_rsp_stat &
STAT_COMPLETE
(req_type) ? 0 : -EIO;
in ve_spc_waitforcompletion()
Completed in 19 milliseconds