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:SDVO_LVDS_MASK
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
45
#define
SDVO_LVDS_MASK
(SDVO_OUTPUT_LVDS0 | SDVO_OUTPUT_LVDS1)
macro
48
#define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK |
SDVO_LVDS_MASK
|\
53
#define IS_LVDS(c) (c->output_flag &
SDVO_LVDS_MASK
)
54
#define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK |
SDVO_LVDS_MASK
))
1349
if (response &
SDVO_LVDS_MASK
)
in psb_intel_sdvo_detect()
2139
if ((flags &
SDVO_LVDS_MASK
) ==
SDVO_LVDS_MASK
)
in psb_intel_sdvo_output_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/
H
A
D
psb_intel_sdvo.c
47
#define
SDVO_LVDS_MASK
(SDVO_OUTPUT_LVDS0 | SDVO_OUTPUT_LVDS1)
macro
50
#define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK |
SDVO_LVDS_MASK
|\
55
#define IS_LVDS(c) (c->output_flag &
SDVO_LVDS_MASK
)
56
#define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK |
SDVO_LVDS_MASK
))
1371
if (response &
SDVO_LVDS_MASK
)
in psb_intel_sdvo_detect()
2161
if ((flags &
SDVO_LVDS_MASK
) ==
SDVO_LVDS_MASK
)
in psb_intel_sdvo_output_setup()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_sdvo.c
57
#define
SDVO_LVDS_MASK
(SDVO_OUTPUT_LVDS0 | SDVO_OUTPUT_LVDS1)
macro
60
#define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK |
SDVO_LVDS_MASK
|\
65
#define IS_LVDS(c) (c->output_flag &
SDVO_LVDS_MASK
)
66
#define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK |
SDVO_LVDS_MASK
))
67
#define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK |
SDVO_LVDS_MASK
))
2970
else if (type &
SDVO_LVDS_MASK
)
in intel_sdvo_output_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_sdvo.c
52
#define
SDVO_LVDS_MASK
(SDVO_OUTPUT_LVDS0 | SDVO_OUTPUT_LVDS1)
macro
55
#define SDVO_OUTPUT_MASK (SDVO_TMDS_MASK | SDVO_RGB_MASK |
SDVO_LVDS_MASK
|\
60
#define IS_LVDS(c) (c->output_flag &
SDVO_LVDS_MASK
)
61
#define IS_TV_OR_LVDS(c) (c->output_flag & (SDVO_TV_MASK |
SDVO_LVDS_MASK
))
62
#define IS_DIGITAL(c) (c->output_flag & (SDVO_TMDS_MASK |
SDVO_LVDS_MASK
))
Completed in 16 milliseconds