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:V4L2_STD_PAL_B
(Results
1 - 19
of
19
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-std.c
19
(
V4L2_STD_PAL_B
| \
52
#define TSTD_B (
V4L2_STD_PAL_B
|V4L2_STD_SECAM_B)
299
V4L2_STD_PAL_B
| V4L2_STD_PAL_G,
H
A
D
pvrusb2-hdw.c
1839
.std =
V4L2_STD_PAL_B
|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
/kernel/linux/linux-6.6/drivers/media/usb/pvrusb2/
H
A
D
pvrusb2-std.c
19
(
V4L2_STD_PAL_B
| \
52
#define TSTD_B (
V4L2_STD_PAL_B
|V4L2_STD_SECAM_B)
299
V4L2_STD_PAL_B
| V4L2_STD_PAL_G,
H
A
D
pvrusb2-hdw.c
1839
.std =
V4L2_STD_PAL_B
|V4L2_STD_PAL_B1|V4L2_STD_PAL_G,
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H
A
D
videodev2.h
687
#define
V4L2_STD_PAL_B
((v4l2_std_id)0x00000001)
macro
725
#define V4L2_STD_PAL_BG (
V4L2_STD_PAL_B
|\
735
#define V4L2_STD_B (
V4L2_STD_PAL_B
|\
/kernel/linux/linux-5.10/include/uapi/linux/
H
A
D
videodev2.h
1267
#define
V4L2_STD_PAL_B
((v4l2_std_id)0x00000001)
macro
1332
#define V4L2_STD_PAL_BG (
V4L2_STD_PAL_B
|\
1348
#define V4L2_STD_B (
V4L2_STD_PAL_B
|\
/kernel/linux/linux-6.6/include/uapi/linux/
H
A
D
videodev2.h
1347
#define
V4L2_STD_PAL_B
((v4l2_std_id)0x00000001)
macro
1412
#define V4L2_STD_PAL_BG (
V4L2_STD_PAL_B
|\
1428
#define V4L2_STD_B (
V4L2_STD_PAL_B
|\
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H
A
D
videodev2.h
678
#define
V4L2_STD_PAL_B
((v4l2_std_id) 0x00000001)
macro
707
#define V4L2_STD_PAL_BG (
V4L2_STD_PAL_B
| V4L2_STD_PAL_B1 | V4L2_STD_PAL_G)
710
#define V4L2_STD_B (
V4L2_STD_PAL_B
| V4L2_STD_PAL_B1 | V4L2_STD_SECAM_B)
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H
A
D
videodev2.h
678
#define
V4L2_STD_PAL_B
((v4l2_std_id) 0x00000001)
macro
707
#define V4L2_STD_PAL_BG (
V4L2_STD_PAL_B
| V4L2_STD_PAL_B1 | V4L2_STD_PAL_G)
710
#define V4L2_STD_B (
V4L2_STD_PAL_B
| V4L2_STD_PAL_B1 | V4L2_STD_SECAM_B)
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
1464
case STD_PAL: return
V4L2_STD_PAL_B
;
in tw5864_get_v4l2_std()
1479
if (v4l2_std &
V4L2_STD_PAL_B
)
in tw5864_from_v4l2_std()
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
H
A
D
tw5864-video.c
1463
case STD_PAL: return
V4L2_STD_PAL_B
;
in tw5864_get_v4l2_std()
1478
if (v4l2_std &
V4L2_STD_PAL_B
)
in tw5864_from_v4l2_std()
/kernel/linux/linux-5.10/drivers/media/pci/saa7164/
H
A
D
saa7164-api.c
693
} else if (std &
V4L2_STD_PAL_B
) {
in saa7164_api_configure_dif()
/kernel/linux/linux-5.10/drivers/media/usb/cx231xx/
H
A
D
cx231xx-417.c
1531
dev->norm =
V4L2_STD_PAL_B
;
in vidioc_s_std()
H
A
D
cx231xx-avcore.c
1577
} else if (standerd & (
V4L2_STD_PAL_B
| V4L2_STD_PAL_G)) {
in cx231xx_Get_Colibri_CarrierOffset()
/kernel/linux/linux-6.6/drivers/media/usb/cx231xx/
H
A
D
cx231xx-417.c
1531
dev->norm =
V4L2_STD_PAL_B
;
in vidioc_s_std()
H
A
D
cx231xx-avcore.c
1577
} else if (standerd & (
V4L2_STD_PAL_B
| V4L2_STD_PAL_G)) {
in cx231xx_Get_Colibri_CarrierOffset()
/kernel/linux/linux-6.6/drivers/media/pci/saa7164/
H
A
D
saa7164-api.c
693
} else if (std &
V4L2_STD_PAL_B
) {
in saa7164_api_configure_dif()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
53
{
V4L2_STD_PAL_B
, "PAL-B" },
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
v4l2-ioctl.c
50
{
V4L2_STD_PAL_B
, "PAL-B" },
Completed in 73 milliseconds