Home
last modified time | relevance | path

Searched +full:rtd1319d +full:- +full:iso +full:- +full:gpio (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/devicetree/bindings/gpio/
H A Drealtek,rtd-gpio.yaml1 # 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#
8 title: Realtek DHC GPIO controller
11 - Tzuyi Chang <tychang@realtek.com>
14 The GPIO controller is designed for the Realtek DHC (Digital Home Center)
15 RTD series SoC family, which are high-definition media processor SoCs.
20 - realtek,rtd1295-misc-gpio
21 - realtek,rtd1295-iso-gpio
[all …]
/linux/drivers/gpio/
H A Dgpio-rtd.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * Realtek DHC gpio driver
10 #include <linux/gpio/driver.h>
30 * struct rtd_gpio_info - Specific GPIO register information
31 * @name: GPIO device name
32 * @gpio_base: GPIO base number
34 * @dir_offset: Offset for GPIO direction registers
35 * @dato_offset: Offset for GPIO data output registers
36 * @dati_offset: Offset for GPIO data input registers
37 * @ie_offset: Offset for GPIO interrupt enable registers
[all …]