Lines Matching defs:dir
33 struct mutex lock; /* protect cached dir, dat_out */
37 uint8_t dir[3];
74 if (dev->dir[bank] & bit)
113 dev->dir[bank] &= ~ADP5588_BIT(off);
114 ret = adp5588_gpio_write(dev->client, GPIO_DIR1 + bank, dev->dir[bank]);
131 dev->dir[bank] |= bit;
141 dev->dir[bank]);
174 dev->dir[i] &= ~dev->int_input_en[i];
177 dev->dir[i]);
386 dev->dir[i] = adp5588_gpio_read(client, GPIO_DIR1 + i);