| /OK3568_Linux_fs/u-boot/drivers/usb/dwc3/ |
| H A D | dwc3-generic.c | 119 plat->dr_mode = usb_get_dr_mode(node); in dwc3_generic_ofdata_to_platdata() 314 dr_mode = usb_get_dr_mode(node); in dwc3_glue_bind() 428 dr_mode = usb_get_dr_mode(child->node); in dwc3_glue_probe()
|
| H A D | dwc3-meson-g12a.c | 396 priv->otg_mode = usb_get_dr_mode(dev->node); in dwc3_meson_g12a_probe()
|
| /OK3568_Linux_fs/u-boot/include/linux/usb/ |
| H A D | otg.h | 29 enum usb_dr_mode usb_get_dr_mode(ofnode node);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/common/ |
| H A D | common.su | |
| H A D | common.c | 25 enum usb_dr_mode usb_get_dr_mode(ofnode node) in usb_get_dr_mode() function
|
| /OK3568_Linux_fs/kernel/drivers/usb/common/ |
| H A D | common.c | 190 enum usb_dr_mode usb_get_dr_mode(struct device *dev) in usb_get_dr_mode() function 201 EXPORT_SYMBOL_GPL(usb_get_dr_mode);
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | otg.h | 132 extern enum usb_dr_mode usb_get_dr_mode(struct device *dev);
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | core.c | 109 dr_mode = usb_get_dr_mode(dev->node); in cdns3_core_init_role() 399 dr_mode = usb_get_dr_mode(node); in cdns3_bind()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-dwc3.c | 160 dr_mode = usb_get_dr_mode(dev->node); in xhci_dwc3_probe()
|
| H A D | dwc3-sti-glue.c | 168 plat->mode = usb_get_dr_mode(dwc3_node); in sti_dwc3_glue_bind()
|
| H A D | ehci-mx6.c | 517 dr_mode = usb_get_dr_mode(dev->node); in ehci_usb_ofdata_to_platdata()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/musb-new/ |
| H A D | ti-musb.c | 220 dr_mode = usb_get_dr_mode(node); in ti_musb_wrapper_bind()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | dwc3-st.c | 275 dwc3_data->dr_mode = usb_get_dr_mode(&child_pdev->dev); in st_dwc3_probe()
|
| H A D | dwc3-qcom.c | 825 qcom->mode = usb_get_dr_mode(&qcom->dwc3->dev); in dwc3_qcom_probe()
|
| H A D | dwc3-meson-g12a.c | 771 priv->otg_mode = usb_get_dr_mode(dev); in dwc3_meson_g12a_probe()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/gadget/ |
| H A D | dwc2_udc_otg.c | 1045 if (usb_get_dr_mode(dev->node) != USB_DR_MODE_PERIPHERAL && in dwc2_udc_otg_ofdata_to_platdata() 1046 usb_get_dr_mode(dev->node) != USB_DR_MODE_OTG) { in dwc2_udc_otg_ofdata_to_platdata()
|
| /OK3568_Linux_fs/kernel/drivers/usb/mtu3/ |
| H A D | mtu3_plat.c | 269 ssusb->dr_mode = usb_get_dr_mode(dev); in get_ssusb_rscs()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | mediatek.c | 480 pdata->mode = usb_get_dr_mode(dev); in mtk_musb_probe()
|
| H A D | sunxi.c | 684 switch (usb_get_dr_mode(&pdev->dev)) { in sunxi_musb_probe()
|
| H A D | musb_dsps.c | 899 if (usb_get_dr_mode(&pdev->dev) == USB_DR_MODE_PERIPHERAL) { in dsps_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | core.c | 91 dr_mode = usb_get_dr_mode(dev); in cdns3_core_init_role()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | platform.c | 86 hsotg->dr_mode = usb_get_dr_mode(hsotg->dev); in dwc2_get_dr_mode()
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy-tegra-usb.c | 1108 tegra_phy->mode = usb_get_dr_mode(&pdev->dev); in tegra_usb_phy_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | core.c | 667 platdata->dr_mode = usb_get_dr_mode(dev); in ci_get_platdata()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_imx | 1220 usb_get_dr_mode
|