Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-pcf857x.c87 struct pcf857x { struct
88 struct gpio_chip chip;
89 struct i2c_client *client;
90 struct mutex lock; /* protect 'out' */
91 unsigned out; /* software latch */
92 unsigned status; /* current status */
93 unsigned int irq_parent;
94 unsigned irq_enabled; /* enabled irqs */
96 int (*write)(struct i2c_client *client, unsigned data);
97 int (*read)(struct i2c_client *client);