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:magn_orient
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
H
A
D
inv_mpu_magn.c
274
st->
magn_orient
.rotation[0] = st->orientation.rotation[3];
in inv_mpu_magn_set_orient()
275
st->
magn_orient
.rotation[1] = st->orientation.rotation[4];
in inv_mpu_magn_set_orient()
276
st->
magn_orient
.rotation[2] = st->orientation.rotation[5];
in inv_mpu_magn_set_orient()
278
st->
magn_orient
.rotation[3] = st->orientation.rotation[0];
in inv_mpu_magn_set_orient()
279
st->
magn_orient
.rotation[4] = st->orientation.rotation[1];
in inv_mpu_magn_set_orient()
280
st->
magn_orient
.rotation[5] = st->orientation.rotation[2];
in inv_mpu_magn_set_orient()
297
st->
magn_orient
.rotation[6 + i] = str;
in inv_mpu_magn_set_orient()
301
st->
magn_orient
= st->orientation;
in inv_mpu_magn_set_orient()
H
A
D
inv_mpu_iio.h
173
* @
magn_orient
: magnetometer sensor chip orientation if available.
199
struct iio_mount_matrix
magn_orient
;
member
H
A
D
inv_mpu_core.c
1033
matrix = &data->
magn_orient
;
in inv_get_mount_matrix()
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H
A
D
inv_mpu_magn.c
275
st->
magn_orient
.rotation[0] = st->orientation.rotation[3];
in inv_mpu_magn_set_orient()
276
st->
magn_orient
.rotation[1] = st->orientation.rotation[4];
in inv_mpu_magn_set_orient()
277
st->
magn_orient
.rotation[2] = st->orientation.rotation[5];
in inv_mpu_magn_set_orient()
279
st->
magn_orient
.rotation[3] = st->orientation.rotation[0];
in inv_mpu_magn_set_orient()
280
st->
magn_orient
.rotation[4] = st->orientation.rotation[1];
in inv_mpu_magn_set_orient()
281
st->
magn_orient
.rotation[5] = st->orientation.rotation[2];
in inv_mpu_magn_set_orient()
303
st->
magn_orient
.rotation[i] = str;
in inv_mpu_magn_set_orient()
307
st->
magn_orient
= st->orientation;
in inv_mpu_magn_set_orient()
H
A
D
inv_mpu_iio.h
180
* @
magn_orient
: magnetometer sensor chip orientation if available.
204
struct iio_mount_matrix
magn_orient
;
member
H
A
D
inv_mpu_core.c
1082
matrix = &data->
magn_orient
;
in inv_get_mount_matrix()
Completed in 8 milliseconds