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:current_timings
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/davinci/
H
A
D
vpbe.c
124
vpbe_dev->
current_timings
= var;
in vpbe_get_mode_info()
138
*mode_info = vpbe_dev->
current_timings
;
in vpbe_get_current_mode_info()
156
vpbe_dev->
current_timings
= var;
in vpbe_get_std_info()
175
vpbe_dev->
current_timings
= var;
in vpbe_get_std_info_by_name()
250
vpbe_dev->
current_timings
.left_margin);
in vpbe_set_output()
252
vpbe_dev->
current_timings
.upper_margin);
in vpbe_set_output()
318
vpbe_dev->
current_timings
= output->modes[i];
in vpbe_s_dv_timings()
333
vpbe_dev->
current_timings
.left_margin);
in vpbe_s_dv_timings()
335
vpbe_dev->
current_timings
.upper_margin);
in vpbe_s_dv_timings()
358
if (vpbe_dev->
current_timings
in vpbe_g_dv_timings()
[all...]
H
A
D
vpbe_display.c
428
v4l2_std_id standard_id = vpbe_dev->
current_timings
.std_id;
in vpbe_disp_calculate_scale_factor()
455
h_scale = vpbe_dev->
current_timings
.xres / pixfmt->width;
in vpbe_disp_calculate_scale_factor()
529
vpbe_dev->
current_timings
.xres - cfg->xsize);
in vpbe_disp_adj_position()
531
vpbe_dev->
current_timings
.yres - cfg->ysize);
in vpbe_disp_adj_position()
544
((c->width + c->left) > vpbe_dev->
current_timings
.xres))
in vpbe_disp_check_window_params()
545
c->width = vpbe_dev->
current_timings
.xres - c->left;
in vpbe_disp_check_window_params()
548
vpbe_dev->
current_timings
.yres))
in vpbe_disp_check_window_params()
549
c->height = vpbe_dev->
current_timings
.yres - c->top;
in vpbe_disp_check_window_params()
552
if (vpbe_dev->
current_timings
.interlaced)
in vpbe_disp_check_window_params()
581
if (vpbe_dev->
current_timings
in vpbe_try_format()
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H
A
D
tvp7002.c
414
const struct tvp7002_timings_definition *
current_timings
;
member
562
device->
current_timings
= &tvp7002_timings[i];
in tvp7002_s_dv_timings()
574
*dv_timings = device->
current_timings
->timings;
in tvp7002_g_dv_timings()
755
bt = &device->
current_timings
->timings.bt;
in tvp7002_log_status()
827
fmt->format.width = tvp7002->
current_timings
->timings.bt.width;
in tvp7002_get_pad_format()
828
fmt->format.height = tvp7002->
current_timings
->timings.bt.height;
in tvp7002_get_pad_format()
829
fmt->format.field = tvp7002->
current_timings
->scanmode;
in tvp7002_get_pad_format()
830
fmt->format.colorspace = tvp7002->
current_timings
->color_space;
in tvp7002_get_pad_format()
963
device->
current_timings
= tvp7002_timings;
in tvp7002_probe()
1000
timings = device->
current_timings
in tvp7002_probe()
[all...]
/kernel/linux/linux-6.6/drivers/media/i2c/
H
A
D
tvp7002.c
414
const struct tvp7002_timings_definition *
current_timings
;
member
562
device->
current_timings
= &tvp7002_timings[i];
in tvp7002_s_dv_timings()
574
*dv_timings = device->
current_timings
->timings;
in tvp7002_g_dv_timings()
755
bt = &device->
current_timings
->timings.bt;
in tvp7002_log_status()
829
fmt->format.width = tvp7002->
current_timings
->timings.bt.width;
in tvp7002_get_pad_format()
830
fmt->format.height = tvp7002->
current_timings
->timings.bt.height;
in tvp7002_get_pad_format()
831
fmt->format.field = tvp7002->
current_timings
->scanmode;
in tvp7002_get_pad_format()
832
fmt->format.colorspace = tvp7002->
current_timings
->color_space;
in tvp7002_get_pad_format()
966
device->
current_timings
= tvp7002_timings;
in tvp7002_probe()
1003
timings = device->
current_timings
in tvp7002_probe()
[all...]
/kernel/linux/linux-5.10/drivers/media/spi/
H
A
D
gs1662.c
49
struct v4l2_dv_timings
current_timings
;
member
272
gs->
current_timings
= *timings;
in gs_s_dv_timings()
281
*timings = gs->
current_timings
;
in gs_g_dv_timings()
350
reg_value = get_register_timings(&gs->
current_timings
);
in gs_s_stream()
452
gs->
current_timings
= reg_fmt[0].format;
in gs_probe()
/kernel/linux/linux-6.6/drivers/media/spi/
H
A
D
gs1662.c
49
struct v4l2_dv_timings
current_timings
;
member
272
gs->
current_timings
= *timings;
in gs_s_dv_timings()
281
*timings = gs->
current_timings
;
in gs_g_dv_timings()
350
reg_value = get_register_timings(&gs->
current_timings
);
in gs_s_stream()
452
gs->
current_timings
= reg_fmt[0].format;
in gs_probe()
/kernel/linux/linux-5.10/include/media/davinci/
H
A
D
vpbe.h
177
struct vpbe_enc_mode_info
current_timings
;
member
Completed in 6 milliseconds