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:usb11_clk
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/phy/ti/
H
A
D
phy-da8xx-usb.c
25
struct clk *
usb11_clk
;
member
35
ret = clk_prepare_enable(d_phy->
usb11_clk
);
in da8xx_usb11_phy_power_on()
51
clk_disable_unprepare(d_phy->
usb11_clk
);
in da8xx_usb11_phy_power_off()
160
d_phy->
usb11_clk
= devm_clk_get(dev, "usb1_clk48");
in da8xx_usb_phy_probe()
161
if (IS_ERR(d_phy->
usb11_clk
)) {
in da8xx_usb_phy_probe()
163
return PTR_ERR(d_phy->
usb11_clk
);
in da8xx_usb_phy_probe()
/kernel/linux/linux-6.6/drivers/phy/ti/
H
A
D
phy-da8xx-usb.c
25
struct clk *
usb11_clk
;
member
35
ret = clk_prepare_enable(d_phy->
usb11_clk
);
in da8xx_usb11_phy_power_on()
51
clk_disable_unprepare(d_phy->
usb11_clk
);
in da8xx_usb11_phy_power_off()
160
d_phy->
usb11_clk
= devm_clk_get(dev, "usb1_clk48");
in da8xx_usb_phy_probe()
161
if (IS_ERR(d_phy->
usb11_clk
)) {
in da8xx_usb_phy_probe()
163
return PTR_ERR(d_phy->
usb11_clk
);
in da8xx_usb_phy_probe()
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
ohci-da8xx.c
39
struct clk *
usb11_clk
;
member
56
ret = clk_prepare_enable(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_enable()
73
clk_disable_unprepare(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_enable()
84
clk_disable_unprepare(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_disable()
388
da8xx_ohci->
usb11_clk
= devm_clk_get(dev, NULL);
in ohci_da8xx_probe()
389
if (IS_ERR(da8xx_ohci->
usb11_clk
)) {
in ohci_da8xx_probe()
390
error = PTR_ERR(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
ohci-da8xx.c
40
struct clk *
usb11_clk
;
member
57
ret = clk_prepare_enable(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_enable()
74
clk_disable_unprepare(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_enable()
85
clk_disable_unprepare(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_disable()
389
da8xx_ohci->
usb11_clk
= devm_clk_get(dev, NULL);
in ohci_da8xx_probe()
390
if (IS_ERR(da8xx_ohci->
usb11_clk
)) {
in ohci_da8xx_probe()
391
error = PTR_ERR(da8xx_ohci->
usb11_clk
);
in ohci_da8xx_probe()
Completed in 4 milliseconds