Home
last modified time | relevance | path

Searched defs:amd_gpio (Results 1 – 2 of 2) sorted by relevance

/linux-5.10/drivers/pinctrl/
Dpinctrl-amd.h89 struct amd_gpio { struct
90 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 …]
/linux-5.10/drivers/gpio/
Dgpio-amd8111.c70 struct amd_gpio { struct
81 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_request() argument