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:SDP_TYPE
(Results
1 - 15
of
15
) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/linux/usb/
H
A
D
charger.h
18
SDP_TYPE
= 1,
enumerator
/kernel/linux/linux-6.6/include/uapi/linux/usb/
H
A
D
charger.h
18
SDP_TYPE
= 1,
enumerator
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/usb/
H
A
D
charger.h
10
SDP_TYPE
= 1,
enumerator
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/usb/
H
A
D
charger.h
23
SDP_TYPE
= 1,
enumerator
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/usb/
H
A
D
charger.h
23
SDP_TYPE
= 1,
enumerator
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy.c
39
[
SDP_TYPE
] = "USB_CHARGER_SDP_TYPE",
142
usb_phy->chg_type =
SDP_TYPE
;
in __usb_phy_get_charger_type()
196
case
SDP_TYPE
:
in usb_phy_set_charger_current()
246
case
SDP_TYPE
:
in usb_phy_get_charger_current()
H
A
D
phy-mxs-usb.c
637
chgr_type =
SDP_TYPE
;
in mxs_charger_primary_detection()
685
if (chgr_type !=
SDP_TYPE
) {
in mxs_phy_charger_detect()
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy.c
39
[
SDP_TYPE
] = "USB_CHARGER_SDP_TYPE",
180
usb_phy->chg_type =
SDP_TYPE
;
in __usb_phy_get_charger_type()
234
case
SDP_TYPE
:
in usb_phy_set_charger_current()
284
case
SDP_TYPE
:
in usb_phy_get_charger_current()
H
A
D
phy-mxs-usb.c
639
chgr_type =
SDP_TYPE
;
in mxs_charger_primary_detection()
687
if (chgr_type !=
SDP_TYPE
) {
in mxs_phy_charger_detect()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
sprd-sc27xx-spi.c
87
type =
SDP_TYPE
;
in sprd_pmic_detect_charger_type()
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
sprd-sc27xx-spi.c
96
type =
SDP_TYPE
;
in sprd_pmic_detect_charger_type()
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
usbmisc_imx.c
821
usb_phy->chg_type =
SDP_TYPE
;
in imx7d_charger_primary_detection()
870
if (!ret && usb_phy->chg_type !=
SDP_TYPE
)
in imx7d_charger_detection()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
usbmisc_imx.c
833
usb_phy->chg_type =
SDP_TYPE
;
in imx7d_charger_primary_detection()
882
if (!ret && usb_phy->chg_type !=
SDP_TYPE
)
in imx7d_charger_detection()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
2157
if (xudc->curr_usbphy && xudc->curr_usbphy->chg_type ==
SDP_TYPE
)
in tegra_xudc_gadget_vbus_draw()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
tegra-xudc.c
2168
if (xudc->curr_usbphy && xudc->curr_usbphy->chg_type ==
SDP_TYPE
)
in tegra_xudc_gadget_vbus_draw()
Completed in 20 milliseconds