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_cap
(Results
1 - 22
of
22
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
H
A
D
ivtv-ioctl.c
241
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_video_command()
321
if (!(itv->
v4l2_cap
& V4L2_CAP_SLICED_VBI_OUTPUT))
in ivtv_g_fmt_sliced_vbi_out()
406
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_fmt_vid_out()
741
vcap->capabilities = itv->
v4l2_cap
| V4L2_CAP_DEVICE_CAPS;
in ivtv_querycap()
841
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_s_selection()
849
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_s_selection()
897
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_selection()
1030
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_output()
1186
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_s_std()
1235
if (!(itv->
v4l2_cap
in ivtv_g_sliced_vbi_cap()
[all...]
H
A
D
ivtv-firmware.c
272
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_firmware_restart()
295
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_firmware_restart()
345
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_firmware_check()
H
A
D
ivtv-driver.c
461
itv->
v4l2_cap
= itv->card->v4l2_capabilities;
in ivtv_process_eeprom()
728
itv->
v4l2_cap
= itv->card->v4l2_capabilities;
in ivtv_process_options()
971
itv->
v4l2_cap
&= ~(V4L2_CAP_SLICED_VBI_CAPTURE|V4L2_CAP_VBI_CAPTURE);
in ivtv_load_and_init_modules()
1180
itv->
v4l2_cap
|= V4L2_CAP_RADIO;
in ivtv_probe()
1210
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_probe()
1376
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_init_on_first_open()
1409
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_remove()
H
A
D
ivtv-streams.c
213
if (type == IVTV_ENC_STREAM_TYPE_RAD && !(itv->
v4l2_cap
& V4L2_CAP_RADIO))
in ivtv_prep_dev()
215
if (type >= IVTV_DEC_STREAM_TYPE_MPG && !(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_prep_dev()
305
itv->
v4l2_cap
|= V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtv_reg_dev()
584
if (itv->
v4l2_cap
& V4L2_CAP_VBI_CAPTURE) {
in ivtv_start_v4l2_encode_stream()
H
A
D
ivtv-vbi.c
19
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_vps()
36
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_cc()
55
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_wss()
H
A
D
ivtvfb.c
1226
itv->
v4l2_cap
|= V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtvfb_init_card()
1236
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtvfb_callback_init()
1252
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtvfb_callback_cleanup()
1257
itv->
v4l2_cap
&= ~V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtvfb_callback_cleanup()
H
A
D
ivtv-driver.h
620
u32
v4l2_cap
; /* V4L2 capabilities of card */
member
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
H
A
D
ivtv-firmware.c
272
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_firmware_restart()
295
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_firmware_restart()
345
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_firmware_check()
H
A
D
ivtv-ioctl.c
236
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_video_command()
316
if (!(itv->
v4l2_cap
& V4L2_CAP_SLICED_VBI_OUTPUT))
in ivtv_g_fmt_sliced_vbi_out()
401
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_fmt_vid_out()
735
vcap->capabilities = itv->
v4l2_cap
| V4L2_CAP_DEVICE_CAPS;
in ivtv_querycap()
835
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_s_selection()
843
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_s_selection()
891
!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_selection()
1024
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_g_output()
1180
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_s_std()
1229
if (!(itv->
v4l2_cap
in ivtv_g_sliced_vbi_cap()
[all...]
H
A
D
ivtv-driver.c
458
itv->
v4l2_cap
= itv->card->v4l2_capabilities;
in ivtv_process_eeprom()
725
itv->
v4l2_cap
= itv->card->v4l2_capabilities;
in ivtv_process_options()
973
itv->
v4l2_cap
&= ~(V4L2_CAP_SLICED_VBI_CAPTURE|V4L2_CAP_VBI_CAPTURE);
in ivtv_load_and_init_modules()
1182
itv->
v4l2_cap
|= V4L2_CAP_RADIO;
in ivtv_probe()
1212
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_probe()
1378
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtv_init_on_first_open()
1411
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT)
in ivtv_remove()
H
A
D
ivtv-streams.c
213
if (type == IVTV_ENC_STREAM_TYPE_RAD && !(itv->
v4l2_cap
& V4L2_CAP_RADIO))
in ivtv_prep_dev()
215
if (type >= IVTV_DEC_STREAM_TYPE_MPG && !(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_prep_dev()
305
itv->
v4l2_cap
|= V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtv_reg_dev()
584
if (itv->
v4l2_cap
& V4L2_CAP_VBI_CAPTURE) {
in ivtv_start_v4l2_encode_stream()
H
A
D
ivtv-vbi.c
19
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_vps()
36
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_cc()
55
if (!(itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT))
in ivtv_set_wss()
H
A
D
ivtvfb.c
1225
itv->
v4l2_cap
|= V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtvfb_init_card()
1235
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtvfb_callback_init()
1251
if (itv->
v4l2_cap
& V4L2_CAP_VIDEO_OUTPUT) {
in ivtvfb_callback_cleanup()
1256
itv->
v4l2_cap
&= ~V4L2_CAP_VIDEO_OUTPUT_OVERLAY;
in ivtvfb_callback_cleanup()
H
A
D
ivtv-driver.h
618
u32
v4l2_cap
; /* V4L2 capabilities of card */
member
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
400
cx->
v4l2_cap
= cx->card->v4l2_capabilities;
in cx18_process_eeprom()
682
cx->
v4l2_cap
= cx->card->v4l2_capabilities;
in cx18_process_options()
1065
cx->
v4l2_cap
|= V4L2_CAP_RADIO;
in cx18_probe()
H
A
D
cx18-streams.c
299
u32 cap = cx->
v4l2_cap
;
in cx18_prep_dev()
863
if (cx->
v4l2_cap
& V4L2_CAP_VBI_CAPTURE)
in cx18_start_v4l2_encode_stream()
H
A
D
cx18-driver.h
576
u32
v4l2_cap
; /* V4L2 capabilities of card */
member
H
A
D
cx18-ioctl.c
394
vcap->capabilities = cx->
v4l2_cap
| V4L2_CAP_DEVICE_CAPS;
in cx18_querycap()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-driver.c
399
cx->
v4l2_cap
= cx->card->v4l2_capabilities;
in cx18_process_eeprom()
681
cx->
v4l2_cap
= cx->card->v4l2_capabilities;
in cx18_process_options()
1064
cx->
v4l2_cap
|= V4L2_CAP_RADIO;
in cx18_probe()
H
A
D
cx18-streams.c
305
u32 cap = cx->
v4l2_cap
;
in cx18_prep_dev()
875
if (cx->
v4l2_cap
& V4L2_CAP_VBI_CAPTURE)
in cx18_start_v4l2_encode_stream()
H
A
D
cx18-driver.h
576
u32
v4l2_cap
; /* V4L2 capabilities of card */
member
H
A
D
cx18-ioctl.c
428
vcap->capabilities = cx->
v4l2_cap
| V4L2_CAP_DEVICE_CAPS;
in cx18_querycap()
Completed in 37 milliseconds