Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/platform_data/
Dmv_usb.h49 void (*phy_deinit)(void __iomem *regbase); member
/linux-4.4.14/drivers/usb/host/
Dehci-mv.c65 if (ehci_mv->pdata->phy_deinit) in mv_ehci_disable()
66 ehci_mv->pdata->phy_deinit(ehci_mv->phy_regs); in mv_ehci_disable()
/linux-4.4.14/drivers/usb/gadget/udc/
Dmv_u3d_core.c1137 if (pdata->phy_deinit) in mv_u3d_disable()
1138 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_disable()
1289 if (pdata->phy_deinit) in mv_u3d_stop()
1290 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_stop()
1872 if (pdata->phy_deinit) in mv_u3d_probe()
1873 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
1986 if (pdata->phy_deinit) in mv_u3d_probe()
1987 pdata->phy_deinit(u3d->phy_regs); in mv_u3d_probe()
Dmv_udc_core.c1107 if (udc->pdata->phy_deinit) in mv_udc_disable_internal()
1108 udc->pdata->phy_deinit(udc->phy_regs); in mv_udc_disable_internal()
/linux-4.4.14/arch/arm/mach-mmp/
Daspenite.c238 .phy_deinit = pxa_usb_phy_deinit,
Dttc_dkb.c175 .phy_deinit = pxa_usb_phy_deinit,
/linux-4.4.14/drivers/usb/phy/
Dphy-mv-usb.c286 if (mvotg->pdata->phy_deinit) in mv_otg_disable_internal()
287 mvotg->pdata->phy_deinit(mvotg->phy_regs); in mv_otg_disable_internal()