Searched +full:usb +full:- +full:1 +full:_0 (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | usb-device.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/usb/usb-device.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Generic USB Device 10 - Greg Kroah-Hartman <gregkh@linuxfoundation.org> 13 Usually, we only use device tree for hard wired USB device. 15 http://www.devicetree.org/open-firmware/bindings/usb/usb-1_0.ps 17 Four types of device-tree nodes are defined: "host-controller nodes" 18 representing USB host controllers, "device nodes" representing USB devices, [all …]
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: STMicroelectronics STM32 USB HS PHY controller 19 |_ PHY port#1 _________________ HOST controller 21 | / 1|________________| 22 |_ PHY port#2 ----| |________________ 23 | \_0| | 27 - Amelie Delaunay <amelie.delaunay@foss.st.com> [all …]
|
/linux-6.12.1/drivers/pinctrl/renesas/ |
D | pfc-sh73a0.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * sh73a0 processor support - PFC hardware block 11 #include <linux/pinctrl/pinconf-generic.h> 52 PORT_ALL(DATA), /* PORT0_DATA -> PORT309_DATA */ 56 PORT_ALL(IN), /* PORT0_IN -> PORT309_IN */ 60 PORT_ALL(OUT), /* PORT0_OUT -> PORT309_OUT */ 64 PORT_ALL(FN_IN), /* PORT0_FN_IN -> PORT309_FN_IN */ 65 PORT_ALL(FN_OUT), /* PORT0_FN_OUT -> PORT309_FN_OUT */ 66 PORT_ALL(FN0), /* PORT0_FN0 -> PORT309_FN0 */ 67 PORT_ALL(FN1), /* PORT0_FN1 -> PORT309_FN1 */ [all …]
|