Home
last modified time | relevance | path

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

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