Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/plat-orion/
H A Dgpio.c41 struct orion_gpio_chip { struct
52 static void __iomem *GPIO_OUT(struct orion_gpio_chip *ochip) in GPIO_OUT() argument
93 static struct orion_gpio_chip orion_gpio_chips[2];
158 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); in orion_gpio_request()
169 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); in orion_gpio_direction_input()
184 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); in orion_gpio_get()
199 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); in orion_gpio_direction_output()
216 struct orion_gpio_chip *ochip = gpiochip_get_data(chip); in orion_gpio_set()
240 struct orion_gpio_chip *ochip = orion_gpio_chips + i; in orion_gpio_chip_find()
356 struct orion_gpio_chip *ochip = gc->private; in gpio_irq_set_type()
[all …]