Home
last modified time | relevance | path

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

/Linux-v5.10/include/linux/platform_data/
Dmv_usb.h37 void (*phy_deinit)(void __iomem *regbase); member
/Linux-v5.10/arch/arm/mach-mmp/
Daspenite.c234 .phy_deinit = pxa_usb_phy_deinit,
Dttc_dkb.c172 .phy_deinit = pxa_usb_phy_deinit,
/Linux-v5.10/drivers/usb/gadget/udc/
Dmv_u3d_core.c1124 if (pdata->phy_deinit) in mv_u3d_disable()
1125 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_disable()
1276 if (pdata->phy_deinit) in mv_u3d_stop()
1277 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_stop()
1864 if (pdata->phy_deinit) in mv_u3d_probe()
1865 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
Dmv_udc_core.c1097 if (udc->pdata->phy_deinit) in mv_udc_disable_internal()
1098 udc->pdata->phy_deinit(udc->phy_regs); in mv_udc_disable_internal()
/Linux-v5.10/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()