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:mount_matrix
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/accel/
H
A
D
st_accel_core.c
1079
return adata->
mount_matrix
;
in get_mount_matrix()
1180
adata->
mount_matrix
= devm_kmalloc(&indio_dev->dev,
in apply_acpi_orientation()
1181
sizeof(*adata->
mount_matrix
),
in apply_acpi_orientation()
1183
if (!adata->
mount_matrix
) {
in apply_acpi_orientation()
1206
adata->
mount_matrix
->rotation[i * 3 + j] = str_value;
in apply_acpi_orientation()
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H
A
D
st_magn_core.c
63
return &mdata->
mount_matrix
;
in st_magn_get_mount_matrix()
624
err = iio_read_mount_matrix(parent, &mdata->
mount_matrix
);
in st_magn_common_probe()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H
A
D
st_gyro_core.c
41
return &gdata->
mount_matrix
;
in st_gyro_get_mount_matrix()
488
err = iio_read_mount_matrix(parent, &gdata->
mount_matrix
);
in st_gyro_common_probe()
/kernel/linux/linux-5.10/include/linux/iio/common/
H
A
D
st_sensors.h
236
struct iio_mount_matrix *
mount_matrix
;
member
/kernel/linux/linux-6.6/include/linux/iio/common/
H
A
D
st_sensors.h
225
* @
mount_matrix
: The mounting matrix of the sensor.
243
struct iio_mount_matrix
mount_matrix
;
member
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
st_accel_core.c
46
return &adata->
mount_matrix
;
in st_accel_get_mount_matrix()
1374
adata->
mount_matrix
.rotation[i * 3 + j] = str_value;
in apply_acpi_orientation()
1438
err = iio_read_mount_matrix(parent, &adata->
mount_matrix
);
in st_accel_common_probe()
Completed in 5 milliseconds