Home
last modified time | relevance | path

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

12345678910>>...37

/freebsd/sys/contrib/device-tree/src/arm64/renesas/
H A Dsalvator-xs.dtsi46 dr_mode = "otg";
51 dr_mode = "otg";
56 dr_mode = "otg";
H A Drz-smarc-common.dtsi96 dr_mode = "otg";
105 dr_mode = "otg";
124 dr_mode = "otg";
/freebsd/sys/contrib/device-tree/src/arm/xilinx/
H A Dzynq-cc108.dts67 dr_mode = "host";
73 dr_mode = "host";
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Ddwc3-st.txt36 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 Dux500-usb.txt7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral"
23 dr_mode = "otg";
H A Dfsl-usb.txt26 - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible
64 dr_mode = "otg";
77 dr_mode = "otg";
H A Dmediatek,musb.txt14 - dr_mode : should be one of "host", "peripheral" or "otg",
44 dr_mode = "otg";
H A Drockchip,dwc3.txt37 dr_mode = "otg";
54 dr_mode = "otg";
H A Dda8xx-usb.txt15 - dr_mode: The USB operation mode. Should be one of "host", "peripheral" or "otg".
56 dr_mode = "host";
/freebsd/sys/arm/nvidia/
H A Dtegra_usbphy.c273 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 Dqcom-apq8064-cm-qs600.dts222 dr_mode = "otg";
227 dr_mode = "host";
232 dr_mode = "host";
H A Dqcom-apq8064-ifc6410.dts355 dr_mode = "otg";
360 dr_mode = "host";
365 dr_mode = "host";
/freebsd/sys/contrib/device-tree/src/arm/nxp/imx/
H A Dimx51-digi-connectcore-jsk.dts66 dr_mode = "otg";
74 dr_mode = "host";
H A Dimx35-eukrea-mbimxsd35-baseboard.dts147 dr_mode = "host";
153 dr_mode = "otg";
H A Dimx6qdl-prti6q.dtsi71 dr_mode = "host";
81 dr_mode = "host";
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c367 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 Drk3399-rock960.dts143 dr_mode = "otg";
147 dr_mode = "host";
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddm8148-t410.dts106 dr_mode = "host";
112 dr_mode = "host";
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mm-innocomm-wb15-evk.dts82 dr_mode = "otg";
90 dr_mode = "host";
H A Dimx8mp-icore-mx8mp-edimm2.2.dts83 dr_mode = "host";
96 dr_mode = "host";
H A Dimx93-kontron-bl-osm-s.dts141 dr_mode = "host";
155 dr_mode = "otg";
/freebsd/sys/contrib/device-tree/src/arm/nxp/mxs/
H A Dimx28-lwe.dtsi143 dr_mode = "host";
155 dr_mode = "host";
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra20-usb-phy.txt65 - 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 Dbcm283x-rpi-usb-host.dtsi2 dr_mode = "host";
H A Dbcm283x-rpi-usb-peripheral.dtsi3 dr_mode = "peripheral";

12345678910>>...37