Home
last modified time | relevance | path

Searched refs:pcf857x (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/drivers/gpio/
Dgpio-pcf857x.c72 struct pcf857x { struct
124 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_input()
137 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_get()
146 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_output()
170 struct pcf857x *gpio = data; in pcf857x_irq()
197 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_set_wake()
204 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_enable()
213 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_disable()
222 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_lock()
229 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_sync_unlock()
[all …]
DMakefile116 obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o