Searched refs:mvotg (Results 1 – 1 of 1) sorted by relevance
59 struct mv_otg *mvotg = container_of(otg->usb_phy, struct mv_otg, phy); in mv_otg_set_vbus() local60 if (mvotg->pdata->set_vbus == NULL) in mv_otg_set_vbus()63 return mvotg->pdata->set_vbus(on); in mv_otg_set_vbus()82 static void mv_otg_run_state_machine(struct mv_otg *mvotg, in mv_otg_run_state_machine() argument85 dev_dbg(&mvotg->pdev->dev, "transceiver is updated\n"); in mv_otg_run_state_machine()86 if (!mvotg->qwork) in mv_otg_run_state_machine()89 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()94 struct mv_otg *mvotg = (struct mv_otg *) data; in mv_otg_timer_await_bcon() local96 mvotg->otg_ctrl.a_wait_bcon_timeout = 1; in mv_otg_timer_await_bcon()98 dev_info(&mvotg->pdev->dev, "B Device No Response!\n"); in mv_otg_timer_await_bcon()[all …]