Home
last modified time | relevance | path

Searched refs:usb_post_init (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c155 int (*usb_post_init)(struct dwc3_meson_g12a *priv); member
202 .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()
934 if (priv->drvdata->usb_post_init) { in dwc3_meson_g12a_resume()
935 ret = priv->drvdata->usb_post_init(priv); in dwc3_meson_g12a_resume()
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c154 int (*usb_post_init)(struct dwc3_meson_g12a *priv); member
200 .usb_post_init = dwc3_meson_gxl_usb_post_init,
213 .usb_post_init = dwc3_meson_gxl_usb_post_init,
225 .usb_post_init = dwc3_meson_gxl_usb_post_init,
787 if (priv->drvdata->usb_post_init) { in dwc3_meson_g12a_probe()
788 ret = priv->drvdata->usb_post_init(priv); in dwc3_meson_g12a_probe()
929 if (priv->drvdata->usb_post_init) { in dwc3_meson_g12a_resume()
930 ret = priv->drvdata->usb_post_init(priv); in dwc3_meson_g12a_resume()

Completed in 4 milliseconds