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:set_tune
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/usb/as102/
H
A
D
as10x_cmd.c
111
sizeof(preq->body.
set_tune
.req));
in as10x_cmd_set_tune()
114
preq->body.
set_tune
.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE);
in as10x_cmd_set_tune()
115
preq->body.
set_tune
.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq);
in as10x_cmd_set_tune()
116
preq->body.
set_tune
.req.args.bandwidth = ptune->bandwidth;
in as10x_cmd_set_tune()
117
preq->body.
set_tune
.req.args.hier_select = ptune->hier_select;
in as10x_cmd_set_tune()
118
preq->body.
set_tune
.req.args.modulation = ptune->modulation;
in as10x_cmd_set_tune()
119
preq->body.
set_tune
.req.args.hierarchy = ptune->hierarchy;
in as10x_cmd_set_tune()
120
preq->body.
set_tune
.req.args.interleaving_mode =
in as10x_cmd_set_tune()
122
preq->body.
set_tune
.req.args.code_rate = ptune->code_rate;
in as10x_cmd_set_tune()
123
preq->body.
set_tune
in as10x_cmd_set_tune()
[all...]
H
A
D
as10x_cmd.h
440
union as10x_set_tune
set_tune
;
member
H
A
D
as102_drv.c
278
.
set_tune
= as102_set_tune,
/kernel/linux/linux-6.6/drivers/media/usb/as102/
H
A
D
as10x_cmd.c
111
sizeof(preq->body.
set_tune
.req));
in as10x_cmd_set_tune()
114
preq->body.
set_tune
.req.proc_id = cpu_to_le16(CONTROL_PROC_SETTUNE);
in as10x_cmd_set_tune()
115
preq->body.
set_tune
.req.args.freq = (__force __u32)cpu_to_le32(ptune->freq);
in as10x_cmd_set_tune()
116
preq->body.
set_tune
.req.args.bandwidth = ptune->bandwidth;
in as10x_cmd_set_tune()
117
preq->body.
set_tune
.req.args.hier_select = ptune->hier_select;
in as10x_cmd_set_tune()
118
preq->body.
set_tune
.req.args.modulation = ptune->modulation;
in as10x_cmd_set_tune()
119
preq->body.
set_tune
.req.args.hierarchy = ptune->hierarchy;
in as10x_cmd_set_tune()
120
preq->body.
set_tune
.req.args.interleaving_mode =
in as10x_cmd_set_tune()
122
preq->body.
set_tune
.req.args.code_rate = ptune->code_rate;
in as10x_cmd_set_tune()
123
preq->body.
set_tune
in as10x_cmd_set_tune()
[all...]
H
A
D
as10x_cmd.h
440
union as10x_set_tune
set_tune
;
member
H
A
D
as102_drv.c
278
.
set_tune
= as102_set_tune,
/kernel/linux/linux-5.10/drivers/media/dvb-frontends/
H
A
D
as102_fe.h
10
int (*
set_tune
)(void *priv, struct as10x_tune_args *tune_args);
member
H
A
D
as102_fe.c
181
return state->ops->
set_tune
(state->priv, &tune_args);
in as102_fe_set_frontend()
/kernel/linux/linux-6.6/drivers/media/dvb-frontends/
H
A
D
as102_fe.h
10
int (*
set_tune
)(void *priv, struct as10x_tune_args *tune_args);
member
H
A
D
as102_fe.c
181
return state->ops->
set_tune
(state->priv, &tune_args);
in as102_fe_set_frontend()
Completed in 6 milliseconds