Home
last modified time | relevance | path

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

/linux-4.1.27/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()
90 struct adp5588_gpio *dev = in adp5588_gpio_set_value()
91 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_set_value()
111 struct adp5588_gpio *dev = in adp5588_gpio_direction_input()
112 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_direction_input()
129 struct adp5588_gpio *dev = in adp5588_gpio_direction_output()
130 container_of(chip, struct adp5588_gpio, gpio_chip); in adp5588_gpio_direction_output()
155 struct adp5588_gpio *dev = in adp5588_gpio_to_irq()
[all …]