/openbmc/u-boot/include/linux/usb/ |
H A D | otg.h | 26 enum usb_dr_mode usb_get_dr_mode(int node);
|
/openbmc/u-boot/drivers/usb/dwc3/ |
H A D | dwc3-generic.c | 92 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 D | fotg210-core.c | 147 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 D | common.c | 23 enum usb_dr_mode usb_get_dr_mode(int node) in usb_get_dr_mode() function
|
/openbmc/linux/drivers/usb/common/ |
H A D | common.c | 191 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 D | otg.h | 130 extern enum usb_dr_mode usb_get_dr_mode(struct device *dev);
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci-dwc3.c | 135 dr_mode = usb_get_dr_mode(dev_of_offset(dev)); in xhci_dwc3_probe()
|
H A D | dwc3-sti-glue.c | 173 plat->mode = usb_get_dr_mode(dwc3_node); in sti_dwc3_glue_bind()
|
/openbmc/linux/drivers/usb/isp1760/ |
H A D | isp1760-if.c | 225 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) in isp1760_plat_probe()
|
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-starfive.c | 54 mode = usb_get_dr_mode(&pdev->dev); in cdns_mode_init()
|
H A D | core.c | 90 dr_mode = usb_get_dr_mode(dev); in cdns_core_init_role()
|
/openbmc/u-boot/drivers/usb/musb-new/ |
H A D | ti-musb.c | 301 dr_mode = usb_get_dr_mode(node); in ti_musb_wrapper_bind()
|
/openbmc/linux/drivers/usb/musb/ |
H A D | mpfs.c | 193 pdata->mode = usb_get_dr_mode(dev); in mpfs_probe()
|
H A D | mediatek.c | 430 pdata->mode = usb_get_dr_mode(dev); in mtk_musb_probe()
|
H A D | sunxi.c | 696 switch (usb_get_dr_mode(&pdev->dev)) { in sunxi_musb_probe()
|
H A D | musb_dsps.c | 900 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) { in dsps_probe()
|
H A D | musb_core.c | 114 mode = usb_get_dr_mode(dev); in musb_get_mode()
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | dwc3-st.c | 272 dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev); in st_dwc3_probe()
|
H A D | dwc3-meson-g12a.c | 762 priv->otg_mode = usb_get_dr_mode(dev); in dwc3_meson_g12a_probe()
|
H A D | dwc3-qcom.c | 927 qcom->mode = usb_get_dr_mode(&qcom->dwc3->dev); in dwc3_qcom_probe()
|
H A D | core.c | 1532 dwc->dr_mode = usb_get_dr_mode(dev); in dwc3_get_properties()
|
/openbmc/linux/drivers/usb/mtu3/ |
H A D | mtu3_plat.c | 270 ssusb->dr_mode = usb_get_dr_mode(dev); in get_ssusb_rscs()
|
/openbmc/linux/drivers/usb/dwc2/ |
H A D | platform.c | 56 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode()
|
/openbmc/linux/drivers/usb/chipidea/ |
H A D | core.c | 688 platdata->dr_mode = usb_get_dr_mode(dev); in ci_get_platdata()
|
/openbmc/linux/drivers/usb/phy/ |
H A D | phy-tegra-usb.c | 1379 tegra_phy->mode = usb_get_dr_mode(&pdev->dev); in tegra_usb_phy_probe()
|