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:charger_detect
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy.c
101
* If we get the charger type from ->
charger_detect
() instead of extcon
277
* type should be get from ->
charger_detect
().
282
if (usb_phy->chg_state == state || !usb_phy->
charger_detect
)
in usb_phy_set_charger_state()
287
usb_phy->chg_type = usb_phy->
charger_detect
(usb_phy);
in usb_phy_set_charger_state()
H
A
D
phy-mxs-usb.c
790
mxs_phy->phy.
charger_detect
= mxs_phy_charger_detect;
in mxs_phy_probe()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy.c
119
* If we get the charger type from ->
charger_detect
() instead of extcon
315
* type should be get from ->
charger_detect
().
320
if (usb_phy->chg_state == state || !usb_phy->
charger_detect
)
in usb_phy_set_charger_state()
325
usb_phy->chg_type = usb_phy->
charger_detect
(usb_phy);
in usb_phy_set_charger_state()
H
A
D
phy-mxs-usb.c
787
mxs_phy->phy.
charger_detect
= mxs_phy_charger_detect;
in mxs_phy_probe()
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
phy.h
157
enum usb_charger_type (*
charger_detect
)(struct usb_phy *x);
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
phy.h
157
enum usb_charger_type (*
charger_detect
)(struct usb_phy *x);
member
Completed in 7 milliseconds