Lines Matching refs:role_sw
166 struct usb_role_switch *role_sw; in dwc2_drd_init() local
178 role_sw = usb_role_switch_register(hsotg->dev, &role_sw_desc); in dwc2_drd_init()
179 if (IS_ERR(role_sw)) { in dwc2_drd_init()
180 ret = PTR_ERR(role_sw); in dwc2_drd_init()
186 hsotg->role_sw = role_sw; in dwc2_drd_init()
198 if (hsotg->role_sw && !hsotg->params.external_id_pin_ctl) { in dwc2_drd_suspend()
212 if (hsotg->role_sw) { in dwc2_drd_resume()
214 role = usb_role_switch_get_role(hsotg->role_sw); in dwc2_drd_resume()
236 if (hsotg->role_sw && !hsotg->params.external_id_pin_ctl) { in dwc2_drd_resume()
247 if (hsotg->role_sw) in dwc2_drd_exit()
248 usb_role_switch_unregister(hsotg->role_sw); in dwc2_drd_exit()