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:int_trigger_type
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/irqchip/
H
A
D
irq-ativic32.c
75
unsigned long
int_trigger_type
;
in ativic32_irq_domain_map()
local
78
int_trigger_type
= __nds32__mfsr(NDS32_SR_INT_TRIGGER);
in ativic32_irq_domain_map()
83
if (
int_trigger_type
& (BIT(hw))) {
in ativic32_irq_domain_map()
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H
A
D
goodix.h
84
unsigned int
int_trigger_type
;
member
H
A
D
goodix.c
1052
ts->
int_trigger_type
= GOODIX_INT_TRIGGER;
in goodix_read_config()
1058
ts->
int_trigger_type
= ts->config[TRIGGER_LOC] & 0x03;
in goodix_read_config()
1135
ts->
int_trigger_type
= GOODIX_INT_TRIGGER;
in goodix_configure_dev()
1240
ts->irq_flags = goodix_irq_flags[ts->
int_trigger_type
] | IRQF_ONESHOT;
in goodix_configure_dev()
/kernel/linux/linux-5.10/drivers/input/touchscreen/
H
A
D
goodix.c
100
unsigned int
int_trigger_type
;
member
966
ts->
int_trigger_type
= GOODIX_INT_TRIGGER;
in goodix_read_config()
971
ts->
int_trigger_type
= ts->config[TRIGGER_LOC] & 0x03;
in goodix_read_config()
1053
ts->
int_trigger_type
= GOODIX_INT_TRIGGER;
in goodix_configure_dev()
1147
ts->irq_flags = goodix_irq_flags[ts->
int_trigger_type
] | IRQF_ONESHOT;
in goodix_configure_dev()
Completed in 5 milliseconds