Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/phy/
Dphy-mv-usb.c54 struct mv_otg *mvotg = container_of(otg->usb_phy, struct mv_otg, phy); in mv_otg_set_vbus() local
55 if (mvotg->pdata->set_vbus == NULL) in mv_otg_set_vbus()
58 return mvotg->pdata->set_vbus(on); in mv_otg_set_vbus()
77 static void mv_otg_run_state_machine(struct mv_otg *mvotg, in mv_otg_run_state_machine() argument
80 dev_dbg(&mvotg->pdev->dev, "transceiver is updated\n"); in mv_otg_run_state_machine()
81 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
92 mvotg->otg_ctrl.a_wait_bcon_timeout = 1; in mv_otg_timer_await_bcon()
94 dev_info(&mvotg->pdev->dev, "B Device No Response!\n"); in mv_otg_timer_await_bcon()
[all …]