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_db_tag
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/
H
A
D
drm_edid.c
4093
cea_db_tag
(const u8 *db)
in cea_db_tag()
function
4157
if (
cea_db_tag
(db) != VENDOR_BLOCK)
in cea_db_is_hdmi_vsdb()
4172
if (
cea_db_tag
(db) != VENDOR_BLOCK)
in cea_db_is_hdmi_forum_vsdb()
4185
if (
cea_db_tag
(db) != USE_EXTENDED_TAG)
in cea_db_is_vcdb()
4199
if (
cea_db_tag
(db) != USE_EXTENDED_TAG)
in cea_db_is_y420cmdb()
4213
if (
cea_db_tag
(db) != USE_EXTENDED_TAG)
in cea_db_is_y420vdb()
4286
if (
cea_db_tag
(db) == VIDEO_BLOCK) {
in add_cea_modes()
4360
if (
cea_db_tag
(db) != USE_EXTENDED_TAG)
in cea_db_is_hdmi_hdr_metadata_block()
4553
switch (
cea_db_tag
(db)) {
in drm_edid_to_eld()
4628
if (
cea_db_tag
(d
in drm_edid_to_sad()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/
H
A
D
drm_edid.c
4929
static int
cea_db_tag
(const struct cea_db *db)
in cea_db_tag()
function
4949
return
cea_db_tag
(db) == CTA_DB_EXTENDED_TAG &&
in cea_db_is_extended_tag()
4958
return
cea_db_tag
(db) == CTA_DB_VENDOR &&
in cea_db_is_vendor()
5554
switch (
cea_db_tag
(db)) {
in drm_edid_to_eld()
5604
if (
cea_db_tag
(db) == CTA_DB_AUDIO) {
in _drm_edid_to_sad()
5657
if (
cea_db_tag
(db) == CTA_DB_SPEAKER &&
in _drm_edid_to_speaker_allocation()
5802
if (
cea_db_tag
(db) == CTA_DB_AUDIO) {
in _drm_detect_monitor_audio()
6304
else if (
cea_db_tag
(db) == CTA_DB_VIDEO)
in drm_parse_cea_ext()
6306
else if (
cea_db_tag
(db) == CTA_DB_AUDIO)
in drm_parse_cea_ext()
Completed in 15 milliseconds