Home
last modified time | relevance | path

Searched refs:usb2_init_phy (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-meson-g12a.c150 int (*usb2_init_phy)(struct dwc3_meson_g12a *priv, int i, member
199 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
213 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
226 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
239 .usb2_init_phy = dwc3_meson_g12a_usb2_init_phy,
251 .usb2_init_phy = dwc3_meson_g12a_usb2_init_phy,
341 ret = priv->drvdata->usb2_init_phy(priv, i, mode); in dwc3_meson_g12a_usb2_init()