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:HSYNC_POL
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/tools/edid/
H
A
D
1024x768.S
40
#define
HSYNC_POL
0
define
H
A
D
1680x1050.S
40
#define
HSYNC_POL
1
define
H
A
D
1920x1080.S
40
#define
HSYNC_POL
1
define
H
A
D
1280x1024.S
40
#define
HSYNC_POL
1
define
H
A
D
1600x1200.S
40
#define
HSYNC_POL
1
define
H
A
D
800x600.S
37
#define
HSYNC_POL
1
define
H
A
D
edid.S
242
features: .byte 0x18+(VSYNC_POL<<2)+(
HSYNC_POL
<<1)
/kernel/linux/linux-6.6/tools/edid/
H
A
D
800x600.S
37
#define
HSYNC_POL
1
define
H
A
D
1024x768.S
40
#define
HSYNC_POL
0
define
H
A
D
1680x1050.S
40
#define
HSYNC_POL
1
define
H
A
D
1920x1080.S
40
#define
HSYNC_POL
1
define
H
A
D
1280x1024.S
40
#define
HSYNC_POL
1
define
H
A
D
1600x1200.S
40
#define
HSYNC_POL
1
define
H
A
D
edid.S
242
features: .byte 0x18+(VSYNC_POL<<2)+(
HSYNC_POL
<<1)
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi_regs.h
61
#define
HSYNC_POL
BIT(13)
macro
H
A
D
mtk_dpi.c
204
(dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 :
HSYNC_POL
) |
in mtk_dpi_config_pol()
207
CK_POL | DE_POL |
HSYNC_POL
| VSYNC_POL);
in mtk_dpi_config_pol()
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/
H
A
D
mtk_dpi_regs.h
65
#define
HSYNC_POL
BIT(13)
macro
H
A
D
mtk_dpi.c
246
mask =
HSYNC_POL
| VSYNC_POL;
in mtk_dpi_config_pol()
247
pol = (dpi_pol->hsync_pol == MTK_DPI_POLARITY_RISING ? 0 :
HSYNC_POL
) |
in mtk_dpi_config_pol()
Completed in 8 milliseconds