Searched refs:usb2_refclk (Results 1 – 2 of 2) sorted by relevance
95 struct clk *usb2_refclk; member182 data->usb2_refclk = devm_clk_get(dev, "ref"); in dwc3_ti_probe()183 if (IS_ERR(data->usb2_refclk)) { in dwc3_ti_probe()185 return PTR_ERR(data->usb2_refclk); in dwc3_ti_probe()189 rate = clk_get_rate(data->usb2_refclk); in dwc3_ti_probe()222 clk_prepare_enable(data->usb2_refclk); in dwc3_ti_probe()244 clk_disable_unprepare(data->usb2_refclk); in dwc3_ti_probe()272 clk_disable_unprepare(data->usb2_refclk); in dwc3_ti_remove()285 clk_disable_unprepare(data->usb2_refclk); in dwc3_ti_suspend_common()294 clk_prepare_enable(data->usb2_refclk); in dwc3_ti_resume_common()
57 struct clk *usb2_refclk; member111 data->usb2_refclk = devm_clk_get(dev, "ref"); in cdns_ti_probe()112 if (IS_ERR(data->usb2_refclk)) { in cdns_ti_probe()114 return PTR_ERR(data->usb2_refclk); in cdns_ti_probe()123 rate = clk_get_rate(data->usb2_refclk); in cdns_ti_probe()