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