Home
last modified time | relevance | path

Searched full:pca9570 (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.1/drivers/gpio/
Dgpio-pca9570.c3 * Driver for PCA9570 I2C GPO expander
19 * struct pca9570 - GPIO driver data
24 struct pca9570 { struct
30 static int pca9570_read(struct pca9570 *gpio, u8 *value) in pca9570_read() argument
43 static int pca9570_write(struct pca9570 *gpio, u8 value) in pca9570_write()
59 struct pca9570 *gpio = gpiochip_get_data(chip); in pca9570_get()
72 struct pca9570 *gpio = gpiochip_get_data(chip); in pca9570_set()
96 struct pca9570 *gpio; in pca9570_probe()
123 { "pca9570", 4 },
130 { .compatible = "nxp,pca9570", .data = (void *)4 },
[all …]
DKconfig1073 tristate "PCA9570 4-Bit I2C GPO expander"
1075 Say yes here to enable the GPO driver for the NXP PCA9570 chip.
1078 be called gpio-pca9570.
DMakefile115 obj-$(CONFIG_GPIO_PCA9570) += gpio-pca9570.o
/Linux-v6.1/Documentation/devicetree/bindings/gpio/
Dgpio-pca9570.yaml4 $id: http://devicetree.org/schemas/gpio/gpio-pca9570.yaml#
7 title: PCA9570 I2C GPO expander
15 - nxp,pca9570
41 compatible = "nxp,pca9570";