Home
last modified time | relevance | path

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

/linux/drivers/usb/phy/
H A Dof.c28 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode() function
43 EXPORT_SYMBOL_GPL(of_usb_get_phy_mode);
/linux/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) in of_usb_get_phy_mode() function
/linux/drivers/phy/allwinner/
H A Dphy-sun9i-usb.c125 phy->type = of_usb_get_phy_mode(np); in sun9i_usb_phy_probe()
/linux/drivers/usb/dwc3/
H A Dcore.c1692 dwc->hsphy_mode = of_usb_get_phy_mode(dev->of_node); in dwc3_get_properties()