Searched refs:clk_core (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/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.4.14/drivers/clk/ |
D | clk.c | 44 struct clk_core { struct 49 struct clk_core *parent; argument 51 struct clk_core **parents; argument 57 struct clk_core *new_parent; argument 58 struct clk_core *new_child; argument 82 struct clk_core *core; argument 151 static bool clk_core_is_prepared(struct clk_core *core) in clk_core_is_prepared() 163 static bool clk_core_is_enabled(struct clk_core *core) in clk_core_is_enabled() 175 static void clk_unprepare_unused_subtree(struct clk_core *core) in clk_unprepare_unused_subtree() 177 struct clk_core *child; in clk_unprepare_unused_subtree() [all …]
|
/linux-4.4.14/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.4.14/drivers/mmc/host/ |
D | sdhci-pxav3.c | 62 struct clk *clk_core; member 395 pxa->clk_core = devm_clk_get(dev, "core"); in sdhci_pxav3_probe() 396 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_probe() 397 clk_prepare_enable(pxa->clk_core); in sdhci_pxav3_probe() 479 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_probe() 498 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_remove() 546 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_runtime_suspend() 547 clk_disable_unprepare(pxa->clk_core); in sdhci_pxav3_runtime_suspend() 559 if (!IS_ERR(pxa->clk_core)) in sdhci_pxav3_runtime_resume() 560 clk_prepare_enable(pxa->clk_core); in sdhci_pxav3_runtime_resume()
|
/linux-4.4.14/Documentation/devicetree/bindings/phy/ |
D | pistachio-usb-phy.txt | 23 clocks = <&clk_core CLK_USB_PHY>;
|
/linux-4.4.14/Documentation/devicetree/bindings/mips/img/ |
D | pistachio.txt | 30 clocks = <&clk_core CLK_MIPS>;
|
/linux-4.4.14/Documentation/devicetree/bindings/clock/ |
D | pistachio-clock.txt | 34 clk_core: clock-controller@18144000 { 65 clocks = <&clk_core CLK_PERIPH_SYS>;
|
/linux-4.4.14/Documentation/devicetree/bindings/sound/ |
D | tas571x.txt | 39 clocks = <&clk_core CLK_I2S>;
|
/linux-4.4.14/include/linux/ |
D | clk-provider.h | 37 struct clk_core; 252 struct clk_core *core;
|