Home
last modified time | relevance | path

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

/drivers/usb/common/
Dcommon.c141 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() function
182 EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy);
/drivers/usb/phy/
Dphy-am335x.c57 am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in am335x_phy_probe()
/drivers/phy/
Dphy-sun4i-usb.c653 data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0); in sun4i_usb_phy_probe()