Lines Matching full:clk2
125 struct clk *clk2; member
268 ret = clk_prepare_enable(phy->clk2); in sun4i_usb_phy_init()
276 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_init()
288 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_init()
297 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_init()
306 ret = clk_prepare_enable(phy2->clk2); in sun4i_usb_phy_init()
311 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_init()
322 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_init()
397 clk_disable_unprepare(phy->clk2); in sun4i_usb_phy_exit()
818 phy->clk2 = devm_clk_get(dev, name); in sun4i_usb_phy_probe()
819 if (IS_ERR(phy->clk2)) { in sun4i_usb_phy_probe()
821 return PTR_ERR(phy->clk2); in sun4i_usb_phy_probe()
825 phy->clk2 = devm_clk_get_optional(dev, name); in sun4i_usb_phy_probe()
826 if (IS_ERR(phy->clk2)) { in sun4i_usb_phy_probe()
828 return PTR_ERR(phy->clk2); in sun4i_usb_phy_probe()