Lines Matching defs:inst
124 static void exynos4210_isol(struct samsung_usb2_phy_instance *inst, bool on)
126 struct samsung_usb2_phy_driver *drv = inst->drv;
130 switch (inst->cfg->id) {
146 static void exynos4210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
148 struct samsung_usb2_phy_driver *drv = inst->drv;
155 switch (inst->cfg->id) {
207 static int exynos4210_power_on(struct samsung_usb2_phy_instance *inst)
210 exynos4210_phy_pwr(inst, 1);
211 exynos4210_isol(inst, 0);
216 static int exynos4210_power_off(struct samsung_usb2_phy_instance *inst)
218 exynos4210_isol(inst, 1);
219 exynos4210_phy_pwr(inst, 0);