Lines Matching defs:inst
89 static void s5pv210_isol(struct samsung_usb2_phy_instance *inst, bool on)
91 struct samsung_usb2_phy_driver *drv = inst->drv;
94 switch (inst->cfg->id) {
109 static void s5pv210_phy_pwr(struct samsung_usb2_phy_instance *inst, bool on)
111 struct samsung_usb2_phy_driver *drv = inst->drv;
117 switch (inst->cfg->id) {
153 static int s5pv210_power_on(struct samsung_usb2_phy_instance *inst)
155 s5pv210_isol(inst, 0);
156 s5pv210_phy_pwr(inst, 1);
161 static int s5pv210_power_off(struct samsung_usb2_phy_instance *inst)
163 s5pv210_phy_pwr(inst, 0);
164 s5pv210_isol(inst, 1);