Searched refs:usb11_clk (Results 1 – 2 of 2) sorted by relevance
33 struct clk *usb11_clk; member43 ret = clk_prepare_enable(d_phy->usb11_clk); in da8xx_usb11_phy_power_on()59 clk_disable_unprepare(d_phy->usb11_clk); in da8xx_usb11_phy_power_off()167 d_phy->usb11_clk = devm_clk_get(dev, "usb1_clk48"); in da8xx_usb_phy_probe()168 if (IS_ERR(d_phy->usb11_clk)) { in da8xx_usb_phy_probe()170 return PTR_ERR(d_phy->usb11_clk); in da8xx_usb_phy_probe()
38 struct clk *usb11_clk; member55 ret = clk_prepare_enable(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()72 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_enable()83 clk_disable_unprepare(da8xx_ohci->usb11_clk); in ohci_da8xx_disable()416 da8xx_ohci->usb11_clk = devm_clk_get(&pdev->dev, NULL); in ohci_da8xx_probe()417 if (IS_ERR(da8xx_ohci->usb11_clk)) { in ohci_da8xx_probe()418 error = PTR_ERR(da8xx_ohci->usb11_clk); in ohci_da8xx_probe()