Searched refs:set_phy_mode (Results 1 – 3 of 3) sorted by relevance
| /drivers/usb/dwc3/ |
| A D | dwc3-meson-g12a.c | 151 int (*set_phy_mode)(struct dwc3_meson_g12a *priv, int i, member 198 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 211 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 223 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 235 .set_phy_mode = dwc3_meson_g12a_set_phy_mode, 246 .set_phy_mode = dwc3_meson_g12a_set_phy_mode, 276 return priv->drvdata->set_phy_mode(priv, i, in dwc3_meson_gxl_usb2_init_phy() 309 ret = priv->drvdata->set_phy_mode(priv, i, mode); in dwc3_meson_g12a_usb2_init_phy() 311 ret = priv->drvdata->set_phy_mode(priv, i, in dwc3_meson_g12a_usb2_init_phy() 506 ret = priv->drvdata->set_phy_mode(priv, USB2_OTG_PHY, mode); in dwc3_meson_g12a_otg_mode_set() [all …]
|
| /drivers/net/ethernet/stmicro/stmmac/ |
| A D | dwmac-meson8b.c | 84 int (*set_phy_mode)(struct meson8b_dwmac *dwmac); member 464 ret = dwmac->data->set_phy_mode(dwmac); in meson8b_dwmac_probe() 478 .set_phy_mode = meson8b_set_phy_mode, 483 .set_phy_mode = meson_axg_set_phy_mode, 488 .set_phy_mode = meson_axg_set_phy_mode,
|
| A D | dwmac-socfpga.c | 46 int (*set_phy_mode)(struct socfpga_dwmac *dwmac_priv); member 441 return dwmac->ops->set_phy_mode(dwmac); in socfpga_dwmac_init() 508 .set_phy_mode = socfpga_gen5_set_phy_mode, 512 .set_phy_mode = socfpga_gen10_set_phy_mode,
|
Completed in 10 milliseconds