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:acc_sensor
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/imu/st_lsm6dsx/
H
A
D
st_lsm6dsx_buffer.c
353
struct st_lsm6dsx_sensor *
acc_sensor
, *gyro_sensor, *ext_sensor = NULL;
in st_lsm6dsx_read_fifo()
local
377
acc_sensor
= iio_priv(hw->iio_devs[ST_LSM6DSX_ID_ACC]);
in st_lsm6dsx_read_fifo()
410
acc_sip =
acc_sensor
->sip;
in st_lsm6dsx_read_fifo()
422
if (acc_sip > 0 && !(sip %
acc_sensor
->decimator)) {
in st_lsm6dsx_read_fifo()
473
if (acc_sip > 0 && !(sip %
acc_sensor
->decimator)) {
in st_lsm6dsx_read_fifo()
478
if (
acc_sensor
->samples_to_discard > 0)
in st_lsm6dsx_read_fifo()
479
acc_sensor
->samples_to_discard--;
in st_lsm6dsx_read_fifo()
484
acc_sensor
->ts_ref + ts);
in st_lsm6dsx_read_fifo()
/kernel/linux/linux-5.10/drivers/iio/imu/st_lsm6dsx/
H
A
D
st_lsm6dsx_buffer.c
352
struct st_lsm6dsx_sensor *
acc_sensor
, *gyro_sensor, *ext_sensor = NULL;
in st_lsm6dsx_read_fifo()
local
376
acc_sensor
= iio_priv(hw->iio_devs[ST_LSM6DSX_ID_ACC]);
in st_lsm6dsx_read_fifo()
409
acc_sip =
acc_sensor
->sip;
in st_lsm6dsx_read_fifo()
421
if (acc_sip > 0 && !(sip %
acc_sensor
->decimator)) {
in st_lsm6dsx_read_fifo()
465
if (acc_sip > 0 && !(sip %
acc_sensor
->decimator)) {
in st_lsm6dsx_read_fifo()
469
acc_sensor
->ts_ref + ts);
in st_lsm6dsx_read_fifo()
Completed in 3 milliseconds