/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | amlogic,meson-g12a-usb-ctrl.yaml | 72 dr_mode: true 99 - dr_mode 211 dr_mode = "otg"; 223 dr_mode = "peripheral"; 233 dr_mode = "host";
|
H A D | allwinner,sun4i-a10-musb.yaml | 56 dr_mode: 74 - dr_mode 103 dr_mode = "peripheral";
|
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 | 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 | starfive,jh7110-usb.yaml | 28 dr_mode: 78 - dr_mode 103 dr_mode = "host";
|
H A D | microchip,mpfs-musb.yaml | 20 dr_mode: true 56 dr_mode = "host";
|
H A D | nxp,isp1760.yaml | 44 dr_mode: 64 dr_mode = "host";
|
H A D | mediatek,mtu3.txt | 21 - dr_mode : should be one of "host", "peripheral" or "otg", 39 defined if auto drd switch is enabled, that means the property dr_mode 91 dr_mode = "otg";
|
H A D | faraday,fotg210.yaml | 47 dr_mode: true 77 dr_mode = "host";
|
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 | ux500-usb.txt | 7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral" 23 dr_mode = "otg";
|
H A D | cdns,usb3.yaml | 45 dr_mode: 100 dr_mode = "otg";
|
H A D | generic.txt | 10 - dr_mode: tells Dual-Role USB controllers that we want to work on a 53 dr_mode = "otg";
|
H A D | usb-drd.yaml | 23 dr_mode: 75 dr_mode = "otg";
|
H A D | mediatek,mtu3.yaml | 110 dr_mode: 247 dr_mode = "otg"; 280 dr_mode = "otg"; 316 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/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 | 104 dr_mode = "otg"; 113 dr_mode = "otg"; 132 dr_mode = "otg";
|
/freebsd/sys/dev/usb/controller/dwc3/ |
H A D | dwc3.c | 283 * XXX If we ever support more than host mode this needs a dr_mode check. in snps_dwc3_configure_host() 368 char dr_mode[16] = { 0 }; in snps_dwc3_probe_common() local 371 s = device_get_property(dev, "dr_mode", dr_mode, sizeof(dr_mode), in snps_dwc3_probe_common() 374 device_printf(dev, "Cannot determine dr_mode\n"); in snps_dwc3_probe_common() 377 if (strcmp(dr_mode, "host") != 0) { in snps_dwc3_probe_common() 379 "Found dr_mode '%s' but only 'host' supported. s=%zd\n", in snps_dwc3_probe_common() 380 dr_mode, s); in snps_dwc3_probe_common()
|
/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):
|
H A D | marvell,armada-cp110-utmi-phy.yaml | 100 dr_mode = "host"; 108 dr_mode = "peripheral";
|
/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/src/arm/qcom/ |
H A D | qcom-apq8064-cm-qs600.dts | 229 dr_mode = "otg"; 234 dr_mode = "host"; 239 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";
|