Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpio/
Dgpio-tz1090.c65 #define to_bank(c) container_of(c, struct tz1090_gpio_bank, chip) macro
190 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_direction_input()
199 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_direction_output()
215 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_get()
226 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_set()
233 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_request()
248 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_free()
257 struct tz1090_gpio_bank *bank = to_bank(chip); in tz1090_gpio_to_irq()