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:chg_state
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/phy/
H
A
D
phy.c
128
switch (usb_phy->
chg_state
) {
in usb_phy_notify_charger_work()
141
usb_phy->
chg_state
);
in usb_phy_notify_charger_work()
163
"USB_CHARGER_STATE=%s", usb_chger_state[usb_phy->
chg_state
]);
in usb_phy_uevent()
181
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
184
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
187
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
190
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
193
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in __usb_phy_get_charger_type()
320
if (usb_phy->
chg_state
== state || !usb_phy->charger_detect)
in usb_phy_set_charger_state()
323
usb_phy->
chg_state
in usb_phy_set_charger_state()
[all...]
/kernel/linux/linux-5.10/drivers/usb/phy/
H
A
D
phy.c
113
switch (usb_phy->
chg_state
) {
in usb_phy_notify_charger_work()
130
usb_phy->
chg_state
);
in usb_phy_notify_charger_work()
143
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
146
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
149
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
152
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in __usb_phy_get_charger_type()
155
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in __usb_phy_get_charger_type()
282
if (usb_phy->
chg_state
== state || !usb_phy->charger_detect)
in usb_phy_set_charger_state()
285
usb_phy->
chg_state
= state;
in usb_phy_set_charger_state()
286
if (usb_phy->
chg_state
in usb_phy_set_charger_state()
[all...]
/kernel/linux/linux-5.10/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
202
* @
chg_state
: states involved in USB charger detection.
217
enum usb_chg_state
chg_state
;
member
560
switch (rphy->
chg_state
) {
in rockchip_usb2phy_otg_sm_work()
598
rphy->
chg_state
= USB_CHG_STATE_UNDEFINED;
in rockchip_usb2phy_otg_sm_work()
618
rphy->
chg_state
= USB_CHG_STATE_UNDEFINED;
in rockchip_usb2phy_otg_sm_work()
696
rphy->
chg_state
);
in rockchip_chg_detect_work()
697
switch (rphy->
chg_state
) {
in rockchip_chg_detect_work()
705
rphy->
chg_state
= USB_CHG_STATE_WAIT_FOR_DCD;
in rockchip_chg_detect_work()
722
rphy->
chg_state
= USB_CHG_STATE_DCD_DONE;
in rockchip_chg_detect_work()
736
rphy->
chg_state
in rockchip_chg_detect_work()
[all...]
/kernel/linux/linux-6.6/drivers/phy/rockchip/
H
A
D
phy-rockchip-inno-usb2.c
232
* @
chg_state
: states involved in USB charger detection.
249
enum usb_chg_state
chg_state
;
member
660
switch (rphy->
chg_state
) {
in rockchip_usb2phy_otg_sm_work()
698
rphy->
chg_state
= USB_CHG_STATE_UNDEFINED;
in rockchip_usb2phy_otg_sm_work()
718
rphy->
chg_state
= USB_CHG_STATE_UNDEFINED;
in rockchip_usb2phy_otg_sm_work()
796
rphy->
chg_state
);
in rockchip_chg_detect_work()
797
switch (rphy->
chg_state
) {
in rockchip_chg_detect_work()
805
rphy->
chg_state
= USB_CHG_STATE_WAIT_FOR_DCD;
in rockchip_chg_detect_work()
822
rphy->
chg_state
= USB_CHG_STATE_DCD_DONE;
in rockchip_chg_detect_work()
836
rphy->
chg_state
in rockchip_chg_detect_work()
[all...]
/kernel/linux/linux-5.10/include/linux/usb/
H
A
D
phy.h
111
enum usb_charger_state
chg_state
;
member
/kernel/linux/linux-6.6/include/linux/usb/
H
A
D
phy.h
111
enum usb_charger_state
chg_state
;
member
/kernel/linux/linux-5.10/drivers/usb/chipidea/
H
A
D
usbmisc_imx.c
1087
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in imx_usbmisc_charger_detection()
1089
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in imx_usbmisc_charger_detection()
1092
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in imx_usbmisc_charger_detection()
/kernel/linux/linux-6.6/drivers/usb/chipidea/
H
A
D
usbmisc_imx.c
1153
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in imx_usbmisc_charger_detection()
1155
usb_phy->
chg_state
= USB_CHARGER_PRESENT;
in imx_usbmisc_charger_detection()
1158
usb_phy->
chg_state
= USB_CHARGER_ABSENT;
in imx_usbmisc_charger_detection()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
sc2731_charger.c
446
if (info->usb_phy->
chg_state
!= USB_CHARGER_PRESENT)
in sc2731_charger_detect_status()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
sc2731_charger.c
446
if (info->usb_phy->
chg_state
!= USB_CHARGER_PRESENT)
in sc2731_charger_detect_status()
Completed in 11 milliseconds