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:bttv_tvnorms
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/bt8xx/
H
A
D
bttv-vbi.c
309
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in bttv_try_fmt_vbi_cap()
332
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in bttv_s_fmt_vbi_cap()
373
tvnorm = &
bttv_tvnorms
[fh->btv->tvnorm];
in bttv_g_fmt_vbi_cap()
413
tvnorm = &
bttv_tvnorms
[norm];
in bttv_vbi_fmt_reset()
H
A
D
bttv-driver.c
272
const struct bttv_tvnorm
bttv_tvnorms
[] = {
variable
499
static const unsigned int BTTV_TVNORMS = ARRAY_SIZE(
bttv_tvnorms
);
726
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in disclaim_video_lines()
850
int table_idx =
bttv_tvnorms
[btv->tvnorm].sram;
in bt848A_set_timing()
851
int fsc =
bttv_tvnorms
[btv->tvnorm].Fsc;
in bt848A_set_timing()
1110
c->rect =
bttv_tvnorms
[norm].cropcap.defrect;
in bttv_crop_reset()
1124
tvnorm = &
bttv_tvnorms
[norm];
in set_tvnorm()
1126
if (memcmp(&
bttv_tvnorms
[btv->tvnorm].cropcap, &tvnorm->cropcap,
in set_tvnorm()
1557
if (btv->vbi_end >
bttv_tvnorms
[norm].cropcap.defrect.top) {
in bttv_prepare_buffer()
1561
c.rect =
bttv_tvnorms
[nor
in bttv_prepare_buffer()
[all...]
H
A
D
bttvp.h
99
extern const struct bttv_tvnorm
bttv_tvnorms
[];
H
A
D
bttv-risc.c
699
const struct bttv_tvnorm *tvnorm =
bttv_tvnorms
+ buf->tvnorm;
in bttv_buffer_risc()
870
&
bttv_tvnorms
[ov->tvnorm],&buf->crop);
in bttv_overlay_risc()
H
A
D
bttv-cards.c
4096
if (
bttv_tvnorms
[btv->tvnorm].v4l2_id & V4L2_STD_MN)
in bttv_tda9880_setnorm()
/kernel/linux/linux-6.6/drivers/media/pci/bt8xx/
H
A
D
bttv-vbi.c
254
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in bttv_try_fmt_vbi_cap()
276
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in bttv_s_fmt_vbi_cap()
313
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in bttv_g_fmt_vbi_cap()
352
tvnorm = &
bttv_tvnorms
[norm];
in bttv_vbi_fmt_reset()
H
A
D
bttv-driver.c
272
const struct bttv_tvnorm
bttv_tvnorms
[] = {
variable
499
static const unsigned int BTTV_TVNORMS = ARRAY_SIZE(
bttv_tvnorms
);
713
tvnorm = &
bttv_tvnorms
[btv->tvnorm];
in disclaim_video_lines()
835
int table_idx =
bttv_tvnorms
[btv->tvnorm].sram;
in bt848A_set_timing()
836
int fsc =
bttv_tvnorms
[btv->tvnorm].Fsc;
in bt848A_set_timing()
1095
c->rect =
bttv_tvnorms
[norm].cropcap.defrect;
in bttv_crop_reset()
1109
tvnorm = &
bttv_tvnorms
[norm];
in set_tvnorm()
1111
if (memcmp(&
bttv_tvnorms
[btv->tvnorm].cropcap, &tvnorm->cropcap,
in set_tvnorm()
1608
if (id &
bttv_tvnorms
[i].v4l2_id)
in bttv_s_std()
1861
b = &
bttv_tvnorms
[bt
in limit_scaled_size_lock()
[all...]
H
A
D
bttvp.h
98
extern const struct bttv_tvnorm
bttv_tvnorms
[];
H
A
D
bttv-risc.c
663
const struct bttv_tvnorm *tvnorm =
bttv_tvnorms
+ btv->tvnorm;
in bttv_buffer_risc()
H
A
D
bttv-cards.c
4095
if (
bttv_tvnorms
[btv->tvnorm].v4l2_id & V4L2_STD_MN)
in bttv_tda9880_setnorm()
Completed in 24 milliseconds