Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/usb/
Dof.h18 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0);
29 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() function
/Linux-v4.19/drivers/usb/common/
Dcommon.c138 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
179 EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy);
/Linux-v4.19/drivers/usb/phy/
Dphy-am335x.c58 am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in am335x_phy_probe()
/Linux-v4.19/drivers/phy/amlogic/
Dphy-meson8b-usb2.c247 priv->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in phy_meson8b_usb2_probe()
/Linux-v4.19/drivers/phy/renesas/
Dphy-rcar-gen3-usb2.c448 if (of_usb_get_dr_mode_by_phy(dev->of_node, 0) == USB_DR_MODE_OTG) { in rcar_gen3_phy_usb2_probe()
/Linux-v4.19/drivers/phy/allwinner/
Dphy-sun4i-usb.c726 data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0); in sun4i_usb_phy_probe()
/Linux-v4.19/drivers/phy/rockchip/
Dphy-rockchip-inno-usb2.c1014 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); in rockchip_usb2phy_otg_port_init()