of_usb_get_dr_mode_by_phy 732 drivers/phy/allwinner/phy-sun4i-usb.c data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0); of_usb_get_dr_mode_by_phy 241 drivers/phy/amlogic/phy-meson8b-usb2.c priv->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); of_usb_get_dr_mode_by_phy 581 drivers/phy/renesas/phy-rcar-gen3-usb2.c enum usb_dr_mode mode = of_usb_get_dr_mode_by_phy(np, i); of_usb_get_dr_mode_by_phy 1000 drivers/phy/rockchip/phy-rockchip-inno-usb2.c rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); of_usb_get_dr_mode_by_phy 199 drivers/usb/common/common.c EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy); of_usb_get_dr_mode_by_phy 58 drivers/usb/phy/phy-am335x.c am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); of_usb_get_dr_mode_by_phy 18 include/linux/usb/of.h enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0);