Searched refs:samsung_usb2_phy_instance (Results 1 – 7 of 7) sorted by relevance
26 struct samsung_usb2_phy_instance;29 struct samsung_usb2_phy_instance { struct49 struct samsung_usb2_phy_instance instances[0]; argument53 int (*power_on)(struct samsung_usb2_phy_instance *);54 int (*power_off)(struct samsung_usb2_phy_instance *);
168 static void exynos4x12_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_isol()195 static void exynos4x12_setup_clk(struct samsung_usb2_phy_instance *inst) in exynos4x12_setup_clk()211 static void exynos4x12_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4x12_phy_pwr()263 static void exynos4x12_power_on_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on_int()273 static int exynos4x12_power_on(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_on()303 static void exynos4x12_power_off_int(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off_int()312 static int exynos4x12_power_off(struct samsung_usb2_phy_instance *inst) in exynos4x12_power_off()
92 static void s5pv210_isol(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_isol()112 static void s5pv210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in s5pv210_phy_pwr()152 static int s5pv210_power_on(struct samsung_usb2_phy_instance *inst) in s5pv210_power_on()160 static int s5pv210_power_off(struct samsung_usb2_phy_instance *inst) in s5pv210_power_off()
127 static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_isol()149 static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on) in exynos4210_phy_pwr()210 static int exynos4210_power_on(struct samsung_usb2_phy_instance *inst) in exynos4210_power_on()219 static int exynos4210_power_off(struct samsung_usb2_phy_instance *inst) in exynos4210_power_off()
25 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_on()67 struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy); in samsung_usb2_phy_power_off()163 cfg->num_phys * sizeof(struct samsung_usb2_phy_instance), in samsung_usb2_phy_probe()226 struct samsung_usb2_phy_instance *p = &drv->instances[i]; in samsung_usb2_phy_probe()
178 static void exynos5250_isol(struct samsung_usb2_phy_instance *inst, bool on) in exynos5250_isol()200 static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst) in exynos5250_power_on()326 static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst) in exynos5250_power_off()
100 - int (*power_on)(struct samsung_usb2_phy_instance *);101 - int (*power_off)(struct samsung_usb2_phy_instance *);