Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpio/
H A Dgpio-pcf857x.c68 struct pcf857x { struct
69 struct gpio_chip chip;
70 struct i2c_client *client;
71 struct mutex lock; /* protect 'out' */
72 unsigned int out; /* software latch */
73 unsigned int status; /* current status */
74 unsigned int irq_enabled; /* enabled irqs */
76 int (*write)(struct i2c_client *client, unsigned int data);
77 int (*read)(struct i2c_client *client);