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:IVTV_MAX_STREAMS
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
65
if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >=
IVTV_MAX_STREAMS
||
in ivtv_pio_work_handler()
645
if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >=
IVTV_MAX_STREAMS
) {
in ivtv_irq_enc_pio_complete()
693
itv->cur_dma_stream >= 0 && itv->cur_dma_stream <
IVTV_MAX_STREAMS
) {
in ivtv_irq_dma_err()
1020
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_irq_handler()
1021
int idx = (i + itv->irq_rr_idx) %
IVTV_MAX_STREAMS
;
in ivtv_irq_handler()
1033
if (i ==
IVTV_MAX_STREAMS
&&
in ivtv_irq_handler()
1040
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_irq_handler()
1041
int idx = (i + itv->irq_rr_idx) %
IVTV_MAX_STREAMS
;
in ivtv_irq_handler()
H
A
D
ivtv-driver.h
94
#define
IVTV_MAX_STREAMS
9
macro
192
int kilobytes[
IVTV_MAX_STREAMS
]; /* size in kilobytes of each stream */
668
int stream_buf_size[
IVTV_MAX_STREAMS
]; /* stream buffer size */
669
struct ivtv_stream streams[
IVTV_MAX_STREAMS
]; /* stream data */
H
A
D
ivtv-streams.c
264
for (type = 0; type <
IVTV_MAX_STREAMS
; type++) {
in ivtv_streams_setup()
276
if (type ==
IVTV_MAX_STREAMS
)
in ivtv_streams_setup()
345
for (type = 0; type <
IVTV_MAX_STREAMS
; type++)
in ivtv_streams_register()
362
for (type = 0; type <
IVTV_MAX_STREAMS
; type++) {
in ivtv_streams_cleanup()
777
for (i =
IVTV_MAX_STREAMS
- 1; i >= 0; i--) {
in ivtv_stop_all_captures()
H
A
D
ivtv-ioctl.c
1575
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_log_status()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-irq.c
65
if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >=
IVTV_MAX_STREAMS
||
in ivtv_pio_work_handler()
645
if (itv->cur_pio_stream < 0 || itv->cur_pio_stream >=
IVTV_MAX_STREAMS
) {
in ivtv_irq_enc_pio_complete()
693
itv->cur_dma_stream >= 0 && itv->cur_dma_stream <
IVTV_MAX_STREAMS
) {
in ivtv_irq_dma_err()
1020
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_irq_handler()
1021
int idx = (i + itv->irq_rr_idx) %
IVTV_MAX_STREAMS
;
in ivtv_irq_handler()
1033
if (i ==
IVTV_MAX_STREAMS
&&
in ivtv_irq_handler()
1040
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_irq_handler()
1041
int idx = (i + itv->irq_rr_idx) %
IVTV_MAX_STREAMS
;
in ivtv_irq_handler()
H
A
D
ivtv-driver.h
92
#define
IVTV_MAX_STREAMS
9
macro
190
int kilobytes[
IVTV_MAX_STREAMS
]; /* size in kilobytes of each stream */
666
int stream_buf_size[
IVTV_MAX_STREAMS
]; /* stream buffer size */
667
struct ivtv_stream streams[
IVTV_MAX_STREAMS
]; /* stream data */
H
A
D
ivtv-streams.c
264
for (type = 0; type <
IVTV_MAX_STREAMS
; type++) {
in ivtv_streams_setup()
276
if (type ==
IVTV_MAX_STREAMS
)
in ivtv_streams_setup()
345
for (type = 0; type <
IVTV_MAX_STREAMS
; type++)
in ivtv_streams_register()
362
for (type = 0; type <
IVTV_MAX_STREAMS
; type++) {
in ivtv_streams_cleanup()
777
for (i =
IVTV_MAX_STREAMS
- 1; i >= 0; i--) {
in ivtv_stop_all_captures()
H
A
D
ivtv-ioctl.c
1569
for (i = 0; i <
IVTV_MAX_STREAMS
; i++) {
in ivtv_log_status()
Completed in 14 milliseconds