Searched defs:amd_gpio (Results 1 – 2 of 2) sorted by relevance
89 struct amd_gpio { struct90 raw_spinlock_t lock;91 void __iomem *base;93 const struct amd_pingroup *groups;94 u32 ngroups;95 struct pinctrl_dev *pctrl;96 struct gpio_chip gc;97 unsigned int hwbank_num;98 struct resource *res;99 struct platform_device *pdev;[all …]
70 struct amd_gpio { struct81 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_request() argument