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:VBIF_NRT
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_kms.c
694
if (dpu_kms->vbif[
VBIF_NRT
])
in _dpu_kms_hw_destroy()
695
devm_iounmap(&dpu_kms->pdev->dev, dpu_kms->vbif[
VBIF_NRT
]);
in _dpu_kms_hw_destroy()
696
dpu_kms->vbif[
VBIF_NRT
] = NULL;
in _dpu_kms_hw_destroy()
926
dpu_kms->vbif[
VBIF_NRT
] = msm_ioremap_quiet(dpu_kms->pdev, "vbif_nrt", "vbif_nrt");
in dpu_kms_hw_init()
927
if (IS_ERR(dpu_kms->vbif[
VBIF_NRT
])) {
in dpu_kms_hw_init()
928
dpu_kms->vbif[
VBIF_NRT
] = NULL;
in dpu_kms_hw_init()
H
A
D
dpu_hw_mdss.h
253
VBIF_NRT
= VBIF_1
enumerator
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H
A
D
dpu_kms.c
832
if (dpu_kms->vbif[
VBIF_NRT
])
in _dpu_kms_hw_destroy()
833
devm_iounmap(&dpu_kms->pdev->dev, dpu_kms->vbif[
VBIF_NRT
]);
in _dpu_kms_hw_destroy()
834
dpu_kms->vbif[
VBIF_NRT
] = NULL;
in _dpu_kms_hw_destroy()
1098
dpu_kms->vbif[
VBIF_NRT
] = msm_ioremap_quiet(dpu_kms->pdev, "vbif_nrt");
in dpu_kms_hw_init()
1099
if (IS_ERR(dpu_kms->vbif[
VBIF_NRT
])) {
in dpu_kms_hw_init()
1100
dpu_kms->vbif[
VBIF_NRT
] = NULL;
in dpu_kms_hw_init()
H
A
D
dpu_hw_mdss.h
280
VBIF_NRT
,
enumerator
H
A
D
dpu_vbif.c
27
case
VBIF_NRT
:
in dpu_vbif_name()
28
return "
VBIF_NRT
";
in dpu_vbif_name()
Completed in 8 milliseconds