Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/platform_data/
Dmv_usb.h49 void (*phy_deinit)(void __iomem *regbase); member
/Linux-v4.19/drivers/usb/host/
Dehci-mv.c61 if (ehci_mv->pdata->phy_deinit) in mv_ehci_disable()
62 ehci_mv->pdata->phy_deinit(ehci_mv->phy_regs); in mv_ehci_disable()
/Linux-v4.19/arch/arm/mach-mmp/
Daspenite.c236 .phy_deinit = pxa_usb_phy_deinit,
Dttc_dkb.c175 .phy_deinit = pxa_usb_phy_deinit,
/Linux-v4.19/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-v4.19/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()