Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/usb/
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
/linux-6.3-rc2/drivers/usb/common/
A Dcommon.c276 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
319 EXPORT_SYMBOL_GPL(of_usb_get_dr_mode_by_phy);
/linux-6.3-rc2/drivers/usb/phy/
A Dphy-am335x.c58 am_phy->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in am335x_phy_probe()
/linux-6.3-rc2/drivers/phy/amlogic/
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()
/linux-6.3-rc2/drivers/phy/marvell/
A Dphy-mvebu-cp110-utmi.c329 port->dr_mode = of_usb_get_dr_mode_by_phy(child, -1); in mvebu_cp110_utmi_phy_probe()
/linux-6.3-rc2/drivers/phy/renesas/
A Dphy-rcar-gen3-usb2.c639 enum usb_dr_mode mode = of_usb_get_dr_mode_by_phy(np, i); in rcar_gen3_get_dr_mode()
/linux-6.3-rc2/drivers/phy/allwinner/
A Dphy-sun4i-usb.c773 data->dr_mode = of_usb_get_dr_mode_by_phy(np, 0); in sun4i_usb_phy_probe()
/linux-6.3-rc2/drivers/phy/rockchip/
A Dphy-rockchip-inno-usb2.c1146 rport->mode = of_usb_get_dr_mode_by_phy(child_np, -1); in rockchip_usb2phy_otg_port_init()

Completed in 21 milliseconds