Home
last modified time | relevance | path

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

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