Searched refs:clk_core (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/trace/events/ |
D | clk.h | 21 struct clk_core; 25 TP_PROTO(struct clk_core *core), 42 TP_PROTO(struct clk_core *core), 49 TP_PROTO(struct clk_core *core), 56 TP_PROTO(struct clk_core *core), 63 TP_PROTO(struct clk_core *core), 70 TP_PROTO(struct clk_core *core), 77 TP_PROTO(struct clk_core *core), 84 TP_PROTO(struct clk_core *core), 91 TP_PROTO(struct clk_core *core), [all …]
|
/linux-4.1.27/drivers/clk/ |
D | clk.c | 40 static long clk_core_get_accuracy(struct clk_core *clk); 41 static unsigned long clk_core_get_rate(struct clk_core *clk); 42 static int clk_core_get_phase(struct clk_core *clk); 43 static bool clk_core_is_prepared(struct clk_core *clk); 44 static bool clk_core_is_enabled(struct clk_core *clk); 45 static struct clk_core *clk_core_lookup(const char *name); 49 struct clk_core { struct 54 struct clk_core *parent; argument 56 struct clk_core **parents; argument 62 struct clk_core *new_parent; argument [all …]
|
/linux-4.1.27/arch/metag/kernel/ |
D | clock.c | 39 static struct clk *clk_core; variable 44 return clk_get_rate(clk_core); in get_core_freq_clk() 67 clk_core = of_clk_get_by_name(node, "core"); in init_metag_core_clock() 68 if (IS_ERR(clk_core)) { in init_metag_core_clock()
|
/linux-4.1.27/drivers/mmc/host/ |
D | sdhci-pxav3.c | 62 struct clk *clk_core; member 393 pxa->clk_core = devm_clk_get(dev, "core"); in sdhci_pxav3_probe() 394 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_probe() 395 clk_prepare_enable(pxa->clk_core); in sdhci_pxav3_probe() 481 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_probe() 500 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_remove() 548 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_runtime_suspend() 549 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_runtime_suspend() 561 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_runtime_resume() 562 clk_prepare_enable(pxa->clk_core); in sdhci_pxav3_runtime_resume()
|
/linux-4.1.27/arch/arm/mach-omap2/ |
D | clock.h | 43 static struct clk_core _name##_core = { \ 56 static struct clk_core _name##_core = { \
|
/linux-4.1.27/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 30 clocks = <&clk_core CLK_MIPS>;
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | pistachio-clock.txt | 34 clk_core: clock-controller@18144000 { 65 clocks = <&clk_core CLK_PERIPH_SYS>;
|
/linux-4.1.27/include/linux/ |
D | clk-provider.h | 36 struct clk_core; 233 struct clk_core *core;
|