Searched refs:set_phy_mode (Results 1 – 2 of 2) 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/arch/mips/include/asm/mach-au1x00/ |
| H A D | au1000.h | 818 void (*set_phy_mode)(int mode); member
|