Searched defs:dwc3_meson_g12a_drvdata (Results 1 – 1 of 1) sorted by relevance
142 struct dwc3_meson_g12a_drvdata { struct143 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,[all …]