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:host_clk
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/
H
A
D
xhci-tegra.c
237
struct clk *
host_clk
;
member
731
err = clk_prepare_enable(tegra->
host_clk
);
in tegra_xusb_clk_enable()
768
clk_disable_unprepare(tegra->
host_clk
);
in tegra_xusb_clk_enable()
777
clk_disable_unprepare(tegra->
host_clk
);
in tegra_xusb_clk_disable()
1355
tegra->
host_clk
= devm_clk_get(&pdev->dev, "xusb_host");
in tegra_xusb_probe()
1356
if (IS_ERR(tegra->
host_clk
)) {
in tegra_xusb_probe()
1357
err = PTR_ERR(tegra->
host_clk
);
in tegra_xusb_probe()
1446
tegra->
host_clk
,
in tegra_xusb_probe()
/kernel/linux/linux-6.6/drivers/usb/host/
H
A
D
xhci-tegra.c
277
struct clk *
host_clk
;
member
834
err = clk_prepare_enable(tegra->
host_clk
);
in tegra_xusb_clk_enable()
871
clk_disable_unprepare(tegra->
host_clk
);
in tegra_xusb_clk_enable()
880
clk_disable_unprepare(tegra->
host_clk
);
in tegra_xusb_clk_disable()
1194
tegra->
host_clk
,
in tegra_xusb_unpowergate_partitions()
1235
tegra->
host_clk
,
in tegra_xusb_powergate_partitions()
1607
tegra->
host_clk
= devm_clk_get(&pdev->dev, "xusb_host");
in tegra_xusb_probe()
1608
if (IS_ERR(tegra->
host_clk
)) {
in tegra_xusb_probe()
1609
err = PTR_ERR(tegra->
host_clk
);
in tegra_xusb_probe()
/kernel/linux/linux-6.6/drivers/mmc/host/
H
A
D
sdhci-tegra.c
753
unsigned long
host_clk
;
in tegra_sdhci_set_clock()
local
771
host_clk
= tegra_host->ddr_signaling ? clock * 2 : clock;
in tegra_sdhci_set_clock()
773
err = dev_pm_opp_set_rate(dev,
host_clk
);
in tegra_sdhci_set_clock()
776
host_clk
, err);
in tegra_sdhci_set_clock()
780
host->max_clk =
host_clk
;
in tegra_sdhci_set_clock()
/kernel/linux/linux-5.10/drivers/mmc/host/
H
A
D
sdhci-tegra.c
745
unsigned long
host_clk
;
in tegra_sdhci_set_clock()
local
762
host_clk
= tegra_host->ddr_signaling ? clock * 2 : clock;
in tegra_sdhci_set_clock()
763
clk_set_rate(pltfm_host->clk,
host_clk
);
in tegra_sdhci_set_clock()
766
host->max_clk =
host_clk
;
in tegra_sdhci_set_clock()
Completed in 12 milliseconds