Lines Matching refs:enable
13 unsigned int enable) in exynos4_mipi_phy_control() argument
26 if (enable) in exynos4_mipi_phy_control()
34 void set_mipi_phy_ctrl(unsigned int dev_index, unsigned int enable) in set_mipi_phy_ctrl() argument
37 exynos4_mipi_phy_control(dev_index, enable); in set_mipi_phy_ctrl()
40 void exynos5_set_usbhost_phy_ctrl(unsigned int enable) in exynos5_set_usbhost_phy_ctrl() argument
45 if (enable) { in exynos5_set_usbhost_phy_ctrl()
56 void exynos4412_set_usbhost_phy_ctrl(unsigned int enable) in exynos4412_set_usbhost_phy_ctrl() argument
61 if (enable) { in exynos4412_set_usbhost_phy_ctrl()
80 void set_usbhost_phy_ctrl(unsigned int enable) in set_usbhost_phy_ctrl() argument
83 exynos5_set_usbhost_phy_ctrl(enable); in set_usbhost_phy_ctrl()
86 exynos4412_set_usbhost_phy_ctrl(enable); in set_usbhost_phy_ctrl()
89 static void exynos5_set_usbdrd_phy_ctrl(unsigned int enable) in exynos5_set_usbdrd_phy_ctrl() argument
94 if (enable) { in exynos5_set_usbdrd_phy_ctrl()
105 static void exynos5420_set_usbdev_phy_ctrl(unsigned int enable) in exynos5420_set_usbdev_phy_ctrl() argument
110 if (enable) { in exynos5420_set_usbdev_phy_ctrl()
125 void set_usbdrd_phy_ctrl(unsigned int enable) in set_usbdrd_phy_ctrl() argument
129 exynos5420_set_usbdev_phy_ctrl(enable); in set_usbdrd_phy_ctrl()
131 exynos5_set_usbdrd_phy_ctrl(enable); in set_usbdrd_phy_ctrl()
135 static void exynos5_dp_phy_control(unsigned int enable) in exynos5_dp_phy_control() argument
142 if (enable) in exynos5_dp_phy_control()
150 void exynos_dp_phy_ctrl(unsigned int enable) in exynos_dp_phy_ctrl() argument
153 exynos5_dp_phy_control(enable); in exynos_dp_phy_ctrl()