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_supply
(Results
1 - 9
of
9
) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/typec/
H
A
D
wusb3801.c
92
struct regulator *
vbus_supply
;
member
238
ret = regulator_enable(wusb3801->
vbus_supply
);
in wusb3801_hw_update()
245
regulator_disable(wusb3801->
vbus_supply
);
in wusb3801_hw_update()
342
wusb3801->
vbus_supply
= devm_regulator_get(dev, "vbus");
in wusb3801_probe()
343
if (IS_ERR(wusb3801->
vbus_supply
))
in wusb3801_probe()
344
return PTR_ERR(wusb3801->
vbus_supply
);
in wusb3801_probe()
413
regulator_disable(wusb3801->
vbus_supply
);
in wusb3801_remove()
/kernel/linux/linux-5.10/drivers/usb/musb/
H
A
D
da8xx.c
431
struct regulator *
vbus_supply
;
in get_vbus_power()
local
434
vbus_supply
= regulator_get_optional(dev, "vbus");
in get_vbus_power()
435
if (IS_ERR(
vbus_supply
))
in get_vbus_power()
437
current_uA = regulator_get_current_limit(
vbus_supply
);
in get_vbus_power()
438
regulator_put(
vbus_supply
);
in get_vbus_power()
/kernel/linux/linux-6.6/drivers/usb/musb/
H
A
D
da8xx.c
433
struct regulator *
vbus_supply
;
in get_vbus_power()
local
436
vbus_supply
= regulator_get_optional(dev, "vbus");
in get_vbus_power()
437
if (IS_ERR(
vbus_supply
))
in get_vbus_power()
439
current_uA = regulator_get_current_limit(
vbus_supply
);
in get_vbus_power()
440
regulator_put(
vbus_supply
);
in get_vbus_power()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
platform.c
456
hsotg->
vbus_supply
= devm_regulator_get_optional(hsotg->dev, "vbus");
in dwc2_driver_probe()
457
if (IS_ERR(hsotg->
vbus_supply
)) {
in dwc2_driver_probe()
458
retval = PTR_ERR(hsotg->
vbus_supply
);
in dwc2_driver_probe()
459
hsotg->
vbus_supply
= NULL;
in dwc2_driver_probe()
H
A
D
core.h
884
* @
vbus_supply
: Regulator supplying vbus.
1074
struct regulator *
vbus_supply
;
member
H
A
D
hcd.c
171
if (hsotg->
vbus_supply
)
in dwc2_vbus_supply_init()
172
return regulator_enable(hsotg->
vbus_supply
);
in dwc2_vbus_supply_init()
179
if (hsotg->
vbus_supply
)
in dwc2_vbus_supply_exit()
180
return regulator_disable(hsotg->
vbus_supply
);
in dwc2_vbus_supply_exit()
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
platform.c
484
hsotg->
vbus_supply
= devm_regulator_get_optional(hsotg->dev, "vbus");
in dwc2_driver_probe()
485
if (IS_ERR(hsotg->
vbus_supply
)) {
in dwc2_driver_probe()
486
retval = PTR_ERR(hsotg->
vbus_supply
);
in dwc2_driver_probe()
487
hsotg->
vbus_supply
= NULL;
in dwc2_driver_probe()
H
A
D
core.h
869
* @
vbus_supply
: Regulator supplying vbus.
1062
struct regulator *
vbus_supply
;
member
H
A
D
hcd.c
136
if (hsotg->
vbus_supply
)
in dwc2_vbus_supply_init()
137
return regulator_enable(hsotg->
vbus_supply
);
in dwc2_vbus_supply_init()
144
if (hsotg->
vbus_supply
)
in dwc2_vbus_supply_exit()
145
return regulator_disable(hsotg->
vbus_supply
);
in dwc2_vbus_supply_exit()
Completed in 22 milliseconds