Searched refs:dwc3_meson_g12a (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 140 struct dwc3_meson_g12a; 149 int (*setup_regmaps)(struct dwc3_meson_g12a *priv, void __iomem *base); 150 int (*usb2_init_phy)(struct dwc3_meson_g12a *priv, int i, 152 int (*set_phy_mode)(struct dwc3_meson_g12a *priv, int i, 154 int (*usb_init)(struct dwc3_meson_g12a *priv); 155 int (*usb_post_init)(struct dwc3_meson_g12a *priv); 158 static int dwc3_meson_gxl_setup_regmaps(struct dwc3_meson_g12a *priv, 160 static int dwc3_meson_g12a_setup_regmaps(struct dwc3_meson_g12a *priv, 163 static int dwc3_meson_g12a_usb2_init_phy(struct dwc3_meson_g12a *priv, int i, 165 static int dwc3_meson_gxl_usb2_init_phy(struct dwc3_meson_g12a *priv, int i, [all …]
|