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:sg_pending_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
119
int idx = s->
sg_pending_size
;
in stream_enc_dma_append()
179
if (s->
sg_pending_size
== 0 && ivtv_use_dma(s)) {
in stream_enc_dma_append()
242
s->
sg_pending_size
= idx;
in stream_enc_dma_append()
393
s->
sg_pending_size
= idx;
in ivtv_dma_stream_dec_prepare()
459
s->sg_pending[s->
sg_pending_size
- 1].size += 256;
in ivtv_dma_enc_start()
470
if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->
sg_pending_size
&&
in ivtv_dma_enc_start()
471
s->
sg_pending_size
+ s_vbi->
sg_pending_size
<= s->buffers) {
in ivtv_dma_enc_start()
474
s_vbi->sg_pending[s_vbi->
sg_pending_size
- 1].size += 256;
in ivtv_dma_enc_start()
475
for (i = 0; i < s_vbi->
sg_pending_size
;
in ivtv_dma_enc_start()
[all...]
H
A
D
ivtv-queue.c
199
s->
sg_pending_size
= 0;
in ivtv_stream_alloc()
282
s->
sg_pending_size
= 0;
in ivtv_stream_free()
H
A
D
ivtv-driver.h
373
int
sg_pending_size
;
member
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
119
int idx = s->
sg_pending_size
;
in stream_enc_dma_append()
179
if (s->
sg_pending_size
== 0 && ivtv_use_dma(s)) {
in stream_enc_dma_append()
242
s->
sg_pending_size
= idx;
in stream_enc_dma_append()
393
s->
sg_pending_size
= idx;
in ivtv_dma_stream_dec_prepare()
459
s->sg_pending[s->
sg_pending_size
- 1].size += 256;
in ivtv_dma_enc_start()
470
if (s->type == IVTV_ENC_STREAM_TYPE_MPG && s_vbi->
sg_pending_size
&&
in ivtv_dma_enc_start()
471
s->
sg_pending_size
+ s_vbi->
sg_pending_size
<= s->buffers) {
in ivtv_dma_enc_start()
474
s_vbi->sg_pending[s_vbi->
sg_pending_size
- 1].size += 256;
in ivtv_dma_enc_start()
475
for (i = 0; i < s_vbi->
sg_pending_size
;
in ivtv_dma_enc_start()
[all...]
H
A
D
ivtv-queue.c
199
s->
sg_pending_size
= 0;
in ivtv_stream_alloc()
284
s->
sg_pending_size
= 0;
in ivtv_stream_free()
H
A
D
ivtv-driver.h
371
int
sg_pending_size
;
member
Completed in 9 milliseconds