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:sprd_dpu
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H
A
D
sprd_dpu.h
63
struct
sprd_dpu
{
struct
69
static inline struct
sprd_dpu
*to_sprd_crtc(struct drm_crtc *crtc)
in to_sprd_crtc()
71
return container_of(crtc, struct
sprd_dpu
, base);
in to_sprd_crtc()
106
void sprd_dpu_run(struct
sprd_dpu
*dpu);
107
void sprd_dpu_stop(struct
sprd_dpu
*dpu);
H
A
D
sprd_dpu.c
25
#include "
sprd_dpu
.h"
128
static int dpu_wait_stop_done(struct
sprd_dpu
*dpu)
in dpu_wait_stop_done()
150
static int dpu_wait_update_done(struct
sprd_dpu
*dpu)
in dpu_wait_update_done()
320
static void sprd_dpu_layer(struct
sprd_dpu
*dpu, struct drm_plane_state *state)
in sprd_dpu_layer()
377
static void sprd_dpu_flip(struct
sprd_dpu
*dpu)
in sprd_dpu_flip()
404
static void sprd_dpu_init(struct
sprd_dpu
*dpu)
in sprd_dpu_init()
452
static void sprd_dpu_fini(struct
sprd_dpu
*dpu)
in sprd_dpu_fini()
460
static void sprd_dpi_init(struct
sprd_dpu
*dpu)
in sprd_dpi_init()
484
void sprd_dpu_run(struct
sprd_dpu
*dpu)
in sprd_dpu_run()
493
void sprd_dpu_stop(struct
sprd_dpu
*dp
[all...]
H
A
D
Makefile
4
sprd_dpu
.o \
H
A
D
sprd_dsi.c
18
#include "
sprd_dpu
.h"
793
struct
sprd_dpu
*dpu = to_sprd_crtc(encoder->crtc);
in sprd_dsi_encoder_enable()
830
struct
sprd_dpu
*dpu = to_sprd_crtc(encoder->crtc);
in sprd_dsi_encoder_disable()
Completed in 4 milliseconds