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:ADP5588_BIT
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpio/
H
A
D
gpio-adp5588.c
69
unsigned bit =
ADP5588_BIT
(off);
in adp5588_gpio_get_value()
91
bit =
ADP5588_BIT
(off);
in adp5588_gpio_set_value()
113
dev->dir[bank] &= ~
ADP5588_BIT
(off);
in adp5588_gpio_direction_input()
128
bit =
ADP5588_BIT
(off);
in adp5588_gpio_direction_output()
196
dev->irq_mask[ADP5588_BANK(d->hwirq)] &= ~
ADP5588_BIT
(d->hwirq);
in adp5588_irq_mask()
204
dev->irq_mask[ADP5588_BANK(d->hwirq)] |=
ADP5588_BIT
(d->hwirq);
in adp5588_irq_unmask()
215
bit =
ADP5588_BIT
(gpio);
in adp5588_irq_set_type()
260
int bit =
ADP5588_BIT
(gpio);
in adp5588_irq_handler()
/kernel/linux/linux-6.6/drivers/input/keyboard/
H
A
D
adp5588-keys.c
121
#define
ADP5588_BIT
(offs) (1u << ((offs) & 0x7))
macro
221
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_get_value()
241
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_set_value()
260
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_set_config()
294
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_direction_input()
312
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_direction_output()
389
kpad->irq_mask[ADP5588_BANK(real_irq)] &= ~
ADP5588_BIT
(real_irq);
in adp5588_irq_mask()
401
kpad->irq_mask[ADP5588_BANK(real_irq)] |=
ADP5588_BIT
(real_irq);
in adp5588_irq_unmask()
/kernel/linux/linux-5.10/drivers/input/keyboard/
H
A
D
adp5588-keys.c
78
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_get_value()
98
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_set_value()
117
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_direction_input()
135
unsigned int bit =
ADP5588_BIT
(kpad->gpiomap[off]);
in adp5588_gpio_direction_output()
/kernel/linux/linux-5.10/include/linux/platform_data/
H
A
D
adp5588.h
101
#define
ADP5588_BIT
(offs) (1u << ((offs) & 0x7))
macro
Completed in 4 milliseconds