Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/dwc3/
Ddwc3-meson-g12a.c553 enum phy_mode otg_id; in dwc3_meson_g12a_irq_thread() local
555 otg_id = dwc3_meson_g12a_get_id(priv); in dwc3_meson_g12a_irq_thread()
556 if (otg_id != priv->otg_phy_mode) { in dwc3_meson_g12a_irq_thread()
557 if (dwc3_meson_g12a_otg_mode_set(priv, otg_id)) in dwc3_meson_g12a_irq_thread()
588 enum phy_mode otg_id; in dwc3_meson_g12a_otg_init() local
612 otg_id = dwc3_meson_g12a_get_id(priv); in dwc3_meson_g12a_otg_init()
613 if (otg_id != priv->otg_phy_mode) { in dwc3_meson_g12a_otg_init()
614 if (dwc3_meson_g12a_otg_mode_set(priv, otg_id)) in dwc3_meson_g12a_otg_init()