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_end
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-driver.c
663
if (btv->
vbi_end
> top)
in check_alloc_btres_lock()
676
btv->
vbi_end
= end;
in check_alloc_btres_lock()
703
btv->
vbi_end
= 0;
in disclaim_vbi_lines()
1858
/* Make sure tvnorm,
vbi_end
and the current cropping parameters
in limit_scaled_size_lock()
1880
Note btv->
vbi_end
is really a minimum, see
in limit_scaled_size_lock()
1882
if (btv->
vbi_end
> b->top) {
in limit_scaled_size_lock()
1883
max_height -= btv->
vbi_end
- b->top;
in limit_scaled_size_lock()
1890
if (btv->
vbi_end
> c->rect.top)
in limit_scaled_size_lock()
1918
if (btv->
vbi_end
> c->rect.top) {
in limit_scaled_size_lock()
1920
c->rect.top = btv->
vbi_end
;
in limit_scaled_size_lock()
[all...]
H
A
D
bttvp.h
463
__s32
vbi_end
;
member
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttvp.h
490
__s32
vbi_end
;
member
H
A
D
bttv-driver.c
675
if (btv->
vbi_end
> top)
in check_alloc_btres_lock()
688
btv->
vbi_end
= end;
in check_alloc_btres_lock()
716
btv->
vbi_end
= 0;
in disclaim_vbi_lines()
1550
/* Make sure tvnorm and
vbi_end
remain consistent
in bttv_prepare_buffer()
1557
if (btv->
vbi_end
> bttv_tvnorms[norm].cropcap.defrect.top) {
in bttv_prepare_buffer()
1966
/* Make sure tvnorm,
vbi_end
and the current cropping parameters
in limit_scaled_size_lock()
1988
Note btv->
vbi_end
is really a minimum, see
in limit_scaled_size_lock()
1990
if (btv->
vbi_end
> b->top) {
in limit_scaled_size_lock()
1991
max_height -= btv->
vbi_end
- b->top;
in limit_scaled_size_lock()
1998
if (btv->
vbi_end
>
in limit_scaled_size_lock()
[all...]
Completed in 11 milliseconds