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_reg
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-da8xx.c
41
struct regulator *
vbus_reg
;
member
93
if (!da8xx_ohci->
vbus_reg
)
in ohci_da8xx_set_power()
97
ret = regulator_enable(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_set_power()
103
ret = regulator_disable(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_set_power()
117
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_get_power()
118
return regulator_is_enabled(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_get_power()
132
if (!da8xx_ohci->
vbus_reg
)
in ohci_da8xx_get_oci()
135
ret = regulator_get_error_flags(da8xx_ohci->
vbus_reg
, &flags);
in ohci_da8xx_get_oci()
149
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_has_set_power()
162
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_has_oci()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-da8xx.c
42
struct regulator *
vbus_reg
;
member
94
if (!da8xx_ohci->
vbus_reg
)
in ohci_da8xx_set_power()
98
ret = regulator_enable(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_set_power()
104
ret = regulator_disable(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_set_power()
118
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_get_power()
119
return regulator_is_enabled(da8xx_ohci->
vbus_reg
);
in ohci_da8xx_get_power()
133
if (!da8xx_ohci->
vbus_reg
)
in ohci_da8xx_get_oci()
136
ret = regulator_get_error_flags(da8xx_ohci->
vbus_reg
, &flags);
in ohci_da8xx_get_oci()
150
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_has_set_power()
163
if (da8xx_ohci->
vbus_reg
)
in ohci_da8xx_has_oci()
[all...]
/kernel/linux/linux-5.10/drivers/usb/dwc3/
H
A
D
dwc3-omap.c
131
struct regulator *
vbus_reg
;
member
223
if (omap->
vbus_reg
) {
in dwc3_omap_set_mailbox()
224
ret = regulator_enable(omap->
vbus_reg
);
in dwc3_omap_set_mailbox()
245
if (omap->
vbus_reg
&& regulator_is_enabled(omap->
vbus_reg
))
in dwc3_omap_set_mailbox()
246
regulator_disable(omap->
vbus_reg
);
in dwc3_omap_set_mailbox()
460
struct regulator *
vbus_reg
= NULL;
in dwc3_omap_probe()
local
487
vbus_reg
= devm_regulator_get(dev, "vbus");
in dwc3_omap_probe()
488
if (IS_ERR(
vbus_reg
)) {
in dwc3_omap_probe()
490
return PTR_ERR(
vbus_reg
);
in dwc3_omap_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H
A
D
dwc3-omap.c
131
struct regulator *
vbus_reg
;
member
223
if (omap->
vbus_reg
) {
in dwc3_omap_set_mailbox()
224
ret = regulator_enable(omap->
vbus_reg
);
in dwc3_omap_set_mailbox()
245
if (omap->
vbus_reg
&& regulator_is_enabled(omap->
vbus_reg
))
in dwc3_omap_set_mailbox()
246
regulator_disable(omap->
vbus_reg
);
in dwc3_omap_set_mailbox()
460
struct regulator *
vbus_reg
= NULL;
in dwc3_omap_probe()
local
487
vbus_reg
= devm_regulator_get(dev, "vbus");
in dwc3_omap_probe()
488
if (IS_ERR(
vbus_reg
)) {
in dwc3_omap_probe()
490
return PTR_ERR(
vbus_reg
);
in dwc3_omap_probe()
[all...]
/kernel/linux/linux-5.10/drivers/usb/typec/
H
A
D
qcom-pmic-typec.c
42
struct regulator *
vbus_reg
;
member
55
ret = regulator_enable(qcom_usb->
vbus_reg
);
in qcom_pmic_typec_enable_vbus_regulator()
59
ret = regulator_disable(qcom_usb->
vbus_reg
);
in qcom_pmic_typec_enable_vbus_regulator()
158
qcom_usb->
vbus_reg
= devm_regulator_get(qcom_usb->dev, "usb_vbus");
in qcom_pmic_typec_probe()
159
if (IS_ERR(qcom_usb->
vbus_reg
))
in qcom_pmic_typec_probe()
160
return PTR_ERR(qcom_usb->
vbus_reg
);
in qcom_pmic_typec_probe()
Completed in 4 milliseconds