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:CLK_TOLERANCE_HZ
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/sti/
H
A
D
sti_dvo.c
347
#define
CLK_TOLERANCE_HZ
50
macro
354
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_dvo_connector_mode_valid()
355
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_dvo_connector_mode_valid()
H
A
D
sti_hda.c
601
#define
CLK_TOLERANCE_HZ
50
macro
608
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_hda_connector_mode_valid()
609
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_hda_connector_mode_valid()
H
A
D
sti_hdmi.c
998
#define
CLK_TOLERANCE_HZ
50
macro
1005
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_hdmi_connector_mode_valid()
1006
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_hdmi_connector_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/sti/
H
A
D
sti_dvo.c
347
#define
CLK_TOLERANCE_HZ
50
macro
354
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_dvo_connector_mode_valid()
355
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_dvo_connector_mode_valid()
H
A
D
sti_hda.c
602
#define
CLK_TOLERANCE_HZ
50
macro
609
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_hda_connector_mode_valid()
610
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_hda_connector_mode_valid()
H
A
D
sti_hdmi.c
1006
#define
CLK_TOLERANCE_HZ
50
macro
1013
int target_min = target -
CLK_TOLERANCE_HZ
;
in sti_hdmi_connector_mode_valid()
1014
int target_max = target +
CLK_TOLERANCE_HZ
;
in sti_hdmi_connector_mode_valid()
/kernel/linux/linux-6.6/drivers/gpu/drm/stm/
H
A
D
dw_mipi_dsi-stm.c
325
#define
CLK_TOLERANCE_HZ
50
macro
379
if (px_clock_hz < target_px_clock_hz -
CLK_TOLERANCE_HZ
||
in dw_mipi_dsi_stm_mode_valid()
380
px_clock_hz > target_px_clock_hz +
CLK_TOLERANCE_HZ
)
in dw_mipi_dsi_stm_mode_valid()
H
A
D
ltdc.c
829
#define
CLK_TOLERANCE_HZ
50
macro
837
int target_min = target -
CLK_TOLERANCE_HZ
;
in ltdc_crtc_mode_valid()
838
int target_max = target +
CLK_TOLERANCE_HZ
;
in ltdc_crtc_mode_valid()
/kernel/linux/linux-5.10/drivers/gpu/drm/stm/
H
A
D
ltdc.c
463
#define
CLK_TOLERANCE_HZ
50
macro
471
int target_min = target -
CLK_TOLERANCE_HZ
;
in ltdc_crtc_mode_valid()
472
int target_max = target +
CLK_TOLERANCE_HZ
;
in ltdc_crtc_mode_valid()
Completed in 14 milliseconds