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:shmob_drm_crtc
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/shmobile/
H
A
D
shmob_drm_crtc.h
3
*
shmob_drm_crtc
.h -- SH Mobile DRM CRTCs
22
struct
shmob_drm_crtc
{
struct
47
void shmob_drm_crtc_finish_page_flip(struct
shmob_drm_crtc
*scrtc);
48
void shmob_drm_crtc_suspend(struct
shmob_drm_crtc
*scrtc);
49
void shmob_drm_crtc_resume(struct
shmob_drm_crtc
*scrtc);
H
A
D
shmob_drm_crtc.c
3
*
shmob_drm_crtc
.c -- SH Mobile DRM CRTCs
24
#include "
shmob_drm_crtc
.h"
61
static void shmob_drm_crtc_setup_geometry(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_setup_geometry()
119
static void shmob_drm_crtc_start_stop(struct
shmob_drm_crtc
*scrtc, bool start)
in shmob_drm_crtc_start_stop()
152
static void shmob_drm_crtc_start(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_start()
253
static void shmob_drm_crtc_stop(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_stop()
273
void shmob_drm_crtc_suspend(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_suspend()
278
void shmob_drm_crtc_resume(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_resume()
286
static void shmob_drm_crtc_compute_base(struct
shmob_drm_crtc
*scrtc,
in shmob_drm_crtc_compute_base()
308
static void shmob_drm_crtc_update_base(struct
shmob_drm_crtc
*scrt
[all...]
H
A
D
Makefile
3
shmob_drm_crtc
.o \
H
A
D
shmob_drm_drv.h
17
#include "
shmob_drm_crtc
.h"
36
struct
shmob_drm_crtc
crtc;
/kernel/linux/linux-6.6/drivers/gpu/drm/renesas/shmobile/
H
A
D
shmob_drm_crtc.h
3
*
shmob_drm_crtc
.h -- SH Mobile DRM CRTCs
22
struct
shmob_drm_crtc
{
struct
47
void shmob_drm_crtc_finish_page_flip(struct
shmob_drm_crtc
*scrtc);
48
void shmob_drm_crtc_suspend(struct
shmob_drm_crtc
*scrtc);
49
void shmob_drm_crtc_resume(struct
shmob_drm_crtc
*scrtc);
H
A
D
shmob_drm_crtc.c
3
*
shmob_drm_crtc
.c -- SH Mobile DRM CRTCs
27
#include "
shmob_drm_crtc
.h"
64
static void shmob_drm_crtc_setup_geometry(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_setup_geometry()
122
static void shmob_drm_crtc_start_stop(struct
shmob_drm_crtc
*scrtc, bool start)
in shmob_drm_crtc_start_stop()
155
static void shmob_drm_crtc_start(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_start()
257
static void shmob_drm_crtc_stop(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_stop()
277
void shmob_drm_crtc_suspend(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_suspend()
282
void shmob_drm_crtc_resume(struct
shmob_drm_crtc
*scrtc)
in shmob_drm_crtc_resume()
290
static void shmob_drm_crtc_compute_base(struct
shmob_drm_crtc
*scrtc,
in shmob_drm_crtc_compute_base()
312
static void shmob_drm_crtc_update_base(struct
shmob_drm_crtc
*scrt
[all...]
H
A
D
Makefile
3
shmob_drm_crtc
.o \
H
A
D
shmob_drm_drv.h
17
#include "
shmob_drm_crtc
.h"
37
struct
shmob_drm_crtc
crtc;
Completed in 3 milliseconds