Searched refs:usb20_clk (Results 1 – 1 of 1) sorted by relevance
28 struct clk *usb20_clk; member76 ret = clk_prepare_enable(d_phy->usb20_clk); in da8xx_usb20_phy_power_on()92 clk_disable_unprepare(d_phy->usb20_clk); in da8xx_usb20_phy_power_off()206 d_phy->usb20_clk = devm_clk_get(dev, "usb0_clk48"); in da8xx_usb_phy_probe()207 if (IS_ERR(d_phy->usb20_clk)) { in da8xx_usb_phy_probe()209 return PTR_ERR(d_phy->usb20_clk); in da8xx_usb_phy_probe()