Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/usb/
H A Dof.h16 enum usb_dr_mode of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0);
27 of_usb_get_dr_mode_by_phy(struct device_node *np, int arg0) in of_usb_get_dr_mode_by_phy() function
/openbmc/linux/drivers/usb/common/
H A Dcommon.c277 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
320 EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy);
/openbmc/linux/drivers/usb/phy/
H A Dphy-am335x.c58 am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in am335x_phy_probe()
/openbmc/linux/drivers/phy/marvell/
H A Dphy-mvebu-cp110-utmi.c329 port->dr_mode = of_usb_get_dr_mode_by_phy(child, -1); in mvebu_cp110_utmi_phy_probe()
/openbmc/linux/drivers/phy/amlogic/
H A Dphy-meson8b-usb2.c276 priv->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in phy_meson8b_usb2_probe()
/openbmc/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c637 enum usb_dr_mode mode = of_usb_get_dr_mode_by_phy(np, i); in rcar_gen3_get_dr_mode()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c769 data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0); in sun4i_usb_phy_probe()
/openbmc/linux/drivers/phy/rockchip/
H A Dphy-rockchip-inno-usb2.c1263 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); in rockchip_usb2phy_otg_port_init()