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:dsi1_host
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/panel/
H
A
D
panel-truly-nt35597.c
536
struct mipi_dsi_host *
dsi1_host
;
in truly_nt35597_probe()
local
572
dsi1_host
= of_find_mipi_dsi_host_by_node(dsi1);
in truly_nt35597_probe()
574
if (!
dsi1_host
) {
in truly_nt35597_probe()
580
dsi1_device = mipi_dsi_device_register_full(
dsi1_host
, &info);
in truly_nt35597_probe()
/kernel/linux/linux-6.6/drivers/gpu/drm/panel/
H
A
D
panel-truly-nt35597.c
535
struct mipi_dsi_host *
dsi1_host
;
in truly_nt35597_probe()
local
571
dsi1_host
= of_find_mipi_dsi_host_by_node(dsi1);
in truly_nt35597_probe()
573
if (!
dsi1_host
) {
in truly_nt35597_probe()
579
dsi1_device = mipi_dsi_device_register_full(
dsi1_host
, &info);
in truly_nt35597_probe()
H
A
D
panel-novatek-nt36523.c
1232
struct mipi_dsi_host *
dsi1_host
;
in nt36523_probe()
local
1263
dsi1_host
= of_find_mipi_dsi_host_by_node(dsi1);
in nt36523_probe()
1265
if (!
dsi1_host
)
in nt36523_probe()
1268
pinfo->dsi[1] = mipi_dsi_device_register_full(
dsi1_host
, info);
in nt36523_probe()
Completed in 3 milliseconds