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_detect
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
sbs-battery.c
195
struct gpio_desc *
gpio_detect
;
member
861
if (chip->
gpio_detect
) {
in sbs_get_property()
862
ret = gpiod_get_value_cansleep(chip->
gpio_detect
);
in sbs_get_property()
968
if (!chip->
gpio_detect
&& chip->is_present != (ret >= 0)) {
in sbs_get_property()
999
ret = gpiod_get_value_cansleep(chip->
gpio_detect
);
in sbs_supply_changed()
1124
chip->
gpio_detect
= devm_gpiod_get_optional(&client->dev,
in sbs_probe()
1126
if (IS_ERR(chip->
gpio_detect
)) {
in sbs_probe()
1128
PTR_ERR(chip->
gpio_detect
));
in sbs_probe()
1129
return PTR_ERR(chip->
gpio_detect
);
in sbs_probe()
1134
if (!chip->
gpio_detect
)
in sbs_probe()
[all...]
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
sbs-battery.c
208
struct gpio_desc *
gpio_detect
;
member
914
if (chip->
gpio_detect
) {
in sbs_get_property()
915
ret = gpiod_get_value_cansleep(chip->
gpio_detect
);
in sbs_get_property()
1011
if (!chip->
gpio_detect
&& chip->is_present != (ret >= 0)) {
in sbs_get_property()
1042
ret = gpiod_get_value_cansleep(chip->
gpio_detect
);
in sbs_supply_changed()
1168
chip->
gpio_detect
= devm_gpiod_get_optional(&client->dev,
in sbs_probe()
1170
if (IS_ERR(chip->
gpio_detect
))
in sbs_probe()
1171
return dev_err_probe(&client->dev, PTR_ERR(chip->
gpio_detect
),
in sbs_probe()
1176
if (!chip->
gpio_detect
)
in sbs_probe()
1179
irq = gpiod_to_irq(chip->
gpio_detect
);
in sbs_probe()
[all...]
/kernel/linux/linux-5.10/drivers/pcmcia/
H
A
D
electra_cf.c
46
int
gpio_detect
;
member
60
return !(gpio & (1 << cf->
gpio_detect
));
in electra_cf_present()
235
cf->
gpio_detect
= *prop;
in electra_cf_probe()
/kernel/linux/linux-6.6/drivers/pcmcia/
H
A
D
electra_cf.c
46
int
gpio_detect
;
member
60
return !(gpio & (1 << cf->
gpio_detect
));
in electra_cf_present()
237
cf->
gpio_detect
= *prop;
in electra_cf_probe()
Completed in 5 milliseconds