Searched +full:dis +full:- +full:u1 +full:- +full:entry +full:- +full:quirk (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Felipe Balbi <balbi@kernel.org> 14 be presented as a standalone DT node with an optional vendor-specific 18 - $ref: usb-drd.yaml# 19 - if: 25 - dr_mode 29 $ref: usb-xhci.yaml# 35 - const: snps,dwc3 [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/ti/ |
D | k3-am65-iot2050-common-pg2.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 13 cp2102n_reset_pin_default: cp2102n-reset-pin-default { 14 pinctrl-single,pins = < 22 pinctrl-names = "default"; 23 pinctrl-0 = <&cp2102n_reset_pin_default>; 24 gpio-line-names = 27 "", "", "", "", "CP2102N-RESET"; 32 assigned-clocks = <&k3_clks 67 0>; 36 assigned-clocks = <&k3_clks 153 4>, <&serdes0 AM654_SERDES_CMU_REFCLK>; 37 assigned-clock-parents = <&k3_clks 153 7>, <&k3_clks 153 4>; [all …]
|
/Linux-v6.1/drivers/usb/dwc3/ |
D | core.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * core.c - DesignWare USB3 DRD Controller Core file 5 * Copyright (C) 2010-2011 Texas Instruments Incorporated - https://www.ti.com 24 #include <linux/dma-mapping.h> 46 * dwc3_get_dr_mode - Validates and sets dr_mode 52 struct device *dev = dwc->dev; in dwc3_get_dr_mode() 55 if (dwc->dr_mode == USB_DR_MODE_UNKNOWN) in dwc3_get_dr_mode() 56 dwc->dr_mode = USB_DR_MODE_OTG; in dwc3_get_dr_mode() 58 mode = dwc->dr_mode; in dwc3_get_dr_mode() 59 hw_mode = DWC3_GHWPARAMS0_MODE(dwc->hwparams.hwparams0); in dwc3_get_dr_mode() [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/qcom/ |
D | msm8953.dtsi | 1 // SPDX-License-Identifier: BSD-3-Clause 4 #include <dt-bindings/clock/qcom,gcc-msm8953.h> 5 #include <dt-bindings/gpio/gpio.h> 6 #include <dt-bindings/interrupt-controller/arm-gic.h> 7 #include <dt-bindings/power/qcom-rpmpd.h> 8 #include <dt-bindings/thermal/thermal.h> 11 interrupt-parent = <&intc>; 13 #address-cells = <2>; 14 #size-cells = <2>; 19 sleep_clk: sleep-clk { [all …]
|