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:vidi
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_vidi.c
30
/*
vidi
has totally three virtual windows. */
221
ATTRIBUTE_GROUPS(
vidi
);
variable
227
struct drm_exynos_vidi_connection *
vidi
= data;
in vidi_connection_ioctl()
local
229
if (!
vidi
) {
in vidi_connection_ioctl()
231
"user data for
vidi
is null.\n");
in vidi_connection_ioctl()
235
if (
vidi
->connection > 1) {
in vidi_connection_ioctl()
241
if (ctx->connected ==
vidi
->connection) {
in vidi_connection_ioctl()
247
if (
vidi
->connection) {
in vidi_connection_ioctl()
250
raw_edid = (struct edid *)(unsigned long)
vidi
->edid;
in vidi_connection_ioctl()
274
ctx->connected =
vidi
in vidi_connection_ioctl()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/
H
A
D
exynos_drm_vidi.c
31
/*
vidi
has totally three virtual windows. */
222
ATTRIBUTE_GROUPS(
vidi
);
variable
228
struct drm_exynos_vidi_connection *
vidi
= data;
in vidi_connection_ioctl()
local
230
if (!
vidi
) {
in vidi_connection_ioctl()
232
"user data for
vidi
is null.\n");
in vidi_connection_ioctl()
236
if (
vidi
->connection > 1) {
in vidi_connection_ioctl()
242
if (ctx->connected ==
vidi
->connection) {
in vidi_connection_ioctl()
248
if (
vidi
->connection) {
in vidi_connection_ioctl()
251
raw_edid = (struct edid *)(unsigned long)
vidi
->edid;
in vidi_connection_ioctl()
275
ctx->connected =
vidi
in vidi_connection_ioctl()
[all...]
Completed in 2 milliseconds