Searched refs:switch_desc (Results 1 – 1 of 1) sorted by relevance
267 struct usb_role_switch_desc switch_desc; member620 priv->switch_desc.usb2_port = dwc3_meson_g12_find_child(dev, in dwc3_meson_g12a_otg_init()622 priv->switch_desc.udc = dwc3_meson_g12_find_child(dev, "snps,dwc2"); in dwc3_meson_g12a_otg_init()623 priv->switch_desc.allow_userspace_control = true; in dwc3_meson_g12a_otg_init()624 priv->switch_desc.set = dwc3_meson_g12a_role_set; in dwc3_meson_g12a_otg_init()625 priv->switch_desc.get = dwc3_meson_g12a_role_get; in dwc3_meson_g12a_otg_init()626 priv->switch_desc.driver_data = priv; in dwc3_meson_g12a_otg_init()628 priv->role_switch = usb_role_switch_register(dev, &priv->switch_desc); in dwc3_meson_g12a_otg_init()