Home
last modified time | relevance | path

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

/linux/drivers/gpio/
A Dgpio-arizona.c22 struct arizona_gpio { struct
29 struct arizona_gpio *arizona_gpio = gpiochip_get_data(chip); in arizona_gpio_direction_in() local
52 struct arizona_gpio *arizona_gpio = gpiochip_get_data(chip); in arizona_gpio_get() local
99 struct arizona_gpio *arizona_gpio = gpiochip_get_data(chip); in arizona_gpio_direction_out() local
127 struct arizona_gpio *arizona_gpio = gpiochip_get_data(chip); in arizona_gpio_set() local
151 struct arizona_gpio *arizona_gpio; in arizona_gpio_probe() local
154 arizona_gpio = devm_kzalloc(&pdev->dev, sizeof(*arizona_gpio), in arizona_gpio_probe()
156 if (!arizona_gpio) in arizona_gpio_probe()
159 arizona_gpio->arizona = arizona; in arizona_gpio_probe()
173 arizona_gpio->gpio_chip.ngpio = 5; in arizona_gpio_probe()
[all …]

Completed in 5 milliseconds