/freebsd/sys/contrib/device-tree/src/arm64/renesas/ |
H A D | salvator-xs.dtsi | 46 dr_mode = "otg"; 51 dr_mode = "otg"; 56 dr_mode = "otg";
|
H A D | rz-smarc-common.dtsi | 96 dr_mode = "otg"; 105 dr_mode = "otg"; 124 dr_mode = "otg";
|
/freebsd/sys/contrib/device-tree/src/arm/xilinx/ |
H A D | zynq-cc108.dts | 67 dr_mode = "host"; 73 dr_mode = "host";
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | dwc3-st.txt | 36 NB: The dr_mode property described in [1] is NOT optional for this driver, as the default value 37 is "otg", which isn't supported by this SoC. Valid dr_mode values for dwc3-st are either "host" 62 dr_mode = "host";
|
H A D | ux500-usb.txt | 7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral" 23 dr_mode = "otg";
|
H A D | fsl-usb.txt | 26 - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible 64 dr_mode = "otg"; 77 dr_mode = "otg";
|
H A D | mediatek,musb.txt | 14 - dr_mode : should be one of "host", "peripheral" or "otg", 44 dr_mode = "otg";
|
H A D | rockchip,dwc3.txt | 37 dr_mode = "otg"; 54 dr_mode = "otg";
|
H A D | da8xx-usb.txt | 15 - dr_mode: The USB operation mode. Should be one of "host", "peripheral" or "otg". 56 dr_mode = "host";
|
/freebsd/sys/arm/nvidia/ |
H A D | tegra_usbphy.c | 273 enum usb_dr_mode dr_mode; member 383 if (sc->dr_mode == USB_DR_MODE_DEVICE) { in usbphy_utmi_enable() 485 if (sc->dr_mode == USB_DR_MODE_HOST) in usbphy_utmi_enable() 507 if (sc->dr_mode == USB_DR_MODE_DEVICE) { in usbphy_utmi_disable() 780 sc->dr_mode = usb_get_dr_mode(dev, node, "dr_mode"); in usbphy_attach() 781 if (sc->dr_mode == USB_DR_MODE_UNKNOWN) in usbphy_attach() 782 sc->dr_mode = USB_DR_MODE_HOST; in usbphy_attach()
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-apq8064-cm-qs600.dts | 222 dr_mode = "otg"; 227 dr_mode = "host"; 232 dr_mode = "host";
|
H A D | qcom-apq8064-ifc6410.dts | 355 dr_mode = "otg"; 360 dr_mode = "host"; 365 dr_mode = "host";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/ |
H A D | imx51-digi-connectcore-jsk.dts | 66 dr_mode = "otg"; 74 dr_mode = "host";
|
H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 147 dr_mode = "host"; 153 dr_mode = "otg";
|
H A D | imx6qdl-prti6q.dtsi | 71 dr_mode = "host"; 81 dr_mode = "host";
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 367 char dr_mode[16] = { 0 }; in snps_dwc3_probe_common() local 370 s = device_get_property(dev, "dr_mode", dr_mode, sizeof(dr_mode), in snps_dwc3_probe_common() 376 if (strcmp(dr_mode, "host") != 0) { in snps_dwc3_probe_common() 379 dr_mode, s); in snps_dwc3_probe_common()
|
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/ |
H A D | rk3399-rock960.dts | 143 dr_mode = "otg"; 147 dr_mode = "host";
|
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/ |
H A D | dm8148-t410.dts | 106 dr_mode = "host"; 112 dr_mode = "host";
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-innocomm-wb15-evk.dts | 82 dr_mode = "otg"; 90 dr_mode = "host";
|
H A D | imx8mp-icore-mx8mp-edimm2.2.dts | 83 dr_mode = "host"; 96 dr_mode = "host";
|
H A D | imx93-kontron-bl-osm-s.dts | 141 dr_mode = "host"; 155 dr_mode = "otg";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/ |
H A D | imx28-lwe.dtsi | 143 dr_mode = "host"; 155 dr_mode = "host";
|
/freebsd/sys/contrib/device-tree/Bindings/phy/ |
H A D | nvidia,tegra20-usb-phy.txt | 65 - dr_mode : dual role mode. Indicates the working mode for the PHY. Can be 73 VBUS control (required for dr_mode == otg, optional for dr_mode == host):
|
/freebsd/sys/contrib/device-tree/src/arm/broadcom/ |
H A D | bcm283x-rpi-usb-host.dtsi | 2 dr_mode = "host";
|
H A D | bcm283x-rpi-usb-peripheral.dtsi | 3 dr_mode = "peripheral";
|