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:fec_state
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H
A
D
link_dp_phy.c
160
link->
fec_state
= dc_link_fec_ready;
in dp_set_fec_ready()
163
link->
fec_state
= dc_link_fec_not_ready;
in dp_set_fec_ready()
166
} else if (link->
fec_state
== dc_link_fec_ready) {
in dp_set_fec_ready()
173
link->
fec_state
= dc_link_fec_not_ready;
in dp_set_fec_ready()
192
if (link->
fec_state
== dc_link_fec_ready && enable) {
in dp_set_fec_enable()
202
link->
fec_state
= dc_link_fec_enabled;
in dp_set_fec_enable()
203
} else if (link->
fec_state
== dc_link_fec_enabled && !enable) {
in dp_set_fec_enable()
205
link->
fec_state
= dc_link_fec_ready;
in dp_set_fec_enable()
H
A
D
link_dp_capability.c
336
if (link->
fec_state
== dc_link_fec_enabled)
in dp_should_enable_fec()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/
H
A
D
dc_link.h
166
enum dc_link_fec_state
fec_state
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce/
H
A
D
dmub_replay.c
195
copy_settings_data->flags.bitfields.fec_enable_status = (link->
fec_state
== dc_link_fec_enabled);
in dmub_replay_copy_settings()
H
A
D
dmub_psr.c
379
copy_settings_data->fec_enable_status = (link->
fec_state
== dc_link_fec_enabled);
in dmub_psr_copy_settings()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H
A
D
dc_link_dp.c
4351
link->
fec_state
= dc_link_fec_ready;
in dp_set_fec_ready()
4354
link->
fec_state
= dc_link_fec_not_ready;
in dp_set_fec_ready()
4357
} else if (link->
fec_state
== dc_link_fec_ready) {
in dp_set_fec_ready()
4365
link->
fec_state
= dc_link_fec_not_ready;
in dp_set_fec_ready()
4379
if (link->
fec_state
== dc_link_fec_ready && enable) {
in dp_set_fec_enable()
4389
link->
fec_state
= dc_link_fec_enabled;
in dp_set_fec_enable()
4390
} else if (link->
fec_state
== dc_link_fec_enabled && !enable) {
in dp_set_fec_enable()
4392
link->
fec_state
= dc_link_fec_ready;
in dp_set_fec_enable()
/kernel/linux/linux-5.10/drivers/scsi/bfa/
H
A
D
bfa_defs_svc.h
996
enum bfa_fec_state_s
fec_state
; /*!< current FEC state */
member
1095
u8
fec_state
; /*!< State of FEC */
member
H
A
D
bfa_svc.h
509
enum bfa_fec_state_s
fec_state
;
member
H
A
D
bfa_svc.c
3058
fcport->
fec_state
= BFA_FEC_OFFLINE;
in bfa_fcport_attach()
3121
fcport->
fec_state
= pevent->link_state.
fec_state
;
in bfa_fcport_update_linkinfo()
3142
fcport->
fec_state
= BFA_FEC_OFFLINE;
in bfa_fcport_reset_linkinfo()
3991
attr->
fec_state
= fcport->
fec_state
;
in bfa_fcport_get_attr()
/kernel/linux/linux-6.6/drivers/scsi/bfa/
H
A
D
bfa_defs_svc.h
996
enum bfa_fec_state_s
fec_state
; /*!< current FEC state */
member
1095
u8
fec_state
; /*!< State of FEC */
member
H
A
D
bfa_svc.h
509
enum bfa_fec_state_s
fec_state
;
member
H
A
D
bfa_svc.c
3052
fcport->
fec_state
= BFA_FEC_OFFLINE;
in bfa_fcport_attach()
3115
fcport->
fec_state
= pevent->link_state.
fec_state
;
in bfa_fcport_update_linkinfo()
3136
fcport->
fec_state
= BFA_FEC_OFFLINE;
in bfa_fcport_reset_linkinfo()
3985
attr->
fec_state
= fcport->
fec_state
;
in bfa_fcport_get_attr()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn31/
H
A
D
dcn31_hwseq.c
172
link->
fec_state
= dc_link_fec_enabled;
in dcn31_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
1573
enum dc_link_fec_state
fec_state
;
member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn30/
H
A
D
dcn30_hwseq.c
507
link->
fec_state
= dc_link_fec_enabled;
in dcn30_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/
H
A
D
dcn32_hwseq.c
835
link->
fec_state
= dc_link_fec_enabled;
in dcn32_init_hw()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/
H
A
D
dcn10_hw_sequencer.c
1548
link->
fec_state
= dc_link_fec_enabled;
in dcn10_init_hw()
Completed in 49 milliseconds