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_raw_vbi
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-fileops.c
71
itv->vbi.insert_mpeg && !
ivtv_raw_vbi
(itv)) {
in ivtv_claim_stream()
294
!
ivtv_raw_vbi
(itv) && buf != &itv->vbi.sliced_mpeg_buf) {
in ivtv_copy_buf_to_user()
361
(s->type == IVTV_ENC_STREAM_TYPE_VBI && !
ivtv_raw_vbi
(itv)))
in ivtv_read()
H
A
D
ivtv-vbi.c
371
if (streamtype == IVTV_ENC_STREAM_TYPE_VBI &&
ivtv_raw_vbi
(itv)) {
in ivtv_process_vbi_data()
H
A
D
ivtv-driver.h
795
static inline int
ivtv_raw_vbi
(const struct ivtv *itv)
in ivtv_raw_vbi()
function
H
A
D
ivtv-streams.c
376
int raw =
ivtv_raw_vbi
(itv);
in ivtv_vbi_setup()
H
A
D
ivtv-ioctl.c
607
if (!
ivtv_raw_vbi
(itv) && atomic_read(&itv->capturing) > 0)
in ivtv_s_fmt_vbi_cap()
626
if (
ivtv_raw_vbi
(itv) && atomic_read(&itv->capturing) > 0)
in ivtv_s_fmt_sliced_vbi_cap()
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-fileops.c
71
itv->vbi.insert_mpeg && !
ivtv_raw_vbi
(itv)) {
in ivtv_claim_stream()
294
!
ivtv_raw_vbi
(itv) && buf != &itv->vbi.sliced_mpeg_buf) {
in ivtv_copy_buf_to_user()
361
(s->type == IVTV_ENC_STREAM_TYPE_VBI && !
ivtv_raw_vbi
(itv)))
in ivtv_read()
H
A
D
ivtv-driver.h
793
static inline int
ivtv_raw_vbi
(const struct ivtv *itv)
in ivtv_raw_vbi()
function
H
A
D
ivtv-vbi.c
371
if (streamtype == IVTV_ENC_STREAM_TYPE_VBI &&
ivtv_raw_vbi
(itv)) {
in ivtv_process_vbi_data()
H
A
D
ivtv-streams.c
376
int raw =
ivtv_raw_vbi
(itv);
in ivtv_vbi_setup()
H
A
D
ivtv-ioctl.c
602
if (!
ivtv_raw_vbi
(itv) && atomic_read(&itv->capturing) > 0)
in ivtv_s_fmt_vbi_cap()
621
if (
ivtv_raw_vbi
(itv) && atomic_read(&itv->capturing) > 0)
in ivtv_s_fmt_sliced_vbi_cap()
Completed in 29 milliseconds