Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/dwc3/
Ddwc3-meson-g12a.c352 enum phy_mode otg_id; in dwc3_meson_g12a_irq_thread() local
354 otg_id = dwc3_meson_g12a_get_id(priv); in dwc3_meson_g12a_irq_thread()
355 if (otg_id != priv->otg_phy_mode) { in dwc3_meson_g12a_irq_thread()
356 if (dwc3_meson_g12a_otg_mode_set(priv, otg_id)) in dwc3_meson_g12a_irq_thread()
389 enum phy_mode otg_id; in dwc3_meson_g12a_probe() local
488 otg_id = dwc3_meson_g12a_get_id(priv); in dwc3_meson_g12a_probe()
489 if (otg_id != priv->otg_phy_mode) { in dwc3_meson_g12a_probe()
490 if (dwc3_meson_g12a_otg_mode_set(priv, otg_id)) in dwc3_meson_g12a_probe()