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:utmi_clk
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-histb.c
38
struct clk *
utmi_clk
;
member
94
histb->
utmi_clk
= devm_clk_get(dev, "utmi");
in xhci_histb_clks_get()
95
if (IS_ERR(histb->
utmi_clk
)) {
in xhci_histb_clks_get()
97
return PTR_ERR(histb->
utmi_clk
);
in xhci_histb_clks_get()
125
ret = clk_prepare_enable(histb->
utmi_clk
);
in xhci_histb_host_enable()
150
clk_disable_unprepare(histb->
utmi_clk
);
in xhci_histb_host_enable()
163
clk_disable_unprepare(histb->
utmi_clk
);
in xhci_histb_host_disable()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-histb.c
38
struct clk *
utmi_clk
;
member
94
histb->
utmi_clk
= devm_clk_get(dev, "utmi");
in xhci_histb_clks_get()
95
if (IS_ERR(histb->
utmi_clk
)) {
in xhci_histb_clks_get()
97
return PTR_ERR(histb->
utmi_clk
);
in xhci_histb_clks_get()
125
ret = clk_prepare_enable(histb->
utmi_clk
);
in xhci_histb_host_enable()
150
clk_disable_unprepare(histb->
utmi_clk
);
in xhci_histb_host_enable()
163
clk_disable_unprepare(histb->
utmi_clk
);
in xhci_histb_host_disable()
/kernel/linux/linux-5.10/drivers/mfd/
H
A
D
omap-usb-host.c
87
struct clk **
utmi_clk
;
member
311
fallthrough; /* as HSIC mode needs
utmi_clk
*/
in usbhs_runtime_resume()
314
if (!IS_ERR(omap->
utmi_clk
[i])) {
in usbhs_runtime_resume()
315
r = clk_prepare_enable(omap->
utmi_clk
[i]);
in usbhs_runtime_resume()
350
if (!IS_ERR(omap->
utmi_clk
[i]))
in usbhs_runtime_suspend()
351
clk_disable_unprepare(omap->
utmi_clk
[i]);
in usbhs_runtime_suspend()
619
omap->
utmi_clk
= devm_kzalloc(dev, i, GFP_KERNEL);
in usbhs_omap_probe()
623
if (!omap->
utmi_clk
|| !omap->hsic480m_clk || !omap->hsic60m_clk) {
in usbhs_omap_probe()
638
omap->
utmi_clk
[i] = ERR_PTR(-ENODEV);
in usbhs_omap_probe()
714
omap->
utmi_clk
[
in usbhs_omap_probe()
[all...]
/kernel/linux/linux-6.6/drivers/mfd/
H
A
D
omap-usb-host.c
87
struct clk **
utmi_clk
;
member
311
fallthrough; /* as HSIC mode needs
utmi_clk
*/
in usbhs_runtime_resume()
314
if (!IS_ERR(omap->
utmi_clk
[i])) {
in usbhs_runtime_resume()
315
r = clk_prepare_enable(omap->
utmi_clk
[i]);
in usbhs_runtime_resume()
350
if (!IS_ERR(omap->
utmi_clk
[i]))
in usbhs_runtime_suspend()
351
clk_disable_unprepare(omap->
utmi_clk
[i]);
in usbhs_runtime_suspend()
617
omap->
utmi_clk
= devm_kzalloc(dev, i, GFP_KERNEL);
in usbhs_omap_probe()
621
if (!omap->
utmi_clk
|| !omap->hsic480m_clk || !omap->hsic60m_clk) {
in usbhs_omap_probe()
636
omap->
utmi_clk
[i] = ERR_PTR(-ENODEV);
in usbhs_omap_probe()
712
omap->
utmi_clk
[
in usbhs_omap_probe()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H
A
D
platform.c
104
if (hsotg->
utmi_clk
) {
in __dwc2_lowlevel_hw_enable()
105
ret = clk_prepare_enable(hsotg->
utmi_clk
);
in __dwc2_lowlevel_hw_enable()
139
if (hsotg->
utmi_clk
)
in __dwc2_lowlevel_hw_enable()
140
clk_disable_unprepare(hsotg->
utmi_clk
);
in __dwc2_lowlevel_hw_enable()
184
if (hsotg->
utmi_clk
)
in __dwc2_lowlevel_hw_disable()
185
clk_disable_unprepare(hsotg->
utmi_clk
);
in __dwc2_lowlevel_hw_disable()
276
hsotg->
utmi_clk
= devm_clk_get_optional(hsotg->dev, "utmi");
in dwc2_lowlevel_hw_init()
277
if (IS_ERR(hsotg->
utmi_clk
))
in dwc2_lowlevel_hw_init()
278
return dev_err_probe(hsotg->dev, PTR_ERR(hsotg->
utmi_clk
),
in dwc2_lowlevel_hw_init()
H
A
D
core.h
1006
* @
utmi_clk
: Pointer to
utmi_clk
clock
1069
struct clk *
utmi_clk
;
member
Completed in 7 milliseconds