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:rm3100_samp_rates
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/magnetometer/
H
A
D
rm3100-core.c
279
* Frequency :
rm3100_samp_rates
[][0].
rm3100_samp_rates
[][1]Hz.
283
static const int
rm3100_samp_rates
[RM3100_SAMP_NUM][3] = {
variable
300
*val =
rm3100_samp_rates
[tmp - RM3100_TMRC_OFFSET][0];
in rm3100_get_samp_freq()
301
*val2 =
rm3100_samp_rates
[tmp - RM3100_TMRC_OFFSET][1];
in rm3100_get_samp_freq()
356
if (val ==
rm3100_samp_rates
[i][0] &&
in rm3100_set_samp_freq()
357
val2 ==
rm3100_samp_rates
[i][1])
in rm3100_set_samp_freq()
393
data->conversion_time =
rm3100_samp_rates
[i][2] * 2;
in rm3100_set_samp_freq()
607
data->conversion_time =
rm3100_samp_rates
[samp_rate_index][2] * 2;
in rm3100_common_probe()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H
A
D
rm3100-core.c
271
* Frequency :
rm3100_samp_rates
[][0].
rm3100_samp_rates
[][1]Hz.
275
static const int
rm3100_samp_rates
[RM3100_SAMP_NUM][3] = {
variable
292
*val =
rm3100_samp_rates
[tmp - RM3100_TMRC_OFFSET][0];
in rm3100_get_samp_freq()
293
*val2 =
rm3100_samp_rates
[tmp - RM3100_TMRC_OFFSET][1];
in rm3100_get_samp_freq()
348
if (val ==
rm3100_samp_rates
[i][0] &&
in rm3100_set_samp_freq()
349
val2 ==
rm3100_samp_rates
[i][1])
in rm3100_set_samp_freq()
385
data->conversion_time =
rm3100_samp_rates
[i][2] * 2;
in rm3100_set_samp_freq()
597
data->conversion_time =
rm3100_samp_rates
[samp_rate_index][2] * 2;
in rm3100_common_probe()
Completed in 3 milliseconds