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_plane
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H
A
D
Makefile
20
vc4_plane
.o \
H
A
D
vc4_plane.c
1351
struct
vc4_plane
*
vc4_plane
;
in vc4_plane_init()
local
1364
vc4_plane
= devm_kzalloc(dev->dev, sizeof(*
vc4_plane
),
in vc4_plane_init()
1366
if (!
vc4_plane
)
in vc4_plane_init()
1372
plane = &
vc4_plane
->base;
in vc4_plane_init()
H
A
D
vc4_drv.h
344
struct
vc4_plane
{
struct
348
static inline struct
vc4_plane
*
351
return container_of(plane, struct
vc4_plane
, base);
in to_vc4_plane()
930
/*
vc4_plane
.c */
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H
A
D
Makefile
20
vc4_plane
.o \
H
A
D
vc4_plane.c
1621
struct
vc4_plane
*
vc4_plane
;
in vc4_plane_init()
local
1641
vc4_plane
= drmm_universal_plane_alloc(dev, struct
vc4_plane
, base,
in vc4_plane_init()
1646
if (IS_ERR(
vc4_plane
))
in vc4_plane_init()
1647
return ERR_CAST(
vc4_plane
);
in vc4_plane_init()
1648
plane = &
vc4_plane
->base;
in vc4_plane_init()
H
A
D
vc4_drv.h
369
struct
vc4_plane
{
struct
374
container_of_const(_plane, struct
vc4_plane
, base)
1021
/*
vc4_plane
.c */
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/
H
A
D
vc4_mock.h
25
struct
vc4_plane
plane;
Completed in 8 milliseconds