Searched refs:set_phy_mode (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/dwc3/ |
H 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 …]
|
/linux/drivers/net/ethernet/stmicro/stmmac/ |
H A D | dwmac-meson8b.c | 84 int (*set_phy_mode)(struct meson8b_dwmac *dwmac); member 468 ret = dwmac->data->set_phy_mode(dwmac); in meson8b_dwmac_probe() 482 .set_phy_mode = meson8b_set_phy_mode, 487 .set_phy_mode = meson_axg_set_phy_mode, 492 .set_phy_mode = meson_axg_set_phy_mode,
|
H A D | dwmac-socfpga.c | 46 int (*set_phy_mode)(struct socfpga_dwmac *dwmac_priv); member 502 ret = ops->set_phy_mode(dwmac); in socfpga_dwmac_probe() 521 dwmac_priv->ops->set_phy_mode(priv->plat->bsp_priv); in socfpga_dwmac_resume() 569 .set_phy_mode = socfpga_gen5_set_phy_mode, 573 .set_phy_mode = socfpga_gen10_set_phy_mode,
|
/linux/arch/mips/include/asm/mach-au1x00/ |
H A D | au1000.h | 818 void (*set_phy_mode)(int mode); member
|