Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/chipidea/
Dci_hdrc_tegra.c45 CI_HDRC_OVERRIDE_PHY_CONTROL |
53 CI_HDRC_OVERRIDE_PHY_CONTROL |
61 CI_HDRC_OVERRIDE_PHY_CONTROL |
69 CI_HDRC_OVERRIDE_PHY_CONTROL |
Dci_hdrc_msm.c192 CI_HDRC_OVERRIDE_PHY_CONTROL; in ci_hdrc_msm_probe()
Dcore.c346 if (ci->platdata->flags & CI_HDRC_OVERRIDE_PHY_CONTROL) in ci_usb_phy_exit()
367 if (ci->platdata->flags & CI_HDRC_OVERRIDE_PHY_CONTROL) in ci_usb_phy_init()
Dci_hdrc_imx.c464 pdata.flags |= CI_HDRC_OVERRIDE_PHY_CONTROL; in ci_hdrc_imx_probe()
/linux-6.12.1/include/linux/usb/
Dchipidea.h61 #define CI_HDRC_OVERRIDE_PHY_CONTROL BIT(12) /* Glue layer manages phy */ macro