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:dpi_pol
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi.c
198
struct mtk_dpi_polarities *
dpi_pol
)
in mtk_dpi_config_pol()
202
pol = (
dpi_pol
->ck_pol == MTK_DPI_POLARITY_RISING ? 0 : CK_POL) |
in mtk_dpi_config_pol()
203
(
dpi_pol
->de_pol == MTK_DPI_POLARITY_RISING ? 0 : DE_POL) |
in mtk_dpi_config_pol()
204
(
dpi_pol
->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) |
in mtk_dpi_config_pol()
205
(
dpi_pol
->vsync_pol == MTK_DPI_POLARITY_RISING ? 0 : VSYNC_POL);
in mtk_dpi_config_pol()
407
struct mtk_dpi_polarities
dpi_pol
;
in mtk_dpi_set_display_mode()
local
440
dpi_pol
.ck_pol = MTK_DPI_POLARITY_FALLING;
in mtk_dpi_set_display_mode()
441
dpi_pol
.de_pol = MTK_DPI_POLARITY_RISING;
in mtk_dpi_set_display_mode()
442
dpi_pol
.hsync_pol = vm.flags & DISPLAY_FLAGS_HSYNC_HIGH ?
in mtk_dpi_set_display_mode()
444
dpi_pol
in mtk_dpi_set_display_mode()
197
mtk_dpi_config_pol(struct mtk_dpi *dpi, struct mtk_
dpi_pol
arities *
dpi_pol
)
mtk_dpi_config_pol()
argument
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi.c
241
struct mtk_dpi_polarities *
dpi_pol
)
in mtk_dpi_config_pol()
247
pol = (
dpi_pol
->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 : HSYNC_POL) |
in mtk_dpi_config_pol()
248
(
dpi_pol
->vsync_pol == MTK_DPI_POLARITY_RISING ? 0 : VSYNC_POL);
in mtk_dpi_config_pol()
251
pol |= (
dpi_pol
->ck_pol == MTK_DPI_POLARITY_RISING ?
in mtk_dpi_config_pol()
253
(
dpi_pol
->de_pol == MTK_DPI_POLARITY_RISING ?
in mtk_dpi_config_pol()
508
struct mtk_dpi_polarities
dpi_pol
;
in mtk_dpi_set_display_mode()
local
549
dpi_pol
.ck_pol = MTK_DPI_POLARITY_FALLING;
in mtk_dpi_set_display_mode()
550
dpi_pol
.de_pol = MTK_DPI_POLARITY_RISING;
in mtk_dpi_set_display_mode()
551
dpi_pol
.hsync_pol = vm.flags & DISPLAY_FLAGS_HSYNC_HIGH ?
in mtk_dpi_set_display_mode()
553
dpi_pol
in mtk_dpi_set_display_mode()
240
mtk_dpi_config_pol(struct mtk_dpi *dpi, struct mtk_
dpi_pol
arities *
dpi_pol
)
mtk_dpi_config_pol()
argument
[all...]
Completed in 4 milliseconds