Searched defs:amd_gpio (Results 1 – 2 of 2) sorted by relevance
88 struct amd_gpio { struct89 spinlock_t lock;90 void __iomem *base;92 const struct amd_pingroup *groups;93 u32 ngroups;94 struct pinctrl_dev *pctrl;95 struct gpio_chip gc;96 struct resource *res;97 struct platform_device *pdev;
69 struct amd_gpio { struct78 #define to_agp(chip) container_of(chip, struct amd_gpio, chip) argument