Lines Matching defs:ar7_gpio_chip
17 struct ar7_gpio_chip {
24 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
32 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
42 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
55 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
68 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
78 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
93 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
105 struct ar7_gpio_chip *gpch = gpiochip_get_data(chip);
119 static struct ar7_gpio_chip ar7_gpio_chip = {
131 static struct ar7_gpio_chip titan_gpio_chip = {
145 void __iomem *gpio_en = ar7_gpio_chip.regs + AR7_GPIO_ENABLE;
172 void __iomem *gpio_en = ar7_gpio_chip.regs + AR7_GPIO_ENABLE;
300 struct ar7_gpio_chip *gpch;
304 gpch = &ar7_gpio_chip;