Searched +full:rtd1619b +full:- +full:pinctrl (Results 1 – 6 of 6) sorted by relevance
/linux/Documentation/devicetree/bindings/pinctrl/ |
H A D | realtek,rtd1619b-pinctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/pinctrl/realtek,rtd1619b-pinctrl.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Realtek DHC RTD1619B Pin Controller 11 - TY Chang <tychang@realtek.com> 14 The Realtek DHC RTD1619B is a high-definition media processor SoC. The 15 RTD1619B pin controller is used to control pin function, pull up/down 20 const: realtek,rtd1619b-pinctrl 26 '-pins$': [all …]
|
/linux/Documentation/devicetree/bindings/usb/ |
H A D | realtek,rtd-type-c.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/usb/realtek,rtd-type-c.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 8 title: Realtek DHC RTD SoCs USB Type-C Connector detection 11 - Stanley Chang <stanley_chang@realtek.com> 20 - realtek,rtd1295-type-c 21 - realtek,rtd1312c-type-c 22 - realtek,rtd1315e-type-c 23 - realtek,rtd1319-type-c [all …]
|
/linux/drivers/pinctrl/realtek/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0-or-later 3 obj-$(CONFIG_PINCTRL_RTD) += pinctrl-rtd.o 4 obj-$(CONFIG_PINCTRL_RTD1619B) += pinctrl-rtd1619b.o 5 obj-$(CONFIG_PINCTRL_RTD1319D) += pinctrl-rtd1319d.o 6 obj-$(CONFIG_PINCTRL_RTD1315E) += pinctrl-rtd1315e.o
|
H A D | pinctrl-rtd1619b.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 12 #include <linux/pinctrl/pinctrl.h> 14 #include "pinctrl-rtd.h" 1575 { .compatible = "realtek,rtd1619b-pinctrl", }, 1581 .name = "rtd1619b-pinctrl", 1601 MODULE_DESCRIPTION("Realtek DHC SoC RTD1619B pinctrl driver");
|
/linux/Documentation/devicetree/bindings/gpio/ |
H A D | realtek,rtd-gpio.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: http://devicetree.org/schemas/gpio/realtek,rtd-gpio.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Tzuyi Chang <tychang@realtek.com> 15 RTD series SoC family, which are high-definition media processor SoCs. 20 - realtek,rtd1295-misc-gpio 21 - realtek,rtd1295-iso-gpio 22 - realtek,rtd1315e-iso-gpio 23 - realtek,rtd1319-iso-gpio [all …]
|
/linux/drivers/gpio/ |
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 47 this symbol, but new drivers should use the generic gpio-regmap 57 non-sleeping contexts. They can make bitbanged serial protocols 126 Enables support for the idio-16 library functions. The idio-16 library 128 ACCES IDIO-16 family such as the 104-IDIO-16 and the PCI-IDIO-16. 130 If built as a module its name will be gpio-idio-16. 136 tristate "GPIO driver for 74xx-ICs with MMIO access" 140 Say yes here to support GPIO functionality for 74xx-compatible ICs 155 If driver is built as a module it will be called gpio-altera. 316 tristate "Generic memory-mapped GPIO controller support (MMIO platform device)" [all …]
|