Home
last modified time | relevance | path

Searched refs:amd_gpio (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpio/
Dgpio-amd8111.c69 struct amd_gpio { struct
78 #define to_agp(chip) container_of(chip, struct amd_gpio, chip) argument
82 struct amd_gpio *agp = to_agp(chip); in amd_gpio_request()
94 struct amd_gpio *agp = to_agp(chip); in amd_gpio_free()
103 struct amd_gpio *agp = to_agp(chip); in amd_gpio_set()
118 struct amd_gpio *agp = to_agp(chip); in amd_gpio_get()
130 struct amd_gpio *agp = to_agp(chip); in amd_gpio_dirout()
147 struct amd_gpio *agp = to_agp(chip); in amd_gpio_dirin()
162 static struct amd_gpio gp = {
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-amd.c38 static inline struct amd_gpio *to_amd_gpio(struct gpio_chip *gc) in to_amd_gpio()
40 return container_of(gc, struct amd_gpio, gc); in to_amd_gpio()
47 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_direction_input()
74 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_direction_output()
93 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_get_value()
106 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_set_value()
125 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_set_debounce()
189 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_dbg_show()
330 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_irq_enable()
354 struct amd_gpio *gpio_dev = to_amd_gpio(gc); in amd_gpio_irq_disable()
[all …]
Dpinctrl-amd.h88 struct amd_gpio { struct