Searched refs:of_usb_get_phy_mode (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/usb/phy/
H A Dof.c22 * of_usb_get_phy_mode - Get phy mode for given device_node
28 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) function
43 EXPORT_SYMBOL_GPL(of_usb_get_phy_mode); variable
H A Dphy-tegra-usb.c1406 phy_type = of_usb_get_phy_mode(np);
/linux-master/include/linux/usb/
H A Dof.h68 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np);
70 static inline enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) function
/linux-master/drivers/usb/host/
H A Dehci-mv.c85 if (of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC) {
211 if (of_usb_get_phy_mode(pdev->dev.of_node) == USBPHY_INTERFACE_MODE_HSIC) {
H A Dehci-atmel.c159 if (of_usb_get_phy_mode(pdev->dev.of_node) == USBPHY_INTERFACE_MODE_HSIC)
/linux-master/drivers/phy/allwinner/
H A Dphy-sun9i-usb.c125 phy->type = of_usb_get_phy_mode(np);
/linux-master/drivers/usb/chipidea/
H A Dci_hdrc_imx.c179 if (of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI)
365 if ((of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC)
463 of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) {
H A Dci_hdrc_tegra.c342 if (of_usb_get_phy_mode(pdev->dev.of_node) == USBPHY_INTERFACE_MODE_ULPI)
H A Dcore.c685 platdata->phy_mode = of_usb_get_phy_mode(dev->of_node);
/linux-master/drivers/usb/dwc3/
H A Dcore.c1513 dwc->hsphy_mode = of_usb_get_phy_mode(dev->of_node);

Completed in 246 milliseconds