Searched refs:dr_mode (Results 1 – 25 of 517) sorted by relevance
12345678910>>...21
| /f-stack/freebsd/contrib/device-tree/Bindings/usb/ |
| H A D | allwinner,sun4i-a10-musb.yaml | 50 dr_mode: 68 - dr_mode 97 dr_mode = "peripheral";
|
| H A D | amlogic,meson-g12a-usb-ctrl.yaml | 71 dr_mode: true 96 - dr_mode 188 dr_mode = "otg"; 200 dr_mode = "peripheral"; 210 dr_mode = "host";
|
| 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". 55 dr_mode = "host";
|
| /f-stack/freebsd/contrib/device-tree/src/arm/ |
| H A D | zynq-cc108.dts | 67 dr_mode = "host"; 73 dr_mode = "host";
|
| H A D | imx51-digi-connectcore-jsk.dts | 59 dr_mode = "otg"; 66 dr_mode = "host";
|
| H A D | am335x-netcom-plus-8xx.dts | 56 dr_mode = "host"; 61 dr_mode = "host";
|
| H A D | qcom-apq8064-cm-qs600.dts | 156 dr_mode = "otg"; 167 dr_mode = "host"; 178 dr_mode = "host";
|
| H A D | bcm283x-rpi-usb-host.dtsi | 2 dr_mode = "host";
|
| H A D | bcm283x-rpi-usb-peripheral.dtsi | 3 dr_mode = "peripheral";
|
| H A D | dm8148-t410.dts | 106 dr_mode = "host"; 112 dr_mode = "host";
|
| H A D | imx6qdl-prti6q.dtsi | 71 dr_mode = "host"; 80 dr_mode = "host";
|
| H A D | imx35-eukrea-mbimxsd35-baseboard.dts | 147 dr_mode = "host"; 153 dr_mode = "otg";
|
| H A D | imx7d-colibri.dtsi | 25 dr_mode = "host";
|
| H A D | bcm283x-rpi-usb-otg.dtsi | 3 dr_mode = "otg";
|
| H A D | imx7d-colibri-emmc.dtsi | 43 dr_mode = "host";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/renesas/ |
| H A D | r8a77951-salvator-xs.dts | 56 dr_mode = "otg"; 107 dr_mode = "otg"; 116 dr_mode = "otg";
|
| /f-stack/freebsd/arm/nvidia/ |
| H A D | tegra_usbphy.c | 275 enum usb_dr_mode dr_mode; member 385 if (sc->dr_mode == USB_DR_MODE_DEVICE) { in usbphy_utmi_enable() 487 if (sc->dr_mode == USB_DR_MODE_HOST) in usbphy_utmi_enable() 509 if (sc->dr_mode == USB_DR_MODE_DEVICE) { in usbphy_utmi_disable() 782 sc->dr_mode = usb_get_dr_mode(dev, node, "dr_mode"); in usbphy_attach() 783 if (sc->dr_mode == USB_DR_MODE_UNKNOWN) in usbphy_attach() 784 sc->dr_mode = USB_DR_MODE_HOST; in usbphy_attach()
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/xilinx/ |
| H A D | zynqmp-zc1751-xm017-dc3.dts | 143 dr_mode = "host"; 149 dr_mode = "host";
|
| /f-stack/freebsd/contrib/device-tree/src/arm64/rockchip/ |
| H A D | rk3399-rock960.dts | 168 dr_mode = "otg"; 172 dr_mode = "host";
|
| /f-stack/freebsd/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):
|
12345678910>>...21