Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pinctrl/
Dpinctrl-amd.h93 struct amd_gpio { struct
94 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 …]
/Linux-v4.19/drivers/gpio/
Dgpio-amd8111.c70 struct amd_gpio { struct
81 struct amd_gpio *agp = gpiochip_get_data(chip); in amd_gpio_request() argument