Lines Matching refs:exynos5_usbdrd_phy

159 struct exynos5_usbdrd_phy;
164 void (*phy_init)(struct exynos5_usbdrd_phy *phy_drd);
193 struct exynos5_usbdrd_phy { struct
215 struct exynos5_usbdrd_phy *to_usbdrd_phy(struct phy_usb_instance *inst) in to_usbdrd_phy() argument
217 return container_of((inst), struct exynos5_usbdrd_phy, in to_usbdrd_phy()
281 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_pipe3_set_refclk()
327 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_utmi_set_refclk()
343 static void exynos5_usbdrd_pipe3_init(struct exynos5_usbdrd_phy *phy_drd) in exynos5_usbdrd_pipe3_init()
358 static void exynos5_usbdrd_utmi_init(struct exynos5_usbdrd_phy *phy_drd) in exynos5_usbdrd_utmi_init()
387 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_phy_init()
449 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_phy_exit()
482 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_phy_power_on()
534 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_phy_power_off()
557 static int crport_handshake(struct exynos5_usbdrd_phy *phy_drd, in crport_handshake()
584 static int crport_ctrl_write(struct exynos5_usbdrd_phy *phy_drd, in crport_ctrl_write()
616 static int exynos5420_usbdrd_phy_calibrate(struct exynos5_usbdrd_phy *phy_drd) in exynos5420_usbdrd_phy_calibrate()
689 struct exynos5_usbdrd_phy *phy_drd = dev_get_drvdata(dev); in exynos5_usbdrd_phy_xlate()
700 struct exynos5_usbdrd_phy *phy_drd = to_usbdrd_phy(inst); in exynos5_usbdrd_phy_calibrate()
716 static int exynos5_usbdrd_phy_clk_handle(struct exynos5_usbdrd_phy *phy_drd) in exynos5_usbdrd_phy_clk_handle()
830 struct exynos5_usbdrd_phy *phy_drd; in exynos5_usbdrd_phy_probe()