Searched +full:quasi +full:- +full:bidirectional (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: PCF857x-compatible I/O expanders10 - Laurent Pinchart <[email protected]>13 The PCF857x-compatible chips have "quasi-bidirectional" I/O lines that can be14 driven high by a pull-up current source or driven low to ground. This25 - maxim,max732826 - maxim,max732927 - nxp,pca8574[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later59 * that pin be used as an input; it's not an open-drain model, but acts60 * a bit like one. This is described as "quasi-bidirectional"; read the80 /*-------------------------------------------------------------------------*/82 /* Talk to 8-bit I/O expander */94 /* Talk to 16-bit I/O expander */116 /*-------------------------------------------------------------------------*/123 mutex_lock(&gpio->lock); in pcf857x_input()124 gpio->out |= (1 << offset); in pcf857x_input()125 status = gpio->write(gpio->client, gpio->out); in pcf857x_input()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only47 this symbol, but new drivers should use the generic gpio-regmap57 non-sleeping contexts. They can make bitbanged serial protocols126 Enables support for the idio-16 library functions. The idio-16 library128 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 ICs155 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 …]