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:dpcd_power_state
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_capability.c
1013
uint8_t
dpcd_power_state
= '\0';
in wake_up_aux_channel()
local
1017
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in wake_up_aux_channel()
1024
if (status != DC_OK ||
dpcd_power_state
== DP_SET_POWER_D3) {
in wake_up_aux_channel()
1031
dpcd_power_state
= DP_SET_POWER_D0;
in wake_up_aux_channel()
1035
&
dpcd_power_state
,
in wake_up_aux_channel()
1036
sizeof(
dpcd_power_state
));
in wake_up_aux_channel()
1038
dpcd_power_state
= DP_SET_POWER_D3;
in wake_up_aux_channel()
1042
&
dpcd_power_state
,
in wake_up_aux_channel()
1043
sizeof(
dpcd_power_state
));
in wake_up_aux_channel()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
522
uint8_t
dpcd_power_state
= '\0';
in dcn30_init_hw()
local
531
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in dcn30_init_hw()
532
if (status == DC_OK &&
dpcd_power_state
== DP_POWER_STATE_D0) {
in dcn30_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_dpms.c
77
uint8_t
dpcd_power_state
= '\0';
in link_blank_all_dp_displays()
local
89
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in link_blank_all_dp_displays()
91
if (status == DC_OK &&
dpcd_power_state
== DP_POWER_STATE_D0)
in link_blank_all_dp_displays()
100
uint8_t
dpcd_power_state
= '\0';
in link_blank_all_edp_displays()
local
110
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in link_blank_all_edp_displays()
112
if (status == DC_OK &&
dpcd_power_state
== DP_POWER_STATE_D0)
in link_blank_all_edp_displays()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_dp.c
3329
uint8_t
dpcd_power_state
= '\0';
in retrieve_link_cap()
local
3357
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in retrieve_link_cap()
3364
if (status != DC_OK ||
dpcd_power_state
== DP_SET_POWER_D3)
in retrieve_link_cap()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
1356
uint8_t
dpcd_power_state
= '\0';
in dcn10_init_hw()
local
1371
&
dpcd_power_state
, sizeof(
dpcd_power_state
));
in dcn10_init_hw()
1372
if (status == DC_OK &&
dpcd_power_state
== DP_POWER_STATE_D0) {
in dcn10_init_hw()
Completed in 15 milliseconds