Home
last modified time | relevance | path

Searched refs:phy_deinit (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/linux/platform_data/
H A Dmv_usb.h37 void (*phy_deinit)(void __iomem *regbase); member
/openbmc/linux/drivers/net/ethernet/mellanox/mlxbf_gige/
H A Dmlxbf_gige_main.c158 goto phy_deinit; in mlxbf_gige_open()
200 phy_deinit: in mlxbf_gige_open()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dmv_u3d_core.c1126 if (pdata->phy_deinit) in mv_u3d_disable()
1127 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_disable()
1277 if (pdata->phy_deinit) in mv_u3d_stop()
1278 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_stop()
1863 if (pdata->phy_deinit) in mv_u3d_probe()
1864 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
H A Dmv_udc_core.c1099 if (udc->pdata->phy_deinit) in mv_udc_disable_internal()
1100 udc->pdata->phy_deinit(udc->phy_regs); in mv_udc_disable_internal()
/openbmc/linux/drivers/usb/phy/
H A Dphy-mv-usb.c275 if (mvotg->pdata->phy_deinit) in mv_otg_disable_internal()
276 mvotg->pdata->phy_deinit(mvotg->phy_regs); in mv_otg_disable_internal()