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:video_levels
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/sun4i/
H
A
D
sun4i_tv.c
130
struct
video_levels
{
struct
158
const struct
video_levels
*
video_levels
;
member
173
static const struct
video_levels
ntsc_video_levels = {
177
static const struct
video_levels
pal_video_levels = {
221
.
video_levels
= &ntsc_video_levels,
236
.
video_levels
= &pal_video_levels,
341
SUN4I_TVE_LEVEL_BLANK(tv_mode->
video_levels
->blank) |
in sun4i_tv_enable()
342
SUN4I_TVE_LEVEL_BLACK(tv_mode->
video_levels
->black));
in sun4i_tv_enable()
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H
A
D
sun4i_tv.c
129
struct
video_levels
{
struct
166
const struct
video_levels
*
video_levels
;
member
181
static const struct
video_levels
ntsc_video_levels = {
185
static const struct
video_levels
pal_video_levels = {
240
.
video_levels
= &ntsc_video_levels,
266
.
video_levels
= &pal_video_levels,
424
SUN4I_TVE_LEVEL_BLANK(tv_mode->
video_levels
->blank) |
in sun4i_tv_mode_set()
425
SUN4I_TVE_LEVEL_BLACK(tv_mode->
video_levels
->black));
in sun4i_tv_mode_set()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H
A
D
intel_tv.c
54
struct
video_levels
{
struct
193
static const struct
video_levels
ntsc_m_levels_composite = {
203
static const struct
video_levels
ntsc_m_levels_svideo = {
213
static const struct
video_levels
ntsc_j_levels_composite = {
223
static const struct
video_levels
ntsc_j_levels_svideo = {
233
static const struct
video_levels
pal_levels_composite = {
243
static const struct
video_levels
pal_levels_svideo = {
253
static const struct
video_levels
pal_m_levels_composite = {
263
static const struct
video_levels
pal_m_levels_svideo = {
273
static const struct
video_levels
pal_n_levels_composit
1430
const struct
video_levels
*
video_levels
;
intel_tv_pre_enable()
local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H
A
D
intel_tv.c
61
struct
video_levels
{
struct
200
static const struct
video_levels
ntsc_m_levels_composite = {
210
static const struct
video_levels
ntsc_m_levels_svideo = {
220
static const struct
video_levels
ntsc_j_levels_composite = {
230
static const struct
video_levels
ntsc_j_levels_svideo = {
240
static const struct
video_levels
pal_levels_composite = {
250
static const struct
video_levels
pal_levels_svideo = {
260
static const struct
video_levels
pal_m_levels_composite = {
270
static const struct
video_levels
pal_m_levels_svideo = {
280
static const struct
video_levels
pal_n_levels_composit
1451
const struct
video_levels
*
video_levels
;
intel_tv_pre_enable()
local
[all...]
Completed in 5 milliseconds