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:vbi_read
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/common/saa7146/
H
A
D
saa7146_vbi.c
456
static ssize_t
vbi_read
(struct file *file, char __user *data, size_t count, loff_t *ppos)
in vbi_read()
function
497
.read =
vbi_read
,
/kernel/linux/linux-5.10/drivers/media/usb/au0828/
H
A
D
au0828-video.c
598
dev->
vbi_read
= 0;
in au0828_isoc_copy()
604
if (dev->
vbi_read
< vbi_field_size) {
in au0828_isoc_copy()
605
remain = vbi_field_size - dev->
vbi_read
;
in au0828_isoc_copy()
617
dev->
vbi_read
+= lencopy;
in au0828_isoc_copy()
620
if (dev->
vbi_read
>= vbi_field_size && buf != NULL)
in au0828_isoc_copy()
H
A
D
au0828.h
225
u32
vbi_read
;
member
/kernel/linux/linux-6.6/drivers/media/usb/au0828/
H
A
D
au0828-video.c
597
dev->
vbi_read
= 0;
in au0828_isoc_copy()
603
if (dev->
vbi_read
< vbi_field_size) {
in au0828_isoc_copy()
604
remain = vbi_field_size - dev->
vbi_read
;
in au0828_isoc_copy()
616
dev->
vbi_read
+= lencopy;
in au0828_isoc_copy()
619
if (dev->
vbi_read
>= vbi_field_size && buf != NULL)
in au0828_isoc_copy()
H
A
D
au0828.h
225
u32
vbi_read
;
member
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H
A
D
em28xx.h
599
int
vbi_read
;
member
H
A
D
em28xx-video.c
672
v4l2->
vbi_read
= 0;
in process_frame_data_em28xx()
699
int vbi_data_len = ((v4l2->
vbi_read
+ data_len) > vbi_size) ?
in process_frame_data_em28xx()
700
(vbi_size - v4l2->
vbi_read
) : data_len;
in process_frame_data_em28xx()
705
v4l2->
vbi_read
+= vbi_data_len;
in process_frame_data_em28xx()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H
A
D
em28xx.h
590
int
vbi_read
;
member
H
A
D
em28xx-video.c
662
v4l2->
vbi_read
= 0;
in process_frame_data_em28xx()
689
int vbi_data_len = ((v4l2->
vbi_read
+ data_len) > vbi_size) ?
in process_frame_data_em28xx()
690
(vbi_size - v4l2->
vbi_read
) : data_len;
in process_frame_data_em28xx()
695
v4l2->
vbi_read
+= vbi_data_len;
in process_frame_data_em28xx()
Completed in 18 milliseconds