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_OWNER_NONE
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/platform/x86/intel/
H
A
D
sdsi.c
59
#define
MBOX_OWNER_NONE
0x00
macro
285
if (owner !=
MBOX_OWNER_NONE
)
in sdsi_mbox_acquire()
302
if (FIELD_GET(CTRL_OWNER, control) ==
MBOX_OWNER_NONE
&&
in sdsi_mbox_acquire()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
87
enum {
MBOX_OWNER_NONE
, MBOX_OWNER_FW, MBOX_OWNER_DRV }; /* mailbox owners */
enumerator
H
A
D
t4_hw.c
367
for (i = 0; v ==
MBOX_OWNER_NONE
&& i < 3; i++)
in t4_wr_mbox_meat_timeout()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/
H
A
D
t4_hw.h
87
enum {
MBOX_OWNER_NONE
, MBOX_OWNER_FW, MBOX_OWNER_DRV }; /* mailbox owners */
enumerator
H
A
D
t4_hw.c
367
for (i = 0; v ==
MBOX_OWNER_NONE
&& i < 3; i++)
in t4_wr_mbox_meat_timeout()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-tegra.c
69
#define
MBOX_OWNER_NONE
0
macro
460
if (value !=
MBOX_OWNER_NONE
) {
in tegra_xusb_mbox_send()
488
if (value ==
MBOX_OWNER_NONE
)
in tegra_xusb_mbox_send()
497
if (value !=
MBOX_OWNER_NONE
)
in tegra_xusb_mbox_send()
678
fpci_writel(tegra,
MBOX_OWNER_NONE
, tegra->soc->mbox.owner);
in tegra_xusb_mbox_thread()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-tegra.c
74
#define
MBOX_OWNER_NONE
0
macro
548
if (value !=
MBOX_OWNER_NONE
) {
in tegra_xusb_mbox_send()
576
if (value ==
MBOX_OWNER_NONE
)
in tegra_xusb_mbox_send()
585
if (value !=
MBOX_OWNER_NONE
)
in tegra_xusb_mbox_send()
771
ops->mbox_reg_writel(tegra,
MBOX_OWNER_NONE
, tegra->soc->mbox.owner);
in tegra_xusb_mbox_thread()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
210
for (i = 0; v ==
MBOX_OWNER_NONE
&& i < 3; i++)
in t4vf_wr_mbox_core()
270
MBOWNER_V(
MBOX_OWNER_NONE
));
in t4vf_wr_mbox_core()
295
MBOWNER_V(
MBOX_OWNER_NONE
));
in t4vf_wr_mbox_core()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H
A
D
t4vf_hw.c
211
for (i = 0; v ==
MBOX_OWNER_NONE
&& i < 3; i++)
in t4vf_wr_mbox_core()
271
MBOWNER_V(
MBOX_OWNER_NONE
));
in t4vf_wr_mbox_core()
296
MBOWNER_V(
MBOX_OWNER_NONE
));
in t4vf_wr_mbox_core()
Completed in 41 milliseconds