Symbol: samsung_usb2_phy_instance
drivers/phy/samsung/phy-exynos4210-usb2.c
124
static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-exynos4210-usb2.c
146
static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-exynos4210-usb2.c
207
static int exynos4210_power_on(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4210-usb2.c
216
static int exynos4210_power_off(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4x12-usb2.c
165
static void exynos4x12_isol(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-exynos4x12-usb2.c
192
static void exynos4x12_setup_clk(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4x12-usb2.c
208
static void exynos4x12_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-exynos4x12-usb2.c
260
static void exynos4x12_power_on_int(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4x12-usb2.c
270
static int exynos4x12_power_on(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4x12-usb2.c
300
static void exynos4x12_power_off_int(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos4x12-usb2.c
309
static int exynos4x12_power_off(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos5250-usb2.c
174
static void exynos5250_isol(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-exynos5250-usb2.c
195
static int exynos5250_power_on(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-exynos5250-usb2.c
321
static int exynos5250_power_off(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-s5pv210-usb2.c
109
static void s5pv210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-s5pv210-usb2.c
153
static int s5pv210_power_on(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-s5pv210-usb2.c
161
static int s5pv210_power_off(struct samsung_usb2_phy_instance *inst)
drivers/phy/samsung/phy-s5pv210-usb2.c
89
static void s5pv210_isol(struct samsung_usb2_phy_instance *inst, bool on)
drivers/phy/samsung/phy-samsung-usb2.c
20
struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy);
drivers/phy/samsung/phy-samsung-usb2.c
222
struct samsung_usb2_phy_instance *p = &drv->instances[i];
drivers/phy/samsung/phy-samsung-usb2.c
62
struct samsung_usb2_phy_instance *inst = phy_get_drvdata(phy);
drivers/phy/samsung/phy-samsung-usb2.h
23
struct samsung_usb2_phy_instance;
drivers/phy/samsung/phy-samsung-usb2.h
46
struct samsung_usb2_phy_instance instances[];
drivers/phy/samsung/phy-samsung-usb2.h
50
int (*power_on)(struct samsung_usb2_phy_instance *);
drivers/phy/samsung/phy-samsung-usb2.h
51
int (*power_off)(struct samsung_usb2_phy_instance *);