Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/gpio/
H A Dstm32_gpio.c77 int stm32_gpout_set(const struct stm32_gpio_dsc *dsc, int state) in stm32_gpout_set() function
159 res = stm32_gpout_set(&dsc, value); in gpio_direction_output()
181 return stm32_gpout_set(&dsc, value); in gpio_set_value()
/OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-stm32f4/
H A Dgpio.h146 int stm32_gpout_set(const struct stm32_gpio_dsc *gpio_dsc, int state);