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:accel_scale
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
sca3300.c
177
const int (*
accel_scale
)[2];
member
218
.
accel_scale
= sca3300_accel_scale,
234
.
accel_scale
= scl3300_accel_scale,
400
opmode_scale = (int *)chip->
accel_scale
[chip->accel_scale_map[index]];
in sca3300_set_frequency()
402
new_scale = (int *)chip->
accel_scale
[chip->accel_scale_map[i]];
in sca3300_set_frequency()
433
if ((val == data->chip->
accel_scale
[index][0]) &&
in sca3300_write_raw()
434
(val2 == data->chip->
accel_scale
[index][1]))
in sca3300_write_raw()
471
*val = data->chip->
accel_scale
[index][0];
in sca3300_read_raw()
472
*val2 = data->chip->
accel_scale
[index][1];
in sca3300_read_raw()
603
*vals = (const int *)data->chip->
accel_scale
;
in sca3300_read_avail()
[all...]
H
A
D
adxl355.h
28
struct adxl355_fractional_type
accel_scale
;
member
H
A
D
adxl355_core.c
95
.
accel_scale
= {
120
.
accel_scale
= {
525
*val = data->chip_info->
accel_scale
.integer;
in adxl355_read_raw()
526
*val2 = data->chip_info->
accel_scale
.decimal;
in adxl355_read_raw()
/kernel/linux/linux-5.10/drivers/iio/imu/inv_mpu6050/
H
A
D
inv_mpu_core.c
34
static const int
accel_scale
[] = {598, 1196, 2392, 4785};
variable
682
*val2 =
accel_scale
[st->chip_config.accl_fs];
in inv_mpu6050_read_raw()
775
for (i = 0; i < ARRAY_SIZE(
accel_scale
); ++i) {
in inv_mpu6050_write_accel_scale()
776
if (
accel_scale
[i] == val2) {
in inv_mpu6050_write_accel_scale()
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/
H
A
D
inv_mpu_core.c
37
static const int
accel_scale
[] = {598, 1196, 2392, 4785};
variable
724
*val2 =
accel_scale
[st->chip_config.accl_fs];
in inv_mpu6050_read_raw()
817
for (i = 0; i < ARRAY_SIZE(
accel_scale
); ++i) {
in inv_mpu6050_write_accel_scale()
818
if (
accel_scale
[i] == val2) {
in inv_mpu6050_write_accel_scale()
Completed in 9 milliseconds