Lines Matching refs:enable

12 					unsigned int enable)  in exynos4_mipi_phy_control()  argument
25 if (enable) in exynos4_mipi_phy_control()
33 void set_mipi_phy_ctrl(unsigned int dev_index, unsigned int enable) in set_mipi_phy_ctrl() argument
36 exynos4_mipi_phy_control(dev_index, enable); in set_mipi_phy_ctrl()
39 void exynos5_set_usbhost_phy_ctrl(unsigned int enable) in exynos5_set_usbhost_phy_ctrl() argument
44 if (enable) { in exynos5_set_usbhost_phy_ctrl()
55 void exynos4412_set_usbhost_phy_ctrl(unsigned int enable) in exynos4412_set_usbhost_phy_ctrl() argument
60 if (enable) { in exynos4412_set_usbhost_phy_ctrl()
79 void set_usbhost_phy_ctrl(unsigned int enable) in set_usbhost_phy_ctrl() argument
82 exynos5_set_usbhost_phy_ctrl(enable); in set_usbhost_phy_ctrl()
85 exynos4412_set_usbhost_phy_ctrl(enable); in set_usbhost_phy_ctrl()
88 static void exynos5_set_usbdrd_phy_ctrl(unsigned int enable) in exynos5_set_usbdrd_phy_ctrl() argument
93 if (enable) { in exynos5_set_usbdrd_phy_ctrl()
104 static void exynos5420_set_usbdev_phy_ctrl(unsigned int enable) in exynos5420_set_usbdev_phy_ctrl() argument
109 if (enable) { in exynos5420_set_usbdev_phy_ctrl()
124 void set_usbdrd_phy_ctrl(unsigned int enable) in set_usbdrd_phy_ctrl() argument
128 exynos5420_set_usbdev_phy_ctrl(enable); in set_usbdrd_phy_ctrl()
130 exynos5_set_usbdrd_phy_ctrl(enable); in set_usbdrd_phy_ctrl()
134 static void exynos5_dp_phy_control(unsigned int enable) in exynos5_dp_phy_control() argument
141 if (enable) in exynos5_dp_phy_control()
149 void exynos_dp_phy_ctrl(unsigned int enable) in exynos_dp_phy_ctrl() argument
152 exynos5_dp_phy_control(enable); in exynos_dp_phy_ctrl()