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:vbus_enabled
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/tcpm/qcom/
H
A
D
qcom_pmic_typec.c
37
bool
vbus_enabled
;
member
50
ret = tcpm->
vbus_enabled
|| qcom_pmic_typec_port_get_vbus(tcpm->pmic_typec_port);
in qcom_pmic_typec_get_vbus()
62
if (tcpm->
vbus_enabled
== on)
in qcom_pmic_typec_set_vbus()
69
tcpm->
vbus_enabled
= on;
in qcom_pmic_typec_set_vbus()
/kernel/linux/linux-5.10/drivers/usb/typec/
H
A
D
qcom-pmic-typec.c
43
bool
vbus_enabled
;
member
51
if (enable == qcom_usb->
vbus_enabled
)
in qcom_pmic_typec_enable_vbus_regulator()
63
qcom_usb->
vbus_enabled
= enable;
in qcom_pmic_typec_enable_vbus_regulator()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-pxa27x.c
126
bool
vbus_enabled
[3];
member
182
if (enable && !pxa_ohci->
vbus_enabled
[port])
in pxa27x_ohci_set_vbus_power()
184
else if (!enable && pxa_ohci->
vbus_enabled
[port])
in pxa27x_ohci_set_vbus_power()
190
pxa_ohci->
vbus_enabled
[port] = enable;
in pxa27x_ohci_set_vbus_power()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-pxa27x.c
123
bool
vbus_enabled
[3];
member
179
if (enable && !pxa_ohci->
vbus_enabled
[port])
in pxa27x_ohci_set_vbus_power()
181
else if (!enable && pxa_ohci->
vbus_enabled
[port])
in pxa27x_ohci_set_vbus_power()
187
pxa_ohci->
vbus_enabled
[port] = enable;
in pxa27x_ohci_set_vbus_power()
/kernel/linux/linux-5.10/drivers/power/supply/
H
A
D
cpcap-charger.c
143
unsigned int
vbus_enabled
:1;
member
435
if (ddata->
vbus_enabled
) {
in cpcap_charger_vbus_work()
482
ddata->
vbus_enabled
? "enable" : "disable", error);
in cpcap_charger_vbus_work()
492
ddata->
vbus_enabled
= enabled;
in cpcap_charger_set_vbus()
/kernel/linux/linux-6.6/drivers/power/supply/
H
A
D
cpcap-charger.c
138
unsigned int
vbus_enabled
:1;
member
468
if (ddata->
vbus_enabled
) {
in cpcap_charger_vbus_work()
519
ddata->
vbus_enabled
? "enable" : "disable", error);
in cpcap_charger_vbus_work()
529
ddata->
vbus_enabled
= enabled;
in cpcap_charger_set_vbus()
Completed in 7 milliseconds