Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/platform_data/
Dmv_usb.h37 void (*phy_deinit)(void __iomem *regbase); member
/linux-6.12.1/drivers/net/ethernet/mellanox/mlxbf_gige/
Dmlxbf_gige_main.c158 goto phy_deinit; in mlxbf_gige_open()
200 phy_deinit: in mlxbf_gige_open()
/linux-6.12.1/drivers/usb/gadget/udc/
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()
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()
/linux-6.12.1/drivers/usb/phy/
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()