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:tuner_id
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/tuners/
H
A
D
mt2063.c
226
u32
tuner_id
;
member
921
if (state->
tuner_id
== MT2063_B0)
in mt2063_lockStatus()
1626
if (state->
tuner_id
== MT2063_B0)
in MT2063_Tune()
1669
if (state->
tuner_id
== MT2063_B0) {
in MT2063_Tune()
1892
state->
tuner_id
= state->reg[MT2063_REG_PART_REV];
in mt2063_init()
/kernel/linux/linux-6.6/drivers/media/tuners/
H
A
D
mt2063.c
226
u32
tuner_id
;
member
921
if (state->
tuner_id
== MT2063_B0)
in mt2063_lockStatus()
1626
if (state->
tuner_id
== MT2063_B0)
in MT2063_Tune()
1669
if (state->
tuner_id
== MT2063_B0) {
in MT2063_Tune()
1891
state->
tuner_id
= state->reg[MT2063_REG_PART_REV];
in mt2063_init()
/kernel/linux/linux-5.10/drivers/media/v4l2-core/
H
A
D
tuner-core.c
1406
static const struct i2c_device_id
tuner_id
[] = {
variable
1410
MODULE_DEVICE_TABLE(i2c,
tuner_id
);
1420
.id_table =
tuner_id
,
/kernel/linux/linux-6.6/drivers/media/v4l2-core/
H
A
D
tuner-core.c
1403
static const struct i2c_device_id
tuner_id
[] = {
variable
1407
MODULE_DEVICE_TABLE(i2c,
tuner_id
);
1417
.id_table =
tuner_id
,
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
mxl5xx_defs.h
641
u8
tuner_id
;
member
H
A
D
mxl5xx.c
1363
ctrl_tuner_cmd.
tuner_id
= tuner;
in enable_tuner()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
mxl5xx_defs.h
637
u8
tuner_id
;
member
H
A
D
mxl5xx.c
1354
ctrl_tuner_cmd.
tuner_id
= tuner;
in enable_tuner()
Completed in 18 milliseconds