Searched defs:amd_gpio (Results 1 – 2 of 2) sorted by relevance
67 struct amd_gpio { struct78 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_request() argument
94 struct amd_gpio { struct95 raw_spinlock_t lock;96 void __iomem *base;97 void __iomem *iomux_base;99 const struct pingroup *groups;100 u32 ngroups;101 struct pinctrl_dev *pctrl;102 struct gpio_chip gc;103 unsigned int hwbank_num;104 struct resource *res;[all …]