Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmv_usb.h37 void (*phy_deinit)(void __iomem *regbase); member
/OK3568_Linux_fs/kernel/arch/arm/mach-mmp/
H A Daspenite.c234 .phy_deinit = pxa_usb_phy_deinit,
H A Dttc_dkb.c172 .phy_deinit = pxa_usb_phy_deinit,
/OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/
H A 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()
H A 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()
/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A 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()