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:usb_in
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
max8903_charger.c
35
bool
usb_in
;
member
58
else if (data->
usb_in
|| data->ta_in)
in max8903_get_property()
66
if (data->
usb_in
|| data->ta_in)
in max8903_get_property()
112
else if (data->
usb_in
)
in max8903_dcin()
129
else if (data->
usb_in
)
in max8903_dcin()
143
bool
usb_in
;
in max8903_usbin()
local
153
usb_in
= gpiod_get_value(data->uok);
in max8903_usbin()
155
if (
usb_in
== data->
usb_in
)
in max8903_usbin()
158
data->
usb_in
in max8903_usbin()
229
bool
usb_in
= false;
max8903_setup_gpios()
local
[all...]
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
max8903_charger.c
26
bool
usb_in
;
member
48
else if (data->
usb_in
|| data->ta_in)
in max8903_get_property()
56
if (data->
usb_in
|| data->ta_in)
in max8903_get_property()
92
(data->
usb_in
? 0 : 1));
in max8903_dcin()
101
else if (data->
usb_in
)
in max8903_dcin()
116
bool
usb_in
;
in max8903_usbin()
local
119
usb_in
= gpio_get_value(pdata->uok) ? false : true;
in max8903_usbin()
121
if (
usb_in
== data->
usb_in
)
in max8903_usbin()
124
data->
usb_in
in max8903_usbin()
230
int
usb_in
= 0;
max8903_setup_gpios()
local
[all...]
Completed in 2 milliseconds