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:milli_hz
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/
H
A
D
st_lsm6dsx.h
130
u32
milli_hz
;
member
144
u32
milli_hz
;
member
H
A
D
st_lsm6dsx_shub.c
410
if (settings->odr_table.odr_avl[i].
milli_hz
== odr)
in st_lsm6dsx_shub_get_odr_val()
677
u32 val = settings->odr_table.odr_avl[i].
milli_hz
;
in st_lsm6dsx_shub_sampling_freq_avail()
745
sensor->odr = hw->settings->odr_table[ref_id].odr_avl[0].
milli_hz
;
in st_lsm6dsx_shub_alloc_iiodev()
746
sensor->ext_info.slv_odr = info->odr_table.odr_avl[0].
milli_hz
;
in st_lsm6dsx_shub_alloc_iiodev()
H
A
D
st_lsm6dsx_core.c
1624
if (odr_table->odr_avl[i].
milli_hz
>= odr)
in st_lsm6dsx_check_odr()
1632
return odr_table->odr_avl[i].
milli_hz
;
in st_lsm6dsx_check_odr()
2020
odr_table->odr_avl[i].
milli_hz
/ 1000,
in st_lsm6dsx_sysfs_sampling_frequency_avail()
2021
odr_table->odr_avl[i].
milli_hz
% 1000);
in st_lsm6dsx_sysfs_sampling_frequency_avail()
2381
sensor->odr = hw->settings->odr_table[id].odr_avl[0].
milli_hz
;
in st_lsm6dsx_alloc_iiodev()
H
A
D
st_lsm6dsx_buffer.c
688
if (data->val[i].
milli_hz
== sensor->odr) {
in st_lsm6dsx_update_samples_to_discard()
/kernel/linux/linux-5.10/drivers/iio/imu/st_lsm6dsx/
H
A
D
st_lsm6dsx_shub.c
412
if (settings->odr_table.odr_avl[i].
milli_hz
== odr)
in st_lsm6dsx_shub_get_odr_val()
679
u32 val = settings->odr_table.odr_avl[i].
milli_hz
;
in st_lsm6dsx_shub_sampling_freq_avail()
747
sensor->odr = hw->settings->odr_table[ref_id].odr_avl[0].
milli_hz
;
in st_lsm6dsx_shub_alloc_iiodev()
748
sensor->ext_info.slv_odr = info->odr_table.odr_avl[0].
milli_hz
;
in st_lsm6dsx_shub_alloc_iiodev()
H
A
D
st_lsm6dsx_core.c
1430
if (odr_table->odr_avl[i].
milli_hz
>= odr)
in st_lsm6dsx_check_odr()
1438
return odr_table->odr_avl[i].
milli_hz
;
in st_lsm6dsx_check_odr()
1827
odr_table->odr_avl[i].
milli_hz
/ 1000,
in st_lsm6dsx_sysfs_sampling_frequency_avail()
1828
odr_table->odr_avl[i].
milli_hz
% 1000);
in st_lsm6dsx_sysfs_sampling_frequency_avail()
2188
sensor->odr = hw->settings->odr_table[id].odr_avl[0].
milli_hz
;
in st_lsm6dsx_alloc_iiodev()
H
A
D
st_lsm6dsx.h
110
u32
milli_hz
;
member
Completed in 10 milliseconds