Home
last modified time | relevance | path

Searched refs:samsung_usb2_phy_instance (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/phy/samsung/
H A Dphy-samsung-usb2.h23 struct samsung_usb2_phy_instance;
26 struct samsung_usb2_phy_instance { struct
46 struct samsung_usb2_phy_instance instances[]; argument
50 int (*power_on)(struct samsung_usb2_phy_instance *);
51 int (*power_off)(struct samsung_usb2_phy_instance *);
H A Dphy-exynos4x12-usb2.c165 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()
H A Dphy-s5pv210-usb2.c89 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()
H A Dphy-exynos4210-usb2.c124 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()
H A Dphy-samsung-usb2.c20 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()
H A Dphy-exynos5250-usb2.c174 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()
/openbmc/linux/Documentation/driver-api/phy/
H A Dsamsung-usb2.rst101 - `int (*power_on)(struct samsung_usb2_phy_instance *);`
102 `int (*power_off)(struct samsung_usb2_phy_instance *);`