Home
last modified time | relevance | path

Searched refs:adp5588_gpio (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/gpio/
Dgpio-adp5588.c30 struct adp5588_gpio { struct
68 struct adp5588_gpio *dev = in adp5588_gpio_get_value()
69 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_get_value()
79 struct adp5588_gpio *dev = in adp5588_gpio_set_value()
80 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_set_value()
100 struct adp5588_gpio *dev = in adp5588_gpio_direction_input()
101 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_direction_input()
118 struct adp5588_gpio *dev = in adp5588_gpio_direction_output()
119 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_direction_output()
144 struct adp5588_gpio *dev = in adp5588_gpio_to_irq()
[all …]