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:slope_thres
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-6.6/drivers/iio/accel/
H
A
D
bmc150-accel.h
76
u32
slope_thres
;
member
H
A
D
bmc150-accel-core.c
277
data->
slope_thres
);
in bmc150_accel_update_slope()
290
dev_dbg(dev, "%x %x\n", data->
slope_thres
, data->slope_dur);
in bmc150_accel_update_slope()
795
*val = data->
slope_thres
;
in bmc150_accel_read_event()
821
data->
slope_thres
= val & BMC150_ACCEL_SLOPE_THRES_MASK;
in bmc150_accel_write_event()
1646
data->
slope_thres
= BMC150_ACCEL_DEF_SLOPE_THRESHOLD;
in bmc150_accel_chip_init()
/kernel/linux/linux-5.10/drivers/iio/accel/
H
A
D
bmc150-accel-core.c
202
u32
slope_thres
;
member
327
data->
slope_thres
);
in bmc150_accel_update_slope()
340
dev_dbg(dev, "%x %x\n", data->
slope_thres
, data->slope_dur);
in bmc150_accel_update_slope()
681
*val = data->
slope_thres
;
in bmc150_accel_read_event()
707
data->
slope_thres
= val & BMC150_ACCEL_SLOPE_THRES_MASK;
in bmc150_accel_write_event()
1540
data->
slope_thres
= BMC150_ACCEL_DEF_SLOPE_THRESHOLD;
in bmc150_accel_chip_init()
/kernel/linux/linux-5.10/drivers/iio/gyro/
H
A
D
bmg160_core.c
106
int
slope_thres
;
member
284
data->
slope_thres
= val;
in bmg160_chip_init()
351
data->
slope_thres
);
in bmg160_setup_any_motion_interrupt()
704
*val = data->
slope_thres
& BMG160_SLOPE_THRES_MASK;
in bmg160_read_event()
726
data->
slope_thres
&= ~BMG160_SLOPE_THRES_MASK;
in bmg160_write_event()
727
data->
slope_thres
|= (val & BMG160_SLOPE_THRES_MASK);
in bmg160_write_event()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H
A
D
bmg160_core.c
107
int
slope_thres
;
member
285
data->
slope_thres
= val;
in bmg160_chip_init()
352
data->
slope_thres
);
in bmg160_setup_any_motion_interrupt()
705
*val = data->
slope_thres
& BMG160_SLOPE_THRES_MASK;
in bmg160_read_event()
727
data->
slope_thres
&= ~BMG160_SLOPE_THRES_MASK;
in bmg160_write_event()
728
data->
slope_thres
|= (val & BMG160_SLOPE_THRES_MASK);
in bmg160_write_event()
Completed in 10 milliseconds