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:ID_DONE
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/i2c/busses/
H
A
D
i2c-rcar.c
102
#define
ID_DONE
BIT(2)
macro
521
*
ID_DONE
will be set on STOP irq.
in rcar_i2c_irq_send()
555
priv->flags |=
ID_DONE
| ID_EPROTO;
in rcar_i2c_irq_recv()
666
priv->flags |=
ID_DONE
| ID_ARBLOST;
in rcar_i2c_irq()
682
priv->flags |=
ID_DONE
;
in rcar_i2c_irq()
692
if (priv->flags &
ID_DONE
) {
in rcar_i2c_irq()
861
time_left = wait_event_timeout(priv->wait, priv->flags &
ID_DONE
,
in rcar_i2c_master_xfer()
925
} while (!(priv->flags &
ID_DONE
) && time_left);
in rcar_i2c_master_xfer_atomic()
/kernel/linux/linux-5.10/drivers/i2c/busses/
H
A
D
i2c-rcar.c
105
#define
ID_DONE
(1 << 2)
macro
515
*
ID_DONE
will be set on STOP irq.
in rcar_i2c_irq_send()
642
priv->flags |=
ID_DONE
| ID_ARBLOST;
in rcar_i2c_irq()
657
priv->flags |=
ID_DONE
;
in rcar_i2c_irq()
667
if (priv->flags &
ID_DONE
) {
in rcar_i2c_irq()
835
time_left = wait_event_timeout(priv->wait, priv->flags &
ID_DONE
,
in rcar_i2c_master_xfer()
Completed in 4 milliseconds