Searched refs:samsung_usb2_phy_instance (Results 1 – 7 of 7) sorted by relevance
23 struct samsung_usb2_phy_instance;26 struct samsung_usb2_phy_instance { struct46 struct samsung_usb2_phy_instance instances[]; argument50 int (*power_on)(struct samsung_usb2_phy_instance *);51 int (*power_off)(struct samsung_usb2_phy_instance *);
165 static void exynos4x12_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_isol()192 static void exynos4x12_setup_clk(struct samsung_usb2_phy_instance *inst) in exynos4x12_setup_clk()208 static void exynos4x12_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_phy_pwr()260 static void exynos4x12_power_on_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on_int()270 static int exynos4x12_power_on(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on()300 static void exynos4x12_power_off_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off_int()309 static int exynos4x12_power_off(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off()
89 static void s5pv210_isol(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_isol()109 static void s5pv210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_phy_pwr()153 static int s5pv210_power_on(struct samsung_usb2_phy_instance *inst) in s5pv210_power_on()161 static int s5pv210_power_off(struct samsung_usb2_phy_instance *inst) in s5pv210_power_off()
124 static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_isol()146 static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_phy_pwr()207 static int exynos4210_power_on(struct samsung_usb2_phy_instance *inst) in exynos4210_power_on()216 static int exynos4210_power_off(struct samsung_usb2_phy_instance *inst) in exynos4210_power_off()
20 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_on()62 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_off()222 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
174 static void exynos5250_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos5250_isol()195 static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst) in exynos5250_power_on()321 static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst) in exynos5250_power_off()
101 - `int (*power_on)(struct samsung_usb2_phy_instance *);`102 `int (*power_off)(struct samsung_usb2_phy_instance *);`