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:analog_demod_ops
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
tuner-core.c
233
* struct
analog_demod_ops
callbacks
272
static const struct
analog_demod_ops
tuner_analog_ops = {
303
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_type()
462
sizeof(struct
analog_demod_ops
));
in set_type()
558
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in tuner_s_config()
844
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_mode()
894
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_tv_freq()
1035
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_radio_freq()
1092
struct
analog_demod_ops
*analog_ops = &fe->ops.analog_ops;
in tuner_status()
1161
struct
analog_demod_ops
*analog_op
in tuner_standby()
[all...]
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
tuner-core.c
233
* struct
analog_demod_ops
callbacks
272
static const struct
analog_demod_ops
tuner_analog_ops = {
303
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_type()
462
sizeof(struct
analog_demod_ops
));
in set_type()
558
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in tuner_s_config()
841
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_mode()
891
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_tv_freq()
1032
struct
analog_demod_ops
*analog_ops = &t->fe.ops.analog_ops;
in set_radio_freq()
1089
struct
analog_demod_ops
*analog_ops = &fe->ops.analog_ops;
in tuner_status()
1158
struct
analog_demod_ops
*analog_op
in tuner_standby()
[all...]
/kernel/linux/linux-5.10/drivers/media/tuners/
H
A
D
tda8290.c
714
static const struct
analog_demod_ops
tda8290_ops = {
722
static const struct
analog_demod_ops
tda8295_ops = {
753
sizeof(struct
analog_demod_ops
));
in tda829x_attach()
759
sizeof(struct
analog_demod_ops
));
in tda829x_attach()
813
memset(&fe->ops.analog_ops, 0, sizeof(struct
analog_demod_ops
));
in tda829x_attach()
H
A
D
tda9887.c
663
static const struct
analog_demod_ops
tda9887_ops = {
704
sizeof(struct
analog_demod_ops
));
in tda9887_attach()
/kernel/linux/linux-6.6/drivers/media/tuners/
H
A
D
tda8290.c
714
static const struct
analog_demod_ops
tda8290_ops = {
722
static const struct
analog_demod_ops
tda8295_ops = {
753
sizeof(struct
analog_demod_ops
));
in tda829x_attach()
759
sizeof(struct
analog_demod_ops
));
in tda829x_attach()
813
memset(&fe->ops.analog_ops, 0, sizeof(struct
analog_demod_ops
));
in tda829x_attach()
H
A
D
tda9887.c
663
static const struct
analog_demod_ops
tda9887_ops = {
704
sizeof(struct
analog_demod_ops
));
in tda9887_attach()
/kernel/linux/linux-5.10/include/media/
H
A
D
dvb_frontend.h
281
* struct
analog_demod_ops
- Demodulation information and callbacks for
302
struct
analog_demod_ops
{
struct
433
* @analog_ops: pointer to &struct
analog_demod_ops
493
struct
analog_demod_ops
analog_ops;
/kernel/linux/linux-6.6/include/media/
H
A
D
dvb_frontend.h
281
* struct
analog_demod_ops
- Demodulation information and callbacks for
302
struct
analog_demod_ops
{
struct
437
* @analog_ops: pointer to &struct
analog_demod_ops
499
struct
analog_demod_ops
analog_ops;
Completed in 10 milliseconds