Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c149 int (*usb2_init_phy)(struct dwc3_meson_g12a *priv, int i, member
197 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
210 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
222 .usb2_init_phy = dwc3_meson_gxl_usb2_init_phy,
234 .usb2_init_phy = dwc3_meson_g12a_usb2_init_phy,
245 .usb2_init_phy = dwc3_meson_g12a_usb2_init_phy,
335 ret = priv->drvdata->usb2_init_phy(priv, i, mode); in dwc3_meson_g12a_usb2_init()