Lines Matching defs:dwc3_meson_g12a_drvdata
142 struct dwc3_meson_g12a_drvdata { struct
143 bool otg_switch_supported;
144 bool otg_phy_host_port_disable;
145 struct clk_bulk_data *clks;
146 int num_clks;
147 const char * const *phy_names;
148 int num_phys;
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);