Lines Matching +full:request +full:- +full:gpios

14 	  particular GPIOs that they provide. The uclass interface
15 is defined in include/asm-generic/gpio.h.
24 is a mechanism providing automatic GPIO request and config-
25 uration as part of the gpio-controller's driver probe function.
34 is a mechanism providing automatic GPIO request and config-
35 uration as part of the gpio-controller's driver probe function.
64 lines. Each I/O line may be dedicated as a general-purpose
68 responsible for the general-purpose I/O.
98 95 GPIOs which can be configured from the device tree.
118 This driver supports CREG GPIOs on Synopsys HSDK SOC.
133 the number of available GPIOs with a minimum number of
149 - APQ8016
150 - MSM8916
188 Support for PCF8575 I2C 16-bit GPIO expander. Most of these
201 Support GPIO access on Rockchip SoCs. The GPIOs are arranged into
202 a number of banks (different for each SoC type) each with 32 GPIOs.
203 The GPIOs for a device are defined in the device tree with one node
210 This driver supports some simulated GPIOs which can be adjusted
212 GPIOs can be inspected through the normal get_get_value()
213 interface. The purpose of this is to allow GPIOs to be used as
215 behaviour of those GPIOs.
218 int "Number of sandbox GPIOs"
222 The sandbox driver can support any number of GPIOs. Generally these
224 of 'anonymous' GPIOs that do not belong to any device or bank.
234 bool "tca642x - Command to access tca642x state"
236 DEPRECATED - This needs conversion to driver model
261 Say yes here to support UniPhier GPIOs.
268 Say yes here to support Vybrid vf610 GPIOs.
275 Say yes here to support Microchip PIC32 GPIOs.
291 Say yes here to support Marvell MVEBU (Armada XP/38x) GPIOs.
301 bool "74x164 serial-in/parallel-out 8-bits shift register"
304 Driver for 74x164 compatible serial-in/parallel-out 8-outputs
312 Say yes here to provide access to several register-oriented
335 Say yes here to provide access to several register-oriented
358 This driver supports the built-in GPIO controller of MPC8XXX CPUs.
362 gpio-controller@fc00 {
363 #gpio-cells = <2>;
364 compatible = "fsl,pq3-gpio";
368 By default, each bank is assumed to have 32 GPIOs, but the ngpios
369 setting is honored, so the number of GPIOs for each bank is
374 value setting, the open-drain feature, which can configure individual
375 GPIOs to work as open-drain outputs, is supported.
382 Say yes here to support MediaTek MT7621 compatible GPIOs.