Home
last modified time | relevance | path

Searched full:wkupclk (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c61 struct clk *wkupclk; member
191 clk_disable_unprepare(phy->wkupclk); in omap_usb2_disable_clocks()
202 ret = clk_prepare_enable(phy->wkupclk); in omap_usb2_enable_clocks()
204 dev_err(phy->dev, "Failed to enable wkupclk %d\n", ret); in omap_usb2_enable_clocks()
219 clk_disable_unprepare(phy->wkupclk); in omap_usb2_enable_clocks()
449 phy->wkupclk = devm_clk_get(phy->dev, "wkupclk"); in omap_usb2_probe()
450 if (IS_ERR(phy->wkupclk)) { in omap_usb2_probe()
451 if (PTR_ERR(phy->wkupclk) == -EPROBE_DEFER) in omap_usb2_probe()
454 dev_warn(&pdev->dev, "unable to get wkupclk %ld, trying old name\n", in omap_usb2_probe()
455 PTR_ERR(phy->wkupclk)); in omap_usb2_probe()
[all …]
H A Dphy-ti-pipe3.c170 struct clk *wkupclk; member
619 phy->wkupclk = devm_clk_get(dev, "wkupclk"); in ti_pipe3_get_clk()
620 if (IS_ERR(phy->wkupclk)) { in ti_pipe3_get_clk()
621 dev_err(dev, "unable to get wkupclk\n"); in ti_pipe3_get_clk()
622 return PTR_ERR(phy->wkupclk); in ti_pipe3_get_clk()
625 phy->wkupclk = ERR_PTR(-ENODEV); in ti_pipe3_get_clk()
874 if (!IS_ERR(phy->wkupclk)) { in ti_pipe3_enable_clocks()
875 ret = clk_prepare_enable(phy->wkupclk); in ti_pipe3_enable_clocks()
877 dev_err(phy->dev, "Failed to enable wkupclk %d\n", ret); in ti_pipe3_enable_clocks()
893 if (!IS_ERR(phy->wkupclk)) in ti_pipe3_enable_clocks()
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dti,omap-usb2.yaml43 - const: wkupclk
78 clock-names = "wkupclk", "refclk";
/linux/arch/arm/boot/dts/ti/omap/
H A Dam437x-l4.dtsi2480 clock-names = "wkupclk", "refclk";
2560 clock-names = "wkupclk", "refclk";