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:cx18_raw_vbi
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
74
if (cx->vbi.insert_mpeg && !
cx18_raw_vbi
(cx))
in cx18_claim_stream()
269
!
cx18_raw_vbi
(cx) && buf != &cx->vbi.sliced_mpeg_buf) {
in cx18_copy_buf_to_user()
422
if (s->type == CX18_ENC_STREAM_TYPE_VBI && !
cx18_raw_vbi
(cx))
in cx18_read()
H
A
D
cx18-streams.c
552
int raw =
cx18_raw_vbi
(cx);
in cx18_vbi_setup()
758
if (
cx18_raw_vbi
(s->cx)) {
in cx18_stream_configure_mdls()
816
captype =
cx18_raw_vbi
(cx) ?
in cx18_start_v4l2_encode_stream()
H
A
D
cx18-vbi.c
200
if (
cx18_raw_vbi
(cx)) {
in _cx18_process_vbi_data()
H
A
D
cx18-driver.h
688
static inline int
cx18_raw_vbi
(const struct cx18 *cx)
in cx18_raw_vbi()
function
H
A
D
cx18-ioctl.c
341
if (!
cx18_raw_vbi
(cx) && atomic_read(&cx->ana_capturing) > 0)
in cx18_s_fmt_vbi_cap()
374
if (
cx18_raw_vbi
(cx) && atomic_read(&cx->ana_capturing) > 0)
in cx18_s_fmt_sliced_vbi_cap()
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
74
if (cx->vbi.insert_mpeg && !
cx18_raw_vbi
(cx))
in cx18_claim_stream()
269
!
cx18_raw_vbi
(cx) && buf != &cx->vbi.sliced_mpeg_buf) {
in cx18_copy_buf_to_user()
422
if (s->type == CX18_ENC_STREAM_TYPE_VBI && !
cx18_raw_vbi
(cx))
in cx18_read()
H
A
D
cx18-streams.c
540
int raw =
cx18_raw_vbi
(cx);
in cx18_vbi_setup()
746
if (
cx18_raw_vbi
(s->cx)) {
in cx18_stream_configure_mdls()
804
captype =
cx18_raw_vbi
(cx) ?
in cx18_start_v4l2_encode_stream()
H
A
D
cx18-vbi.c
200
if (
cx18_raw_vbi
(cx)) {
in _cx18_process_vbi_data()
H
A
D
cx18-driver.h
688
static inline int
cx18_raw_vbi
(const struct cx18 *cx)
in cx18_raw_vbi()
function
H
A
D
cx18-ioctl.c
305
if (!
cx18_raw_vbi
(cx) && atomic_read(&cx->ana_capturing) > 0)
in cx18_s_fmt_vbi_cap()
338
if (
cx18_raw_vbi
(cx) && atomic_read(&cx->ana_capturing) > 0)
in cx18_s_fmt_sliced_vbi_cap()
Completed in 17 milliseconds