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:hw_irq_trigger
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/
H
A
D
st_sensors_trigger.c
87
if (sdata->
hw_irq_trigger
&&
in st_sensors_irq_thread()
109
while (sdata->
hw_irq_trigger
&&
in st_sensors_irq_thread()
H
A
D
st_sensors_core.c
466
sdata->
hw_irq_trigger
= enable;
in st_sensors_set_dataready_irq()
489
sdata->
hw_irq_trigger
= enable;
in st_sensors_set_dataready_irq()
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/
H
A
D
st_sensors_trigger.c
86
if (sdata->
hw_irq_trigger
&&
in st_sensors_irq_thread()
108
while (sdata->
hw_irq_trigger
&&
in st_sensors_irq_thread()
H
A
D
st_sensors_core.c
438
sdata->
hw_irq_trigger
= enable;
in st_sensors_set_dataready_irq()
461
sdata->
hw_irq_trigger
= enable;
in st_sensors_set_dataready_irq()
/kernel/linux/linux-5.10/drivers/iio/gyro/
H
A
D
mpu3050.h
56
* @
hw_irq_trigger
: hardware interrupt trigger is in use
80
bool
hw_irq_trigger
;
member
H
A
D
mpu3050-core.c
497
if (mpu3050->
hw_irq_trigger
) {
in mpu3050_trigger_handler()
658
if (!mpu3050->
hw_irq_trigger
)
in mpu3050_buffer_preenable()
913
if (!mpu3050->
hw_irq_trigger
)
in mpu3050_irq_handler()
983
mpu3050->
hw_irq_trigger
= false;
in mpu3050_drdy_trigger_set_state()
989
mpu3050->
hw_irq_trigger
= true;
in mpu3050_drdy_trigger_set_state()
/kernel/linux/linux-6.6/drivers/iio/gyro/
H
A
D
mpu3050.h
56
* @
hw_irq_trigger
: hardware interrupt trigger is in use
80
bool
hw_irq_trigger
;
member
H
A
D
mpu3050-core.c
496
if (mpu3050->
hw_irq_trigger
) {
in mpu3050_trigger_handler()
658
if (!mpu3050->
hw_irq_trigger
)
in mpu3050_buffer_preenable()
916
if (!mpu3050->
hw_irq_trigger
)
in mpu3050_irq_handler()
986
mpu3050->
hw_irq_trigger
= false;
in mpu3050_drdy_trigger_set_state()
992
mpu3050->
hw_irq_trigger
= true;
in mpu3050_drdy_trigger_set_state()
/kernel/linux/linux-5.10/include/linux/iio/common/
H
A
D
st_sensors.h
228
* @
hw_irq_trigger
: if we're using the hardware interrupt on the sensor.
253
bool
hw_irq_trigger
;
member
/kernel/linux/linux-6.6/include/linux/iio/common/
H
A
D
st_sensors.h
236
* @
hw_irq_trigger
: if we're using the hardware interrupt on the sensor.
258
bool
hw_irq_trigger
;
member
Completed in 9 milliseconds