Home
last modified time | relevance | path

Searched full:dr_mode (Results 1 – 25 of 831) sorted by relevance

12345678910>>...34

/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Damlogic,meson-g12a-usb-ctrl.yaml72 dr_mode: true
99 - dr_mode
211 dr_mode = "otg";
223 dr_mode = "peripheral";
233 dr_mode = "host";
H A Dallwinner,sun4i-a10-musb.yaml56 dr_mode:
74 - dr_mode
103 dr_mode = "peripheral";
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 Dfsl-usb.txt26 - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible
64 dr_mode = "otg";
77 dr_mode = "otg";
H A Dstarfive,jh7110-usb.yaml28 dr_mode:
78 - dr_mode
103 dr_mode = "host";
H A Dmicrochip,mpfs-musb.yaml20 dr_mode: true
56 dr_mode = "host";
H A Dnxp,isp1760.yaml44 dr_mode:
64 dr_mode = "host";
H A Dmediatek,mtu3.txt21 - 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 Dfaraday,fotg210.yaml47 dr_mode: true
77 dr_mode = "host";
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 Dux500-usb.txt7 - dr_mode : Dual-role; either host mode "host", peripheral mode "peripheral"
23 dr_mode = "otg";
H A Dcdns,usb3.yaml45 dr_mode:
100 dr_mode = "otg";
H A Dgeneric.txt10 - dr_mode: tells Dual-Role USB controllers that we want to work on a
53 dr_mode = "otg";
H A Dusb-drd.yaml23 dr_mode:
75 dr_mode = "otg";
H A Dmediatek,mtu3.yaml110 dr_mode:
247 dr_mode = "otg";
280 dr_mode = "otg";
316 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/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.dtsi104 dr_mode = "otg";
113 dr_mode = "otg";
132 dr_mode = "otg";
/freebsd/sys/dev/usb/controller/dwc3/
H A Ddwc3.c283 * 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 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):
H A Dmarvell,armada-cp110-utmi-phy.yaml100 dr_mode = "host";
108 dr_mode = "peripheral";
/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/src/arm/qcom/
H A Dqcom-apq8064-cm-qs600.dts229 dr_mode = "otg";
234 dr_mode = "host";
239 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";

12345678910>>...34