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:usbh_clk
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ehci-spear.c
61
struct clk *
usbh_clk
;
in spear_ehci_hcd_drv_probe()
local
83
usbh_clk
= devm_clk_get(&pdev->dev, NULL);
in spear_ehci_hcd_drv_probe()
84
if (IS_ERR(
usbh_clk
)) {
in spear_ehci_hcd_drv_probe()
86
retval = PTR_ERR(
usbh_clk
);
in spear_ehci_hcd_drv_probe()
106
sehci->clk =
usbh_clk
;
in spear_ehci_hcd_drv_probe()
H
A
D
ohci-spear.c
39
struct clk *
usbh_clk
;
in spear_ohci_hcd_drv_probe()
local
59
usbh_clk
= devm_clk_get(&pdev->dev, NULL);
in spear_ohci_hcd_drv_probe()
60
if (IS_ERR(
usbh_clk
)) {
in spear_ohci_hcd_drv_probe()
62
retval = PTR_ERR(
usbh_clk
);
in spear_ohci_hcd_drv_probe()
83
sohci_p->clk =
usbh_clk
;
in spear_ohci_hcd_drv_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ehci-spear.c
59
struct clk *
usbh_clk
;
in spear_ehci_hcd_drv_probe()
local
81
usbh_clk
= devm_clk_get(&pdev->dev, NULL);
in spear_ehci_hcd_drv_probe()
82
if (IS_ERR(
usbh_clk
)) {
in spear_ehci_hcd_drv_probe()
84
retval = PTR_ERR(
usbh_clk
);
in spear_ehci_hcd_drv_probe()
103
sehci->clk =
usbh_clk
;
in spear_ehci_hcd_drv_probe()
H
A
D
ohci-spear.c
38
struct clk *
usbh_clk
;
in spear_ohci_hcd_drv_probe()
local
58
usbh_clk
= devm_clk_get(&pdev->dev, NULL);
in spear_ohci_hcd_drv_probe()
59
if (IS_ERR(
usbh_clk
)) {
in spear_ohci_hcd_drv_probe()
61
retval = PTR_ERR(
usbh_clk
);
in spear_ohci_hcd_drv_probe()
81
sohci_p->clk =
usbh_clk
;
in spear_ohci_hcd_drv_probe()
/kernel/linux/linux-5.10/drivers/phy/broadcom/
H
A
D
phy-bcm63xx-usbh.c
98
struct clk *
usbh_clk
;
member
245
ret = clk_prepare_enable(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
254
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
262
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
353
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_exit()
405
usbh->
usbh_clk
= devm_clk_get_optional(dev, "usbh");
in bcm63xx_usbh_phy_probe()
406
if (IS_ERR(usbh->
usbh_clk
))
in bcm63xx_usbh_phy_probe()
407
return PTR_ERR(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/broadcom/
H
A
D
phy-bcm63xx-usbh.c
99
struct clk *
usbh_clk
;
member
246
ret = clk_prepare_enable(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
255
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
263
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_init()
354
clk_disable_unprepare(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_exit()
406
usbh->
usbh_clk
= devm_clk_get_optional(dev, "usbh");
in bcm63xx_usbh_phy_probe()
407
if (IS_ERR(usbh->
usbh_clk
))
in bcm63xx_usbh_phy_probe()
408
return PTR_ERR(usbh->
usbh_clk
);
in bcm63xx_usbh_phy_probe()
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
269
* @
usbh_clk
: Clock descriptor for the USB host block.
299
struct clk *
usbh_clk
;
member
404
clk_enable(udc->
usbh_clk
);
in set_clocks()
409
clk_disable(udc->
usbh_clk
);
in set_clocks()
937
clk_put(udc->
usbh_clk
);
in bcm63xx_uninit_udc_hw()
976
udc->
usbh_clk
= clk_get(udc->dev, "usbh");
in bcm63xx_init_udc_hw()
977
if (IS_ERR(udc->
usbh_clk
))
in bcm63xx_init_udc_hw()
982
clk_put(udc->
usbh_clk
);
in bcm63xx_init_udc_hw()
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/
H
A
D
bcm63xx_udc.c
269
* @
usbh_clk
: Clock descriptor for the USB host block.
298
struct clk *
usbh_clk
;
member
401
clk_enable(udc->
usbh_clk
);
in set_clocks()
406
clk_disable(udc->
usbh_clk
);
in set_clocks()
934
clk_put(udc->
usbh_clk
);
in bcm63xx_uninit_udc_hw()
973
udc->
usbh_clk
= clk_get(udc->dev, "usbh");
in bcm63xx_init_udc_hw()
974
if (IS_ERR(udc->
usbh_clk
))
in bcm63xx_init_udc_hw()
979
clk_put(udc->
usbh_clk
);
in bcm63xx_init_udc_hw()
Completed in 9 milliseconds