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:singleshot
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/
H
A
D
vsp1_dl.c
206
* @
singleshot
: execute the display list in single-shot mode
218
bool
singleshot
;
member
782
* interrupt for each list. In
singleshot
mode chained lists are used
in vsp1_dl_list_fill_header()
786
if (!dlm->
singleshot
|| is_last)
in vsp1_dl_list_fill_header()
791
* loop on the same list until a new one is queued. In
singleshot
mode
in vsp1_dl_list_fill_header()
795
if (!dlm->
singleshot
|| !is_last)
in vsp1_dl_list_fill_header()
806
} else if (!dlm->
singleshot
) {
in vsp1_dl_list_fill_header()
936
if (dlm->
singleshot
)
in vsp1_dl_list_commit()
981
if (dlm->
singleshot
) {
in vsp1_dlm_irq_frame_end()
1102
dlm->
singleshot
in vsp1_dlm_create()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/
H
A
D
vsp1_dl.c
206
* @
singleshot
: execute the display list in single-shot mode
218
bool
singleshot
;
member
782
* interrupt for each list. In
singleshot
mode chained lists are used
in vsp1_dl_list_fill_header()
786
if (!dlm->
singleshot
|| is_last)
in vsp1_dl_list_fill_header()
791
* loop on the same list until a new one is queued. In
singleshot
mode
in vsp1_dl_list_fill_header()
795
if (!dlm->
singleshot
|| !is_last)
in vsp1_dl_list_fill_header()
806
} else if (!dlm->
singleshot
) {
in vsp1_dl_list_fill_header()
936
if (dlm->
singleshot
)
in vsp1_dl_list_commit()
981
if (dlm->
singleshot
) {
in vsp1_dlm_irq_frame_end()
1102
dlm->
singleshot
in vsp1_dlm_create()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/omap3isp/
H
A
D
isp.c
900
int
singleshot
= pipe->stream_state == ISP_PIPELINE_STREAM_SINGLESHOT;
in isp_pipeline_resume()
local
902
omap3isp_video_resume(pipe->output, !
singleshot
);
in isp_pipeline_resume()
903
if (
singleshot
)
in isp_pipeline_resume()
/kernel/linux/linux-6.6/drivers/media/platform/ti/omap3isp/
H
A
D
isp.c
907
int
singleshot
= pipe->stream_state == ISP_PIPELINE_STREAM_SINGLESHOT;
in isp_pipeline_resume()
local
909
omap3isp_video_resume(pipe->output, !
singleshot
);
in isp_pipeline_resume()
910
if (
singleshot
)
in isp_pipeline_resume()
Completed in 9 milliseconds