of_usb_get_phy_mode  126 drivers/phy/allwinner/phy-sun9i-usb.c 	phy->type = of_usb_get_phy_mode(np);
of_usb_get_phy_mode  165 drivers/usb/chipidea/ci_hdrc_imx.c 	if (of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI)
of_usb_get_phy_mode  328 drivers/usb/chipidea/ci_hdrc_imx.c 	if ((of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC)
of_usb_get_phy_mode  410 drivers/usb/chipidea/ci_hdrc_imx.c 	    of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) {
of_usb_get_phy_mode  676 drivers/usb/chipidea/core.c 		platdata->phy_mode = of_usb_get_phy_mode(dev->of_node);
of_usb_get_phy_mode 1245 drivers/usb/dwc3/core.c 	dwc->hsphy_mode = of_usb_get_phy_mode(dev->of_node);
of_usb_get_phy_mode   43 drivers/usb/phy/of.c EXPORT_SYMBOL_GPL(of_usb_get_phy_mode);
of_usb_get_phy_mode 1090 drivers/usb/phy/phy-tegra-usb.c 	phy_type = of_usb_get_phy_mode(np);
of_usb_get_phy_mode   63 include/linux/usb/of.h enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np);