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:returned_bytes
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dce_aux.c
329
uint8_t *
returned_bytes
)
in get_channel_status()
335
if (
returned_bytes
== NULL) {
in get_channel_status()
340
*
returned_bytes
= 0;
in get_channel_status()
371
*
returned_bytes
= get_reg_field_value(value,
in get_channel_status()
375
if (*
returned_bytes
== 0)
in get_channel_status()
379
*
returned_bytes
-= 1;
in get_channel_status()
556
uint8_t
returned_bytes
= 0;
in dce_aux_transfer_raw()
local
582
*operation_result = get_channel_status(aux_engine, &
returned_bytes
);
in dce_aux_transfer_raw()
592
res =
returned_bytes
;
in dce_aux_transfer_raw()
327
get_channel_status( struct dce_aux *engine, uint8_t *
returned_bytes
)
get_channel_status()
argument
H
A
D
dce_i2c_hw.c
73
uint8_t *
returned_bytes
)
in get_channel_status()
71
get_channel_status( struct dce_i2c_hw *dce_i2c_hw, uint8_t *
returned_bytes
)
get_channel_status()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dce_aux.c
336
uint8_t *
returned_bytes
)
in get_channel_status()
342
if (
returned_bytes
== NULL) {
in get_channel_status()
347
*
returned_bytes
= 0;
in get_channel_status()
378
*
returned_bytes
= get_reg_field_value(value,
in get_channel_status()
382
if (*
returned_bytes
== 0)
in get_channel_status()
386
*
returned_bytes
-= 1;
in get_channel_status()
566
uint8_t
returned_bytes
= 0;
in dce_aux_transfer_raw()
local
596
*operation_result = get_channel_status(aux_engine, &
returned_bytes
);
in dce_aux_transfer_raw()
607
res =
returned_bytes
;
in dce_aux_transfer_raw()
334
get_channel_status( struct dce_aux *engine, uint8_t *
returned_bytes
)
get_channel_status()
argument
H
A
D
dce_i2c_hw.c
73
uint8_t *
returned_bytes
)
in get_channel_status()
71
get_channel_status( struct dce_i2c_hw *dce_i2c_hw, uint8_t *
returned_bytes
)
get_channel_status()
argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
aux_engine.h
167
uint8_t *
returned_bytes
);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/
H
A
D
aux_engine.h
173
uint8_t *
returned_bytes
);
Completed in 7 milliseconds