Searched refs:ep93xx_ohci_host_clock (Results 1 – 1 of 1) sorted by relevance
209 static struct clk *ep93xx_ohci_host_clock; variable213 if (!ep93xx_ohci_host_clock) { in ep93xx_ohci_power_on()214 ep93xx_ohci_host_clock = devm_clk_get(&pdev->dev, NULL); in ep93xx_ohci_power_on()215 if (IS_ERR(ep93xx_ohci_host_clock)) in ep93xx_ohci_power_on()216 return PTR_ERR(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()219 return clk_prepare_enable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_on()224 clk_disable(ep93xx_ohci_host_clock); in ep93xx_ohci_power_off()