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:tx_carrier_freq
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/
H
A
D
ite-cir.c
52
static int
tx_carrier_freq
;
variable
53
module_param(
tx_carrier_freq
, int, S_IRUGO | S_IWUSR);
54
MODULE_PARM_DESC(
tx_carrier_freq
, "Override TX carrier frequency, Hz");
222
freq = dev->params.
tx_carrier_freq
;
in ite_set_carrier_params()
353
dev->params.
tx_carrier_freq
= carrier;
in ite_set_tx_carrier()
1341
.
tx_carrier_freq
= 38000,
1366
.
tx_carrier_freq
= 38000,
1391
.
tx_carrier_freq
= 38000,
1417
.
tx_carrier_freq
= 38000,
1522
if (
tx_carrier_freq
>
in ite_probe()
[all...]
H
A
D
ite-cir.h
62
unsigned int
tx_carrier_freq
;
member
/kernel/linux/linux-6.6/drivers/media/rc/
H
A
D
ite-cir.h
96
unsigned int
tx_carrier_freq
;
member
H
A
D
ite-cir.c
185
freq = dev->
tx_carrier_freq
;
in ite_set_carrier_params()
307
dev->
tx_carrier_freq
= carrier;
in ite_set_tx_carrier()
1366
itdev->
tx_carrier_freq
= ITE_DEFAULT_CARRIER_FREQ;
in ite_probe()
Completed in 8 milliseconds