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:last_field
(Results
1 - 11
of
11
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/common/saa7146/
H
A
D
saa7146_hlp.c
445
if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in calculate_video_dma_grab_packed()
448
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in calculate_video_dma_grab_packed()
671
if ( vv->
last_field
== V4L2_FIELD_INTERLACED ) {
in program_capture_engine()
674
} else if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in program_capture_engine()
677
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in program_capture_engine()
741
if ( vv->
last_field
== V4L2_FIELD_INTERLACED ) {
in saa7146_set_capture()
742
} else if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in saa7146_set_capture()
743
vv->
last_field
= V4L2_FIELD_BOTTOM;
in saa7146_set_capture()
744
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in saa7146_set_capture()
745
vv->
last_field
in saa7146_set_capture()
[all...]
H
A
D
saa7146_video.c
436
vv->
last_field
= V4L2_FIELD_TOP;
in vidioc_s_fmt_vid_cap()
439
vv->
last_field
= V4L2_FIELD_INTERLACED;
in vidioc_s_fmt_vid_cap()
H
A
D
saa7146_fops.c
90
buf->vb.field = vv->
last_field
;
in saa7146_buffer_finish()
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H
A
D
saa7146_hlp.c
740
if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in calculate_video_dma_grab_packed()
743
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in calculate_video_dma_grab_packed()
963
if ( vv->
last_field
== V4L2_FIELD_INTERLACED ) {
in program_capture_engine()
966
} else if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in program_capture_engine()
969
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in program_capture_engine()
1016
if ( vv->
last_field
== V4L2_FIELD_INTERLACED ) {
in saa7146_set_capture()
1017
} else if ( vv->
last_field
== V4L2_FIELD_TOP ) {
in saa7146_set_capture()
1018
vv->
last_field
= V4L2_FIELD_BOTTOM;
in saa7146_set_capture()
1019
} else if ( vv->
last_field
== V4L2_FIELD_BOTTOM ) {
in saa7146_set_capture()
1020
vv->
last_field
in saa7146_set_capture()
[all...]
H
A
D
saa7146_video.c
638
vv->
last_field
= V4L2_FIELD_TOP;
in vidioc_try_fmt_vid_cap()
643
vv->
last_field
= V4L2_FIELD_INTERLACED;
in vidioc_try_fmt_vid_cap()
647
vv->
last_field
= V4L2_FIELD_INTERLACED;
in vidioc_try_fmt_vid_cap()
/kernel/linux/linux-6.6/include/media/drv-intf/
H
A
D
saa7146_vv.h
92
enum v4l2_field
last_field
;
member
/kernel/linux/linux-5.10/include/media/drv-intf/
H
A
D
saa7146_vv.h
128
enum v4l2_field
last_field
;
member
/kernel/linux/linux-5.10/drivers/media/platform/
H
A
D
rcar_fdp1.c
528
bool
last_field
;
member
726
if (fbuf->
last_field
)
in fdp1_field_complete()
1282
dprintk(fdp1, "Queued Buffer [%d]
last_field
:%d\n",
in fdp1_m2m_device_run()
1283
i, fbuf->
last_field
);
in fdp1_m2m_device_run()
1801
fbuf->
last_field
= (field_num + 1) == num_fields;
in fdp1_buf_prepare_field()
/kernel/linux/linux-6.6/drivers/media/platform/renesas/
H
A
D
rcar_fdp1.c
528
bool
last_field
;
member
726
if (fbuf->
last_field
)
in fdp1_field_complete()
1282
dprintk(fdp1, "Queued Buffer [%d]
last_field
:%d\n",
in fdp1_m2m_device_run()
1283
i, fbuf->
last_field
);
in fdp1_m2m_device_run()
1797
fbuf->
last_field
= (field_num + 1) == num_fields;
in fdp1_buf_prepare_field()
/kernel/linux/linux-5.10/tools/perf/
H
A
D
builtin-trace.c
1688
struct tep_format_field *
last_field
= NULL;
in syscall_arg_fmt__init_array()
local
1692
last_field
= field;
in syscall_arg_fmt__init_array()
1734
return
last_field
;
in syscall_arg_fmt__init_array()
1739
struct tep_format_field *
last_field
= syscall_arg_fmt__init_array(sc->arg_fmt, sc->args);
in syscall__set_arg_fmts()
local
1741
if (
last_field
)
in syscall__set_arg_fmts()
1742
sc->args_size =
last_field
->offset +
last_field
->size;
in syscall__set_arg_fmts()
/kernel/linux/linux-6.6/tools/perf/
H
A
D
builtin-trace.c
1734
struct tep_format_field *
last_field
= NULL;
in syscall_arg_fmt__init_array()
local
1738
last_field
= field;
in syscall_arg_fmt__init_array()
1781
return
last_field
;
in syscall_arg_fmt__init_array()
1786
struct tep_format_field *
last_field
= syscall_arg_fmt__init_array(sc->arg_fmt, sc->args);
in syscall__set_arg_fmts()
local
1788
if (
last_field
)
in syscall__set_arg_fmts()
1789
sc->args_size =
last_field
->offset +
last_field
->size;
in syscall__set_arg_fmts()
Completed in 27 milliseconds