of_usb_get_dr_mode_by_phy
data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0);
priv->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1);
port->dr_mode = of_usb_get_dr_mode_by_phy(child, 0);
enum usb_dr_mode mode = of_usb_get_dr_mode_by_phy(np, i);
rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1);
EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy);
am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1);
enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0);