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:vc4_crtc_data
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
vc4_drv.h
493
struct
vc4_crtc_data
{
struct
505
extern const struct
vc4_crtc_data
vc4_txp_crtc_data;
508
struct
vc4_crtc_data
base;
531
const struct
vc4_crtc_data
*data;
576
static inline const struct
vc4_crtc_data
*
585
const struct
vc4_crtc_data
*data = vc4_crtc_to_vc4_crtc_data(crtc);
in vc4_crtc_to_vc4_pv_data()
911
struct vc4_crtc *vc4_crtc, const struct
vc4_crtc_data
*data,
917
struct vc4_crtc *vc4_crtc, const struct
vc4_crtc_data
*data,
H
A
D
vc4_crtc.c
222
const struct
vc4_crtc_data
*crtc_data = vc4_crtc_to_vc4_crtc_data(vc4_crtc);
in vc4_get_fifo_full_level()
1110
const struct
vc4_crtc_data
*crtc_data = vc4_crtc_to_vc4_crtc_data(vc4_crtc);
in vc4_crtc_late_register()
1319
const struct
vc4_crtc_data
*data,
in __vc4_crtc_init()
1363
const struct
vc4_crtc_data
*data,
in vc4_crtc_init()
H
A
D
vc4_kms.c
759
const struct
vc4_crtc_data
*data_a =
in cmp_vc4_crtc_hvs_output()
763
const struct
vc4_crtc_data
*data_b =
in cmp_vc4_crtc_hvs_output()
H
A
D
vc4_txp.c
487
const struct
vc4_crtc_data
vc4_txp_crtc_data = {
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
vc4_drv.h
460
struct
vc4_crtc_data
{
struct
469
struct
vc4_crtc_data
base;
485
const struct
vc4_crtc_data
*data;
506
static inline const struct
vc4_crtc_data
*
515
const struct
vc4_crtc_data
*data = vc4_crtc_to_vc4_crtc_data(crtc);
in vc4_crtc_to_vc4_pv_data()
H
A
D
vc4_txp.c
459
static const struct
vc4_crtc_data
vc4_txp_crtc_data = {
H
A
D
vc4_crtc.c
211
const struct
vc4_crtc_data
*crtc_data = vc4_crtc_to_vc4_crtc_data(vc4_crtc);
in vc4_get_fifo_full_level()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/
H
A
D
vc4_mock_crtc.c
23
const struct
vc4_crtc_data
*data)
in vc4_mock_pv()
H
A
D
vc4_mock.h
39
const struct
vc4_crtc_data
*data);
H
A
D
vc4_mock.c
24
const struct
vc4_crtc_data
*data;
Completed in 11 milliseconds