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:kmb_plane
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/kmb/
H
A
D
kmb_plane.c
17
#include "
kmb_plane
.h"
70
struct
kmb_plane
*
kmb_plane
= to_kmb_plane(plane);
in check_pixel_format()
local
72
int plane_id =
kmb_plane
->id;
in check_pixel_format()
97
struct
kmb_plane
*
kmb_plane
= to_kmb_plane(plane);
in kmb_plane_atomic_check()
local
98
int plane_id =
kmb_plane
->id;
in kmb_plane_atomic_check()
144
struct
kmb_plane
*
kmb_plane
= to_kmb_plane(plane);
in kmb_plane_atomic_disable()
local
145
int plane_id =
kmb_plane
in kmb_plane_atomic_disable()
353
struct
kmb_plane
*
kmb_plane
;
kmb_plane_atomic_update()
local
554
struct
kmb_plane
*
kmb_plane
= to_
kmb_plane
(plane);
kmb_plane_destroy()
local
[all...]
H
A
D
kmb_plane.h
36
#define to_kmb_plane(x) container_of(x, struct
kmb_plane
, base_plane)
56
struct
kmb_plane
{
struct
72
struct
kmb_plane
*kmb_plane_init(struct drm_device *drm);
H
A
D
Makefile
1
kmb-drm-y := kmb_crtc.o kmb_drv.o
kmb_plane
.o kmb_dsi.o
H
A
D
kmb_drv.h
11
#include "
kmb_plane
.h"
55
struct
kmb_plane
*plane;
H
A
D
kmb_crtc.c
17
#include "
kmb_plane
.h"
232
struct
kmb_plane
*primary;
in kmb_setup_crtc()
Completed in 3 milliseconds