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_boost
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/extcon/
H
A
D
extcon-intel-int3496.c
34
struct regulator *
vbus_boost
;
member
63
if (IS_ERR_OR_NULL(data->
vbus_boost
))
in int3496_set_vbus_boost()
70
ret = regulator_enable(data->
vbus_boost
);
in int3496_set_vbus_boost()
72
ret = regulator_disable(data->
vbus_boost
);
in int3496_set_vbus_boost()
154
data->
vbus_boost
= devm_regulator_get_optional(dev, "vbus");
in int3496_probe()
H
A
D
extcon-intel-cht-wc.c
109
struct regulator *
vbus_boost
;
member
243
if (ext->
vbus_boost
&& ext->vbus_boost_enabled != enable) {
in cht_wc_extcon_set_otgmode()
245
ret = regulator_enable(ext->
vbus_boost
);
in cht_wc_extcon_set_otgmode()
247
ret = regulator_disable(ext->
vbus_boost
);
in cht_wc_extcon_set_otgmode()
432
ext->
vbus_boost
= devm_regulator_get_optional(ext->dev, "vbus");
in cht_wc_extcon_get_role_sw_and_regulator()
433
if (IS_ERR(ext->
vbus_boost
)) {
in cht_wc_extcon_get_role_sw_and_regulator()
434
ret = PTR_ERR(ext->
vbus_boost
);
in cht_wc_extcon_get_role_sw_and_regulator()
/kernel/linux/linux-5.10/drivers/phy/samsung/
H
A
D
phy-exynos5-usbdrd.c
191
* @
vbus_boost
: Boost regulator for VBUS present on few Exynos boards
211
struct regulator *
vbus_boost
;
member
494
if (phy_drd->
vbus_boost
) {
in exynos5_usbdrd_phy_power_on()
495
ret = regulator_enable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_on()
517
if (phy_drd->
vbus_boost
)
in exynos5_usbdrd_phy_power_on()
518
regulator_disable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_on()
544
if (phy_drd->
vbus_boost
)
in exynos5_usbdrd_phy_power_off()
545
regulator_disable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_off()
900
phy_drd->
vbus_boost
= devm_regulator_get(dev, "vbus-boost");
in exynos5_usbdrd_phy_probe()
901
if (IS_ERR(phy_drd->
vbus_boost
)) {
in exynos5_usbdrd_phy_probe()
[all...]
/kernel/linux/linux-6.6/drivers/phy/samsung/
H
A
D
phy-exynos5-usbdrd.c
219
* @
vbus_boost
: Boost regulator for VBUS present on few Exynos boards
239
struct regulator *
vbus_boost
;
member
525
if (phy_drd->
vbus_boost
) {
in exynos5_usbdrd_phy_power_on()
526
ret = regulator_enable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_on()
548
if (phy_drd->
vbus_boost
)
in exynos5_usbdrd_phy_power_on()
549
regulator_disable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_on()
575
if (phy_drd->
vbus_boost
)
in exynos5_usbdrd_phy_power_off()
576
regulator_disable(phy_drd->
vbus_boost
);
in exynos5_usbdrd_phy_power_off()
1074
phy_drd->
vbus_boost
= devm_regulator_get(dev, "vbus-boost");
in exynos5_usbdrd_phy_probe()
1075
if (IS_ERR(phy_drd->
vbus_boost
)) {
in exynos5_usbdrd_phy_probe()
[all...]
Completed in 5 milliseconds