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
defs:link_enc
(Results
1 - 20
of
20
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/hwss/
H
A
D
link_hwss_dpia.c
36
struct link_encoder *
link_enc
= link_enc_cfg_get_link_enc(link);
in update_dpia_stream_allocation_table()
local
H
A
D
link_hwss_dio_fixed_vs_pe_retimer.c
128
struct link_encoder *
link_enc
= link_enc_cfg_get_link_enc(link);
in set_dio_fixed_vs_pe_retimer_dp_link_test_pattern()
local
H
A
D
link_hwss_dio.c
41
struct link_encoder *
link_enc
= link_enc_cfg_get_link_enc(pipe_ctx->stream->link);
in setup_dio_stream_encoder()
local
58
struct link_encoder *
link_enc
= link_enc_cfg_get_link_enc(pipe_ctx->stream->link);
in reset_dio_stream_encoder()
local
122
struct link_encoder *
link_enc
= link_enc_cfg_get_link_enc(link);
in enable_dio_dp_link_output()
local
142
struct
link_enc
oder *
link_enc
=
link_enc
_cfg_get_
link_enc
(link);
disable_dio_link_output()
local
153
struct
link_enc
oder *
link_enc
=
link_enc
_cfg_get_
link_enc
(link);
set_dio_dp_link_test_pattern()
local
164
struct
link_enc
oder *
link_enc
=
link_enc
_cfg_get_
link_enc
(link);
set_dio_dp_lane_settings()
local
173
struct
link_enc
oder *
link_enc
=
link_enc
_cfg_get_
link_enc
(link);
update_dio_stream_allocation_table()
local
[all...]
H
A
D
link_hwss_hpo_dp.c
75
struct hpo_dp_link_encoder *
link_enc
= pipe_ctx->link_res.hpo_dp_link_enc;
in setup_hpo_dp_stream_encoder()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_phy.c
140
struct link_encoder *
link_enc
= NULL;
in dp_set_fec_ready()
local
182
struct
link_enc
oder *
link_enc
= NULL;
dp_set_fec_enable()
local
[all...]
H
A
D
link_dp_training.c
765
struct link_encoder *
link_enc
;
in decide_eq_training_pattern()
local
H
A
D
link_dp_capability.c
322
struct link_encoder *
link_enc
= NULL;
in dp_is_fec_supported()
local
2020
struct link_encoder *
link_enc
= NULL;
in dp_get_max_link_enc_cap()
local
2055
struct
link_enc
oder *
link_enc
= NULL;
dp_get_max_link_cap()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/virtual/
H
A
D
virtual_link_encoder.c
60
virtual_
link_enc
oder_disable_output( struct
link_enc
oder *
link_enc
, enum signal_type signal)
virtual_link_encoder_disable_output()
argument
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/virtual/
H
A
D
virtual_link_encoder.c
58
virtual_
link_enc
oder_disable_output( struct
link_enc
oder *
link_enc
, enum signal_type signal)
virtual_link_encoder_disable_output()
argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_hwss.c
98
struct link_encoder *
link_enc
= link->
link_enc
;
in dp_enable_link_phy()
local
[all...]
H
A
D
dc_link_dp.c
4336
struct link_encoder *
link_enc
= link->
link_enc
;
in dp_set_fec_ready()
local
4372
struct
link_enc
oder *
link_enc
= link->
link_enc
;
dp_set_fec_enable()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_enc_cfg.c
35
struct link_encoder *
link_enc
= NULL;
in is_dig_link_enc_stream()
local
241
struct link_encoder *
link_enc
= NULL;
in get_link_enc_used_by_link()
local
369
struct link_encoder *
link_enc
in link_enc_cfg_link_encs_assign()
local
458
link_enc
_cfg_is_transmitter_mappable( struct dc *dc, struct
link_enc
oder *
link_enc
)
link_enc_cfg_is_transmitter_mappable()
argument
510
struct
link_enc
oder *
link_enc
= NULL;
link_enc_cfg_get_link_enc_used_by_link()
local
532
struct
link_enc
oder *
link_enc
= NULL;
link_enc_cfg_get_next_avail_link_enc()
local
562
struct
link_enc
oder *
link_enc
;
link_enc_cfg_get_link_enc_used_by_stream()
local
572
struct
link_enc
oder *
link_enc
= NULL;
link_enc_cfg_get_link_enc()
local
593
struct
link_enc
oder *
link_enc
= NULL;
link_enc_cfg_get_link_enc_used_by_stream_current()
local
[all...]
H
A
D
dc.c
320
struct link_encoder *
link_enc
= dc->res_pool->link_encoders[i];
in create_link_encoders()
local
362
struct link_encoder *
link_enc
in destroy_link_encoders()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_link.h
138
struct link_encoder *
link_enc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_stream.h
188
struct link_encoder *
link_enc
;
member
H
A
D
dc.h
1524
struct link_encoder *
link_enc
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/
H
A
D
dce110_hw_sequencer.c
1156
struct
link_enc
oder *
link_enc
=
link_enc
_cfg_get_
link_enc
(pipe_ctx->stream->link);
dce110_disable_stream()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_dpms.c
652
struct link_encoder *
link_enc
= NULL;
in update_psp_stream_config()
local
2394
struct
link_enc
oder *
link_enc
;
link_set_dpms_on()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/
H
A
D
dcn20_resource.c
1226
struct link_encoder *
link_enc
= NULL;
in get_pixel_clock_parameters()
local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/hdcp/
H
A
D
hdcp_psp.h
115
uint32_t
link_enc
;
member
Completed in 32 milliseconds