Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_gpio.c227 static struct stm32_gpio_bank *gpio_chip_to_bank(struct gpio_chip *chip) in gpio_chip_to_bank() function
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()
356 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_configure()
397 struct stm32_gpio_bank *bank = gpio_chip_to_bank(chip); in stm32_gpio_put_gpio()