Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-pcf857x.c85 struct pcf857x { struct
138 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_input()
151 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_get()
160 struct pcf857x *gpio = gpiochip_get_data(chip); in pcf857x_output()
184 struct pcf857x *gpio = data; in pcf857x_irq()
211 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_set_wake()
229 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_enable()
236 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_disable()
243 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_lock()
250 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_sync_unlock()
[all …]
DMakefile99 obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o