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:outbox1_rb
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/src/
H
A
D
dmub_srv_stat.c
51
* we shall not modify any dmub variables, only dmub->
outbox1_rb
in dmub_srv_stat_get_notification()
63
dmub->
outbox1_rb
.wrpt = dmub->hw_funcs.get_outbox1_wptr(dmub);
in dmub_srv_stat_get_notification()
65
if (!dmub_rb_out_front(&dmub->
outbox1_rb
, &cmd)) {
in dmub_srv_stat_get_notification()
122
dmub_rb_pop_front(&dmub->
outbox1_rb
);
in dmub_srv_stat_get_notification()
123
dmub->hw_funcs.set_outbox1_rptr(dmub, dmub->
outbox1_rb
.rptr);
in dmub_srv_stat_get_notification()
129
if (dmub_rb_empty(&dmub->
outbox1_rb
))
in dmub_srv_stat_get_notification()
H
A
D
dmub_srv.c
647
dmub_rb_init(&dmub->
outbox1_rb
, &rb_params);
in dmub_srv_hw_init()
706
dmub->
outbox1_rb
.wrpt = 0;
in dmub_srv_hw_reset()
707
dmub->
outbox1_rb
.rptr = 0;
in dmub_srv_hw_reset()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dmub/
H
A
D
dmub_srv.h
454
*
outbox1_rb
is accessed without locks (dal & dc)
457
struct dmub_rb
outbox1_rb
;
member
Completed in 4 milliseconds