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:BYT_TRIG_LVL
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
46
#define
BYT_TRIG_LVL
BIT(24)
macro
687
value &= ~(BYT_TRIG_POS | BYT_TRIG_NEG |
BYT_TRIG_LVL
);
in byt_gpio_clear_triggering()
1246
conf0 &
BYT_TRIG_LVL
? " level" : " ");
in byt_gpio_dbg_show()
1319
value |=
BYT_TRIG_LVL
;
in byt_irq_unmask()
1325
value |=
BYT_TRIG_LVL
;
in byt_irq_unmask()
1362
BYT_TRIG_LVL
);
in byt_irq_type()
1451
if (trig != (BYT_TRIG_POS |
BYT_TRIG_LVL
) &&
in byt_direct_irq_sanity_check()
1452
trig != (BYT_TRIG_NEG |
BYT_TRIG_LVL
)) {
in byt_direct_irq_sanity_check()
1491
BYT_TRIG_NEG |
BYT_TRIG_LVL
);
in byt_init_irq_valid_mask()
/kernel/linux/linux-5.10/drivers/pinctrl/intel/
H
A
D
pinctrl-baytrail.c
43
#define
BYT_TRIG_LVL
BIT(24)
macro
750
value &= ~(BYT_TRIG_POS | BYT_TRIG_NEG |
BYT_TRIG_LVL
);
in byt_gpio_clear_triggering()
1311
conf0 &
BYT_TRIG_LVL
? " level" : " ");
in byt_gpio_dbg_show()
1380
value |=
BYT_TRIG_LVL
;
in byt_irq_unmask()
1386
value |=
BYT_TRIG_LVL
;
in byt_irq_unmask()
1422
BYT_TRIG_LVL
);
in byt_irq_type()
Completed in 5 milliseconds