Searched refs:set_phy_mode (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/usb/dwc3/ |
D | dwc3-meson-g12a.c | 152 int (*set_phy_mode)(struct dwc3_meson_g12a *priv, int i, member 200 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 214 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 227 .set_phy_mode = dwc3_meson_gxl_set_phy_mode, 240 .set_phy_mode = dwc3_meson_g12a_set_phy_mode, 252 .set_phy_mode = dwc3_meson_g12a_set_phy_mode, 282 return priv->drvdata->set_phy_mode(priv, i, in dwc3_meson_gxl_usb2_init_phy() 315 ret = priv->drvdata->set_phy_mode(priv, i, mode); in dwc3_meson_g12a_usb2_init_phy() 317 ret = priv->drvdata->set_phy_mode(priv, i, in dwc3_meson_g12a_usb2_init_phy() 512 ret = priv->drvdata->set_phy_mode(priv, USB2_OTG_PHY, mode); in dwc3_meson_g12a_otg_mode_set() [all …]
|
/linux-6.1.9/drivers/net/ethernet/stmicro/stmmac/ |
D | dwmac-meson8b.c | 84 int (*set_phy_mode)(struct meson8b_dwmac *dwmac); member 474 ret = dwmac->data->set_phy_mode(dwmac); in meson8b_dwmac_probe() 497 .set_phy_mode = meson8b_set_phy_mode, 502 .set_phy_mode = meson_axg_set_phy_mode, 507 .set_phy_mode = meson_axg_set_phy_mode,
|
D | dwmac-socfpga.c | 42 int (*set_phy_mode)(struct socfpga_dwmac *dwmac_priv); member 442 ret = ops->set_phy_mode(dwmac); in socfpga_dwmac_probe() 463 dwmac_priv->ops->set_phy_mode(priv->plat->bsp_priv); in socfpga_dwmac_resume() 511 .set_phy_mode = socfpga_gen5_set_phy_mode, 515 .set_phy_mode = socfpga_gen10_set_phy_mode,
|
/linux-6.1.9/arch/mips/include/asm/mach-au1x00/ |
D | au1000.h | 815 void (*set_phy_mode)(int mode); member
|