Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpio/
Dgpio-pcf857x.c85 struct pcf857x { struct
86 struct gpio_chip chip;
87 struct i2c_client *client;
88 struct mutex lock; /* protect 'out' */
89 unsigned out; /* software latch */
90 unsigned status; /* current status */
91 unsigned int irq_parent;
92 unsigned irq_enabled; /* enabled irqs */
94 int (*write)(struct i2c_client *client, unsigned data);
95 int (*read)(struct i2c_client *client);