Searched refs:stm32_gpio_bank (Results 1 – 1 of 1) sorted by relevance
178 struct stm32_gpio_bank { struct190 STAILQ_ENTRY(stm32_gpio_bank) link; argument220 static STAILQ_HEAD(, stm32_gpio_bank) bank_list =227 static struct stm32_gpio_bank *gpio_chip_to_bank(struct gpio_chip *chip) in gpio_chip_to_bank()229 return container_of(chip, struct stm32_gpio_bank, gpio_chip); in gpio_chip_to_bank()234 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_chip_bank_id()242 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_get_level()279 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_set_level()297 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_get_direction()324 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_set_direction()[all …]