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:gpio_full
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
collie_battery.c
36
struct gpio_desc *
gpio_full
;
member
171
if (gpiod_get_value(bat->
gpio_full
)) {
in collie_bat_update()
235
.
gpio_full
= NULL,
265
.
gpio_full
= NULL,
294
wakeup_enabled = !enable_irq_wake(gpiod_to_irq(collie_bat_main.
gpio_full
));
in collie_bat_suspend()
304
disable_irq_wake(gpiod_to_irq(collie_bat_main.
gpio_full
));
in collie_bat_resume()
327
collie_bat_main.
gpio_full
= gpiod_get(&dev->ucb->dev,
in collie_bat_probe()
330
if (IS_ERR(collie_bat_main.
gpio_full
))
in collie_bat_probe()
331
return PTR_ERR(collie_bat_main.
gpio_full
);
in collie_bat_probe()
407
ret = request_irq(gpiod_to_irq(collie_bat_main.
gpio_full
),
in collie_bat_probe()
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
collie_battery.c
34
int
gpio_full
;
member
169
if (gpio_get_value(bat->
gpio_full
)) {
in collie_bat_update()
233
.
gpio_full
= COLLIE_GPIO_CO,
263
.
gpio_full
= -1,
H
A
D
tosa_battery.c
31
int
gpio_full
;
member
173
if (gpio_get_value(bat->
gpio_full
)) {
in tosa_bat_update()
254
.
gpio_full
= TOSA_GPIO_BAT0_CRG,
276
.
gpio_full
= TOSA_GPIO_BAT1_CRG,
297
.
gpio_full
= -1,
Completed in 3 milliseconds