Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dof.h17 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/drivers/phy/amlogic/
H A Dphy-meson8b-usb2.c268 priv->dr_mode = of_usb_get_dr_mode_by_phy(pdev->dev.of_node, -1); in phy_meson8b_usb2_probe()
/linux/drivers/phy/renesas/
H A Dphy-rcar-gen3-usb2.c1000 enum usb_dr_mode mode = of_usb_get_dr_mode_by_phy(np, i); in rcar_gen3_get_dr_mode()