Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/phy/
H A Dphy-mv-usb.c81 if (!mvotg->qwork) in mv_otg_run_state_machine()
84 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()
89 struct mv_otg *mvotg = from_timer(mvotg, t, in mv_otg_timer_await_bcon() local
242 if (mvotg->active) in mv_otg_enable_internal()
249 retval = mvotg->pdata->phy_init(mvotg->phy_regs); in mv_otg_enable_internal()
276 mvotg->pdata->phy_deinit(mvotg->phy_regs); in mv_otg_disable_internal()
672 mvotg = devm_kzalloc(&pdev->dev, sizeof(*mvotg), GFP_KERNEL); in mv_otg_probe()
673 if (!mvotg) in mv_otg_probe()
750 mvotg->op_regs = in mv_otg_probe()
796 mvotg->irq); in mv_otg_probe()
[all …]