Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/platform_data/
Dmv_usb.h45 void (*phy_deinit)(void __iomem *regbase); member
/Linux-v5.4/arch/arm/mach-mmp/
Daspenite.c234 .phy_deinit = pxa_usb_phy_deinit,
Dttc_dkb.c172 .phy_deinit = pxa_usb_phy_deinit,
/Linux-v5.4/drivers/usb/gadget/udc/
Dmv_u3d_core.c1125 if (pdata->phy_deinit) in mv_u3d_disable()
1126 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()
1865 if (pdata->phy_deinit) in mv_u3d_probe()
1866 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
Dmv_udc_core.c1098 if (udc->pdata->phy_deinit) in mv_udc_disable_internal()
1099 udc->pdata->phy_deinit(udc->phy_regs); in mv_udc_disable_internal()
/Linux-v5.4/drivers/usb/phy/
Dphy-mv-usb.c277 if (mvotg->pdata->phy_deinit) in mv_otg_disable_internal()
278 mvotg->pdata->phy_deinit(mvotg->phy_regs); in mv_otg_disable_internal()