Home
last modified time | relevance | path

Searched refs:usb_get_dr_mode (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/usb/fotg210/
H A Dfotg210-core.c148 mode = usb_get_dr_mode(dev); in fotg210_probe()
175 mode = usb_get_dr_mode(dev); in fotg210_remove()
/linux/drivers/usb/common/
H A Dcommon.c204 enum usb_dr_mode usb_get_dr_mode(struct device *dev) in usb_get_dr_mode() function
215 EXPORT_SYMBOL_GPL(usb_get_dr_mode);
/linux/include/linux/usb/
H A Dotg.h130 extern enum usb_dr_mode usb_get_dr_mode(struct device *dev);
/linux/drivers/usb/isp1760/
H A Disp1760-if.c225 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) in isp1760_plat_probe()
/linux/drivers/usb/cdns3/
H A Dcdns3-starfive.c54 mode = usb_get_dr_mode(&pdev->dev); in cdns_mode_init()
H A Dcore.c90 dr_mode = usb_get_dr_mode(dev); in cdns_core_init_role()
/linux/drivers/usb/dwc3/
H A Ddwc3-st.c272 dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev); in st_dwc3_probe()
H A Ddwc3-rtk.c313 dr_mode = usb_get_dr_mode(dwc3_dev); in dwc3_rtk_probe_dwc3_core()
H A Ddwc3-qcom.c686 qcom->mode = usb_get_dr_mode(dev); in dwc3_qcom_probe()
H A Ddwc3-qcom-legacy.c806 qcom->mode = usb_get_dr_mode(&qcom->dwc3->dev); in dwc3_qcom_probe()
H A Ddwc3-meson-g12a.c762 priv->otg_mode = usb_get_dr_mode(dev); in dwc3_meson_g12a_probe()
H A Dcore.c1740 dwc->dr_mode = usb_get_dr_mode(dev); in dwc3_get_properties()
/linux/drivers/usb/musb/
H A Dmpfs.c308 pdata->mode = usb_get_dr_mode(dev); in mpfs_probe()
H A Dmediatek.c429 pdata->mode = usb_get_dr_mode(dev); in mtk_musb_probe()
H A Dsunxi.c696 switch (usb_get_dr_mode(&pdev->dev)) { in sunxi_musb_probe()
H A Dmusb_dsps.c900 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) { in dsps_probe()
H A Dmusb_core.c115 mode = usb_get_dr_mode(dev); in musb_get_mode()
/linux/drivers/usb/mtu3/
H A Dmtu3_plat.c270 ssusb->dr_mode = usb_get_dr_mode(dev); in get_ssusb_rscs()
/linux/drivers/usb/dwc2/
H A Dplatform.c56 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode()
/linux/drivers/usb/chipidea/
H A Dcore.c689 platdata->dr_mode = usb_get_dr_mode(dev); in ci_get_platdata()
/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c1528 tegra_phy->mode = usb_get_dr_mode(&pdev->dev); in tegra_usb_phy_probe()