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:usb33d
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H
A
D
platform.c
317
regulator_disable(hsotg->
usb33d
);
in dwc2_driver_remove()
513
hsotg->
usb33d
= devm_regulator_get(hsotg->dev, "
usb33d
");
in dwc2_driver_probe()
514
if (IS_ERR(hsotg->
usb33d
)) {
in dwc2_driver_probe()
515
retval = PTR_ERR(hsotg->
usb33d
);
in dwc2_driver_probe()
518
"failed to request
usb33d
supply: %d\n",
in dwc2_driver_probe()
522
retval = regulator_enable(hsotg->
usb33d
);
in dwc2_driver_probe()
525
"failed to enable
usb33d
supply: %d\n", retval);
in dwc2_driver_probe()
614
regulator_disable(hsotg->
usb33d
);
in dwc2_driver_probe()
660
regulator_disable(dwc2->
usb33d
);
in dwc2_suspend()
[all...]
H
A
D
core.h
885
* @
usb33d
: Optional 3.3v regulator used on some stm32 devices to
1075
struct regulator *
usb33d
;
member
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
platform.c
350
regulator_disable(hsotg->
usb33d
);
in dwc2_driver_remove()
541
hsotg->
usb33d
= devm_regulator_get(hsotg->dev, "
usb33d
");
in dwc2_driver_probe()
542
if (IS_ERR(hsotg->
usb33d
)) {
in dwc2_driver_probe()
543
retval = PTR_ERR(hsotg->
usb33d
);
in dwc2_driver_probe()
544
dev_err_probe(hsotg->dev, retval, "failed to request
usb33d
supply\n");
in dwc2_driver_probe()
547
retval = regulator_enable(hsotg->
usb33d
);
in dwc2_driver_probe()
549
dev_err_probe(hsotg->dev, retval, "failed to enable
usb33d
supply\n");
in dwc2_driver_probe()
637
regulator_disable(hsotg->
usb33d
);
in dwc2_driver_probe()
683
regulator_disable(dwc2->
usb33d
);
in dwc2_suspend()
[all...]
H
A
D
core.h
870
* @
usb33d
: Optional 3.3v regulator used on some stm32 devices to
1063
struct regulator *
usb33d
;
member
Completed in 8 milliseconds