optclk            133 drivers/phy/ti/phy-omap-usb2.c 	if (!IS_ERR(phy->optclk))
optclk            134 drivers/phy/ti/phy-omap-usb2.c 		clk_disable_unprepare(phy->optclk);
optclk            149 drivers/phy/ti/phy-omap-usb2.c 	if (!IS_ERR(phy->optclk)) {
optclk            150 drivers/phy/ti/phy-omap-usb2.c 		ret = clk_prepare_enable(phy->optclk);
optclk            376 drivers/phy/ti/phy-omap-usb2.c 	phy->optclk = devm_clk_get(phy->dev, "refclk");
optclk            377 drivers/phy/ti/phy-omap-usb2.c 	if (IS_ERR(phy->optclk)) {
optclk            378 drivers/phy/ti/phy-omap-usb2.c 		if (PTR_ERR(phy->optclk) == -EPROBE_DEFER)
optclk            382 drivers/phy/ti/phy-omap-usb2.c 		phy->optclk = devm_clk_get(phy->dev, "usb_otg_ss_refclk960m");
optclk            384 drivers/phy/ti/phy-omap-usb2.c 		if (IS_ERR(phy->optclk)) {
optclk            385 drivers/phy/ti/phy-omap-usb2.c 			if (PTR_ERR(phy->optclk) != -EPROBE_DEFER) {
optclk             37 include/linux/phy/omap_usb.h 	struct clk		*optclk;