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:chgr_type
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy-mxs-usb.c
620
enum usb_charger_type
chgr_type
= UNKNOWN_TYPE;
in mxs_charger_primary_detection()
local
637
chgr_type
= SDP_TYPE;
in mxs_charger_primary_detection()
646
return
chgr_type
;
in mxs_charger_primary_detection()
675
enum usb_charger_type
chgr_type
= UNKNOWN_TYPE;
in mxs_phy_charger_detect()
local
681
return
chgr_type
;
in mxs_phy_charger_detect()
683
chgr_type
= mxs_charger_primary_detection(mxs_phy);
in mxs_phy_charger_detect()
685
if (
chgr_type
!= SDP_TYPE) {
in mxs_phy_charger_detect()
692
chgr_type
= mxs_charger_secondary_detection(mxs_phy);
in mxs_phy_charger_detect()
701
return
chgr_type
;
in mxs_phy_charger_detect()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy-mxs-usb.c
622
enum usb_charger_type
chgr_type
= UNKNOWN_TYPE;
in mxs_charger_primary_detection()
local
639
chgr_type
= SDP_TYPE;
in mxs_charger_primary_detection()
648
return
chgr_type
;
in mxs_charger_primary_detection()
677
enum usb_charger_type
chgr_type
= UNKNOWN_TYPE;
in mxs_phy_charger_detect()
local
683
return
chgr_type
;
in mxs_phy_charger_detect()
685
chgr_type
= mxs_charger_primary_detection(mxs_phy);
in mxs_phy_charger_detect()
687
if (
chgr_type
!= SDP_TYPE) {
in mxs_phy_charger_detect()
694
chgr_type
= mxs_charger_secondary_detection(mxs_phy);
in mxs_phy_charger_detect()
703
return
chgr_type
;
in mxs_phy_charger_detect()
Completed in 3 milliseconds