Searched refs:set_phy_mode (Results 1 - 4 of 4) sorted by last modified time

/linux-master/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac-socfpga.c46 int (*set_phy_mode)(struct socfpga_dwmac *dwmac_priv); member in struct:socfpga_dwmac_ops
495 ret = ops->set_phy_mode(dwmac);
514 dwmac_priv->ops->set_phy_mode(priv->plat->bsp_priv);
562 .set_phy_mode = socfpga_gen5_set_phy_mode,
566 .set_phy_mode = socfpga_gen10_set_phy_mode,
H A Ddwmac-meson8b.c84 int (*set_phy_mode)(struct meson8b_dwmac *dwmac); member in struct:meson8b_dwmac_data
468 ret = dwmac->data->set_phy_mode(dwmac);
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,
/linux-master/arch/mips/include/asm/mach-au1x00/
H A Dau1000.h811 * set_phy_mode() function in addition to driving the IRFIRSEL pin.
818 void (*set_phy_mode)(int mode); member in struct:au1k_irda_platform_data
/linux-master/drivers/usb/dwc3/
H A Ddwc3-meson-g12a.c151 int (*set_phy_mode)(struct dwc3_meson_g12a *priv, int i, member in struct:dwc3_meson_g12a_drvdata
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,
309 ret = priv->drvdata->set_phy_mode(priv, i, mode);
311 ret = priv->drvdata->set_phy_mode(priv, i,
506 ret = priv->drvdata->set_phy_mode(pri
[all...]

Completed in 166 milliseconds