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:cea_mode
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_edid.c
4198
cea_mode_alternate_clock(const struct drm_display_mode *
cea_mode
)
in cea_mode_alternate_clock()
argument
4200
unsigned int clock =
cea_mode
->clock;
in cea_mode_alternate_clock()
4202
if (drm_mode_vrefresh(
cea_mode
) % 6 != 0)
in cea_mode_alternate_clock()
4210
if (
cea_mode
->vdisplay == 240 ||
cea_mode
->vdisplay == 480)
in cea_mode_alternate_clock()
4266
struct drm_display_mode
cea_mode
;
in drm_match_cea_mode_clock_tolerance()
local
4269
drm_mode_init(&
cea_mode
, cea_mode_for_vic(vic));
in drm_match_cea_mode_clock_tolerance()
4272
clock1 =
cea_mode
.clock;
in drm_match_cea_mode_clock_tolerance()
4273
clock2 = cea_mode_alternate_clock(&
cea_mode
);
in drm_match_cea_mode_clock_tolerance()
4280
if (drm_mode_match(to_match, &
cea_mode
, match_flag
in drm_match_cea_mode_clock_tolerance()
4307
struct drm_display_mode
cea_mode
;
drm_match_cea_mode()
local
4448
const struct drm_display_mode *
cea_mode
= NULL;
add_alternate_cea_modes()
local
4574
const struct drm_display_mode *
cea_mode
;
drm_display_mode_from_cea_vic()
local
5285
const struct drm_display_mode *
cea_mode
;
fixup_detailed_cea_mode_clock()
local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_edid.c
3361
cea_mode_alternate_clock(const struct drm_display_mode *
cea_mode
)
in cea_mode_alternate_clock()
argument
3363
unsigned int clock =
cea_mode
->clock;
in cea_mode_alternate_clock()
3365
if (drm_mode_vrefresh(
cea_mode
) % 6 != 0)
in cea_mode_alternate_clock()
3373
if (
cea_mode
->vdisplay == 240 ||
cea_mode
->vdisplay == 480)
in cea_mode_alternate_clock()
3429
struct drm_display_mode
cea_mode
= *cea_mode_for_vic(vic);
in drm_match_cea_mode_clock_tolerance()
local
3433
clock1 =
cea_mode
.clock;
in drm_match_cea_mode_clock_tolerance()
3434
clock2 = cea_mode_alternate_clock(&
cea_mode
);
in drm_match_cea_mode_clock_tolerance()
3441
if (drm_mode_match(to_match, &
cea_mode
, match_flags))
in drm_match_cea_mode_clock_tolerance()
3443
} while (cea_mode_alternate_timings(vic, &
cea_mode
));
in drm_match_cea_mode_clock_tolerance()
3468
struct drm_display_mode
cea_mode
= *
cea_mode
_for_vic(vic);
drm_match_cea_mode()
local
3607
const struct drm_display_mode *
cea_mode
= NULL;
add_alternate_cea_modes()
local
3765
const struct drm_display_mode *
cea_mode
;
drm_display_mode_from_cea_vic()
local
4317
const struct drm_display_mode *
cea_mode
;
fixup_detailed_cea_mode_clock()
local
[all...]
Completed in 12 milliseconds