Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c178 struct stm32_gpio_bank { struct
190 STAILQ_ENTRY(stm32_gpio_bank) link; argument
220 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 …]