Searched refs:mvotg (Results 1 – 1 of 1) sorted by relevance
53 struct mv_otg *mvotg = container_of(otg->usb_phy, struct mv_otg, phy); in mv_otg_set_vbus() local54 if (mvotg->pdata->set_vbus == NULL) in mv_otg_set_vbus()57 return mvotg->pdata->set_vbus(on); in mv_otg_set_vbus()76 static void mv_otg_run_state_machine(struct mv_otg *mvotg, in mv_otg_run_state_machine() argument79 dev_dbg(&mvotg->pdev->dev, "transceiver is updated\n"); in mv_otg_run_state_machine()80 if (!mvotg->qwork) in mv_otg_run_state_machine()83 queue_delayed_work(mvotg->qwork, &mvotg->work, delay); in mv_otg_run_state_machine()88 struct mv_otg *mvotg = from_timer(mvotg, t, in mv_otg_timer_await_bcon() local91 mvotg->otg_ctrl.a_wait_bcon_timeout = 1; in mv_otg_timer_await_bcon()93 dev_info(&mvotg->pdev->dev, "B Device No Response!\n"); in mv_otg_timer_await_bcon()[all …]