Searched refs:dat_out (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpio/
H A Dgpio-adp5588.c33 struct mutex lock; /* protect cached dir, dat_out */
38 uint8_t dat_out[3]; member in struct:adp5588_gpio
77 val = dev->dat_out[bank]; adp5588_gpio_get_value()
98 dev->dat_out[bank] |= bit; adp5588_gpio_set_value()
100 dev->dat_out[bank] &= ~bit; adp5588_gpio_set_value()
103 dev->dat_out[bank]); adp5588_gpio_set_value()
139 dev->dat_out[bank] |= bit; adp5588_gpio_direction_output()
141 dev->dat_out[bank] &= ~bit; adp5588_gpio_direction_output()
144 dev->dat_out[bank]); adp5588_gpio_direction_output()
401 dev->dat_out[i] = adp5588_gpio_read(client, GPIO_DAT_OUT1 + i); adp5588_gpio_probe()
/linux-4.4.14/drivers/input/keyboard/
H A Dadp5588-keys.c52 struct mutex gpio_lock; /* Protect cached dir, dat_out */
53 u8 dat_out[3]; member in struct:adp5588_kpad
84 val = kpad->dat_out[bank]; adp5588_gpio_get_value()
103 kpad->dat_out[bank] |= bit; adp5588_gpio_set_value()
105 kpad->dat_out[bank] &= ~bit; adp5588_gpio_set_value()
108 kpad->dat_out[bank]); adp5588_gpio_set_value()
143 kpad->dat_out[bank] |= bit; adp5588_gpio_direction_output()
145 kpad->dat_out[bank] &= ~bit; adp5588_gpio_direction_output()
148 kpad->dat_out[bank]); adp5588_gpio_direction_output()
220 kpad->dat_out[i] = adp5588_read(kpad->client, adp5588_gpio_add()
H A Dadp5589-keys.c243 struct mutex gpio_lock; /* Protect cached dir, dat_out */
244 u8 dat_out[3]; member in struct:adp5589_kpad
409 kpad->dat_out[bank] |= bit; adp5589_gpio_set_value()
411 kpad->dat_out[bank] &= ~bit; adp5589_gpio_set_value()
414 bank, kpad->dat_out[bank]); adp5589_gpio_set_value()
451 kpad->dat_out[bank] |= bit; adp5589_gpio_direction_output()
453 kpad->dat_out[bank] &= ~bit; adp5589_gpio_direction_output()
456 + bank, kpad->dat_out[bank]); adp5589_gpio_direction_output()
535 kpad->dat_out[i] = adp5589_read(kpad->client, kpad->var->reg( adp5589_gpio_add()

Completed in 116 milliseconds