Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Dotg.h26 enum usb_dr_mode usb_get_dr_mode(int node);
/openbmc/u-boot/drivers/usb/dwc3/
H A Ddwc3-generic.c92 dwc3->dr_mode = usb_get_dr_mode(node); in dwc3_generic_peripheral_ofdata_to_platdata()
221 dr_mode = usb_get_dr_mode(node); in dwc3_glue_bind()
322 dr_mode = usb_get_dr_mode(dev_of_offset(child)); in dwc3_glue_probe()
/openbmc/linux/drivers/usb/fotg210/
H A Dfotg210-core.c147 mode = usb_get_dr_mode(dev); in fotg210_probe()
174 mode = usb_get_dr_mode(dev); in fotg210_remove()
/openbmc/u-boot/drivers/usb/common/
H A Dcommon.c23 enum usb_dr_mode usb_get_dr_mode(int node) in usb_get_dr_mode() function
/openbmc/linux/drivers/usb/common/
H A Dcommon.c191 enum usb_dr_mode usb_get_dr_mode(struct device *dev) in usb_get_dr_mode() function
202 EXPORT_SYMBOL_GPL(usb_get_dr_mode);
/openbmc/linux/include/linux/usb/
H A Dotg.h130 extern enum usb_dr_mode usb_get_dr_mode(struct device *dev);
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-dwc3.c135 dr_mode = usb_get_dr_mode(dev_of_offset(dev)); in xhci_dwc3_probe()
H A Ddwc3-sti-glue.c173 plat->mode = usb_get_dr_mode(dwc3_node); in sti_dwc3_glue_bind()
/openbmc/linux/drivers/usb/isp1760/
H A Disp1760-if.c225 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) in isp1760_plat_probe()
/openbmc/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()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dti-musb.c301 dr_mode = usb_get_dr_mode(node); in ti_musb_wrapper_bind()
/openbmc/linux/drivers/usb/musb/
H A Dmpfs.c193 pdata->mode = usb_get_dr_mode(dev); in mpfs_probe()
H A Dmediatek.c430 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.c114 mode = usb_get_dr_mode(dev); in musb_get_mode()
/openbmc/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-meson-g12a.c762 priv->otg_mode = usb_get_dr_mode(dev); in dwc3_meson_g12a_probe()
H A Ddwc3-qcom.c927 qcom->mode = usb_get_dr_mode(&qcom->dwc3->dev); in dwc3_qcom_probe()
H A Dcore.c1532 dwc->dr_mode = usb_get_dr_mode(dev); in dwc3_get_properties()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_plat.c270 ssusb->dr_mode = usb_get_dr_mode(dev); in get_ssusb_rscs()
/openbmc/linux/drivers/usb/dwc2/
H A Dplatform.c56 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode()
/openbmc/linux/drivers/usb/chipidea/
H A Dcore.c688 platdata->dr_mode = usb_get_dr_mode(dev); in ci_get_platdata()
/openbmc/linux/drivers/usb/phy/
H A Dphy-tegra-usb.c1379 tegra_phy->mode = usb_get_dr_mode(&pdev->dev); in tegra_usb_phy_probe()