Searched refs:pcf857x (Results 1 – 2 of 2) sorted by relevance
87 struct pcf857x { struct140 struct pcf857x *gpio = container_of(chip, struct pcf857x, chip); in pcf857x_input()153 struct pcf857x *gpio = container_of(chip, struct pcf857x, chip); in pcf857x_get()162 struct pcf857x *gpio = container_of(chip, struct pcf857x, chip); in pcf857x_output()186 struct pcf857x *gpio = data; in pcf857x_irq()213 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_set_wake()231 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_enable()238 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_disable()245 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_lock()252 struct pcf857x *gpio = irq_data_get_irq_chip_data(data); in pcf857x_irq_bus_sync_unlock()[all …]
75 obj-$(CONFIG_GPIO_PCF857X) += gpio-pcf857x.o