Searched refs:optclk (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/phy/ti/
H A Dphy-omap-usb2.c62 struct clk *optclk; member in struct:omap_usb
192 if (!IS_ERR(phy->optclk))
193 clk_disable_unprepare(phy->optclk);
208 if (!IS_ERR(phy->optclk)) {
209 ret = clk_prepare_enable(phy->optclk);
211 dev_err(phy->dev, "Failed to enable optclk %d\n", ret);
453 phy->optclk = devm_clk_get(phy->dev, "refclk");
454 if (IS_ERR(phy->optclk)) {
455 if (PTR_ERR(phy->optclk) == -EPROBE_DEFER)
459 phy->optclk
[all...]

Completed in 204 milliseconds