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:cx18_open_id
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx18/
H
A
D
cx18-ioctl.c
137
struct
cx18_open_id
*id = fh2id(fh);
in cx18_g_fmt_vid_cap()
205
struct
cx18_open_id
*id = fh2id(fh);
in cx18_try_fmt_vid_cap()
254
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_vid_cap()
297
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_vbi_cap()
327
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_sliced_vbi_cap()
387
struct
cx18_open_id
*id = fh2id(fh);
in cx18_querycap()
506
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_input()
555
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_frequency()
578
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_std()
614
struct
cx18_open_id
*i
in cx18_s_tuner()
[all...]
H
A
D
cx18-fileops.c
30
int cx18_claim_stream(struct
cx18_open_id
*id, int type)
in cx18_claim_stream()
482
int cx18_start_capture(struct
cx18_open_id
*id)
in cx18_start_capture()
574
struct
cx18_open_id
*id = file2id(filp);
in cx18_v4l2_read()
599
struct
cx18_open_id
*id = file2id(filp);
in cx18_v4l2_enc_poll()
648
struct
cx18_open_id
*id = file->private_data;
in cx18_v4l2_mmap()
698
void cx18_stop_capture(struct
cx18_open_id
*id, int gop_end)
in cx18_stop_capture()
741
struct
cx18_open_id
*id = fh2id(fh);
in cx18_v4l2_close()
783
struct
cx18_open_id
*item;
in cx18_serialized_open()
788
item = kzalloc(sizeof(struct
cx18_open_id
), GFP_KERNEL);
in cx18_serialized_open()
H
A
D
cx18-driver.h
415
struct
cx18_open_id
{
struct
422
static inline struct
cx18_open_id
*fh2id(struct v4l2_fh *fh)
in fh2id()
424
return container_of(fh, struct
cx18_open_id
, fh);
in fh2id()
427
static inline struct
cx18_open_id
*file2id(struct file *file)
in file2id()
H
A
D
cx18-alsa-pcm.c
141
struct
cx18_open_id
item;
in snd_cx18_pcm_capture_open()
H
A
D
cx18-driver.c
1140
struct
cx18_open_id
fh;
in cx18_init_on_first_open()
/kernel/linux/linux-6.6/drivers/media/pci/cx18/
H
A
D
cx18-fileops.c
30
int cx18_claim_stream(struct
cx18_open_id
*id, int type)
in cx18_claim_stream()
482
int cx18_start_capture(struct
cx18_open_id
*id)
in cx18_start_capture()
574
struct
cx18_open_id
*id = file2id(filp);
in cx18_v4l2_read()
593
struct
cx18_open_id
*id = file2id(filp);
in cx18_v4l2_enc_poll()
682
struct
cx18_open_id
*id = fh2id(fh);
in cx18_v4l2_close()
730
struct
cx18_open_id
*item;
in cx18_serialized_open()
735
item = kzalloc(sizeof(struct
cx18_open_id
), GFP_KERNEL);
in cx18_serialized_open()
H
A
D
cx18-ioctl.c
55
struct
cx18_open_id
*id = fh2id(fh);
in cx18_g_fmt_vid_cap()
79
struct
cx18_open_id
*id = fh2id(fh);
in cx18_try_fmt_vid_cap()
124
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_vid_cap()
333
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_vbi_cap()
363
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_fmt_sliced_vbi_cap()
423
struct
cx18_open_id
*id = fh2id(fh);
in cx18_querycap()
502
struct
cx18_open_id
*id = fh2id(fh);
in cx18_enum_fmt_vid_cap()
526
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_input()
575
struct
cx18_open_id
*id = fh2id(fh);
in cx18_s_frequency()
598
struct
cx18_open_id
*i
in cx18_s_std()
[all...]
H
A
D
cx18-driver.h
415
struct
cx18_open_id
{
struct
422
static inline struct
cx18_open_id
*fh2id(struct v4l2_fh *fh)
in fh2id()
424
return container_of(fh, struct
cx18_open_id
, fh);
in fh2id()
427
static inline struct
cx18_open_id
*file2id(struct file *file)
in file2id()
H
A
D
cx18-alsa-pcm.c
141
struct
cx18_open_id
item;
in snd_cx18_pcm_capture_open()
H
A
D
cx18-driver.c
1139
struct
cx18_open_id
fh;
in cx18_init_on_first_open()
Completed in 12 milliseconds