Searched defs:dwc3_meson_g12a_drvdata (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | dwc3-meson-g12a.c | 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, [all …]
|
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | dwc3-meson-g12a.c | 142 struct dwc3_meson_g12a_drvdata { struct 143 bool otg_phy_host_port_disable; 144 struct clk_bulk_data *clks; 145 int num_clks; 146 const char * const *phy_names; 147 int num_phys; 148 int (*setup_regmaps)(struct dwc3_meson_g12a *priv, void __iomem *base); 149 int (*usb2_init_phy)(struct dwc3_meson_g12a *priv, int i, 151 int (*set_phy_mode)(struct dwc3_meson_g12a *priv, int i, 153 int (*usb_init)(struct dwc3_meson_g12a *priv); [all …]
|