Searched refs:switch_desc (Results 1 – 1 of 1) sorted by relevance
121 struct usb_role_switch_desc switch_desc; member496 priv->switch_desc.usb2_port = dwc3_meson_g12_find_child(dev, in dwc3_meson_g12a_probe()498 priv->switch_desc.udc = dwc3_meson_g12_find_child(dev, "snps,dwc2"); in dwc3_meson_g12a_probe()499 priv->switch_desc.allow_userspace_control = true; in dwc3_meson_g12a_probe()500 priv->switch_desc.set = dwc3_meson_g12a_role_set; in dwc3_meson_g12a_probe()501 priv->switch_desc.get = dwc3_meson_g12a_role_get; in dwc3_meson_g12a_probe()503 priv->role_switch = usb_role_switch_register(dev, &priv->switch_desc); in dwc3_meson_g12a_probe()