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:sw_debounced
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpiolib-cdev.c
424
* @
sw_debounced
: flag indicating if the software debouncer is active
457
unsigned int
sw_debounced
;
member
718
WRITE_ONCE(line->
sw_debounced
, 1);
in debounce_setup()
760
WRITE_ONCE(line->
sw_debounced
, 0);
in edge_detector_stop()
792
if (!eflags || READ_ONCE(line->
sw_debounced
))
in edge_detector_setup()
830
if (debounce_period_us && READ_ONCE(line->
sw_debounced
)) {
in edge_detector_update()
837
if ((line->irq && !READ_ONCE(line->
sw_debounced
)) ||
in edge_detector_update()
838
(!debounce_period_us && READ_ONCE(line->
sw_debounced
)))
in edge_detector_update()
1022
if (lr->lines[i].
sw_debounced
)
in linereq_get_values()
1337
WRITE_ONCE(lr->lines[i].
sw_debounced
,
in linereq_create()
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H
A
D
gpiolib-cdev.c
476
* @
sw_debounced
: flag indicating if the software debouncer is active
522
unsigned int
sw_debounced
;
member
722
if (READ_ONCE(line->
sw_debounced
)) {
in process_hw_ts()
980
WRITE_ONCE(line->
sw_debounced
, 1);
in debounce_setup()
1026
WRITE_ONCE(line->
sw_debounced
, 0);
in edge_detector_stop()
1058
if (!eflags || READ_ONCE(line->
sw_debounced
))
in edge_detector_setup()
1100
if (debounce_period_us && READ_ONCE(line->
sw_debounced
)) {
in edge_detector_update()
1106
if ((line->irq && !READ_ONCE(line->
sw_debounced
)) ||
in edge_detector_update()
1108
(!debounce_period_us && READ_ONCE(line->
sw_debounced
)))
in edge_detector_update()
1307
if (lr->lines[i].
sw_debounced
)
in linereq_get_values()
[all...]
Completed in 7 milliseconds