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:mbox_flush
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/include/linux/
H
A
D
mailbox_client.h
44
int
mbox_flush
(struct mbox_chan *chan, unsigned long timeout);
/kernel/linux/linux-6.6/include/linux/
H
A
D
mailbox_client.h
45
int
mbox_flush
(struct mbox_chan *chan, unsigned long timeout);
/kernel/linux/linux-5.10/drivers/mailbox/
H
A
D
mailbox.c
292
*
mbox_flush
- flush a mailbox channel
299
* call the
mbox_flush
() function at any time after mbox_send_message() to
305
int
mbox_flush
(struct mbox_chan *chan, unsigned long timeout)
in mbox_flush()
function
318
EXPORT_SYMBOL_GPL(
mbox_flush
);
variable
/kernel/linux/linux-6.6/drivers/mailbox/
H
A
D
mailbox.c
293
*
mbox_flush
- flush a mailbox channel
300
* call the
mbox_flush
() function at any time after mbox_send_message() to
306
int
mbox_flush
(struct mbox_chan *chan, unsigned long timeout)
in mbox_flush()
function
319
EXPORT_SYMBOL_GPL(
mbox_flush
);
variable
/kernel/linux/linux-5.10/drivers/tty/serial/
H
A
D
tegra-tcu.c
60
mbox_flush
(tcu->tx, 1000);
in tegra_tcu_write_one()
/kernel/linux/linux-6.6/drivers/tty/serial/
H
A
D
tegra-tcu.c
59
mbox_flush
(tcu->tx, 1000);
in tegra_tcu_write_one()
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_drm_crtc.c
484
mbox_flush
(mtk_crtc->cmdq_client->chan, 2000);
in mtk_drm_crtc_hw_config()
/kernel/linux/linux-6.6/drivers/soc/apple/
H
A
D
rtkit.c
656
ret =
mbox_flush
(rtk->mbox_chan, timeout);
in apple_rtkit_send_message_wait()
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_drm_crtc.c
591
mbox_flush
(mtk_crtc->cmdq_client.chan, 2000);
in mtk_drm_crtc_update_config()
Completed in 8 milliseconds