Searched refs:usb_post_init (Results 1 – 1 of 1) sorted by relevance
155 int (*usb_post_init)(struct dwc3_meson_g12a *priv); member202 .usb_post_init = dwc3_meson_gxl_usb_post_init,216 .usb_post_init = dwc3_meson_gxl_usb_post_init,229 .usb_post_init = dwc3_meson_gxl_usb_post_init,796 if (priv->drvdata->usb_post_init) { in dwc3_meson_g12a_probe()797 ret = priv->drvdata->usb_post_init(priv); in dwc3_meson_g12a_probe()