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:link_service
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H
A
D
link_factory.c
56
static void construct_link_service_factory(struct
link_service
*link_srv)
in construct_link_service_factory()
68
static void construct_link_service_detection(struct
link_service
*link_srv)
in construct_link_service_detection()
87
static void construct_link_service_resource(struct
link_service
*link_srv)
in construct_link_service_resource()
98
static void construct_link_service_validation(struct
link_service
*link_srv)
in construct_link_service_validation()
109
static void construct_link_service_dpms(struct
link_service
*link_srv)
in construct_link_service_dpms()
129
static void construct_link_service_ddc(struct
link_service
*link_srv)
in construct_link_service_ddc()
147
static void construct_link_service_dp_capability(struct
link_service
*link_srv)
in construct_link_service_dp_capability()
172
static void construct_link_service_dp_phy_or_dpia(struct
link_service
*link_srv)
in construct_link_service_dp_phy_or_dpia()
184
static void construct_link_service_dp_irq_handler(struct
link_service
*link_srv)
in construct_link_service_dp_irq_handler()
197
static void construct_link_service_edp_panel_control(struct
link_service
*link_sr
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/
H
A
D
link.h
31
* This header defines link component function interfaces aka
link_service
.
32
*
link_service
provides the only entry point to link functions with function
74
* 3. Assign the function to
link_service
in link_factory.c
80
struct
link_service
*link_create_link_service(void);
81
void link_destroy_link_service(struct
link_service
**link_srv);
99
struct
link_service
{
struct
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/
H
A
D
dc.h
737
struct
link_service
;
939
struct
link_service
*link_srv;
Completed in 10 milliseconds